|
@@ -91,11 +91,14 @@
|
|
<template slot-scope="t, r, i">
|
|
<template slot-scope="t, r, i">
|
|
<template v-if="r.deleteReason == '审批通过'">
|
|
<template v-if="r.deleteReason == '审批通过'">
|
|
<!-- <a-tag color="#87d068">{{ t }}</a-tag> -->
|
|
<!-- <a-tag color="#87d068">{{ t }}</a-tag> -->
|
|
- <a-tag color="#87d068">通过</a-tag>
|
|
|
|
|
|
+ <!-- <a-tag color="#87d068">通过</a-tag> -->
|
|
|
|
+ <a style="color: #87d068;">已通过</a>
|
|
</template>
|
|
</template>
|
|
<template v-else>
|
|
<template v-else>
|
|
<!-- <a-tag color="#b7b7a4">{{ t }}</a-tag> -->
|
|
<!-- <a-tag color="#b7b7a4">{{ t }}</a-tag> -->
|
|
- <a-tag color="#b7b7a4">驳回</a-tag>
|
|
|
|
|
|
+ <a style="color: red;">已驳回</a>
|
|
|
|
+
|
|
|
|
+ <!-- <a-tag color="#b7b7a4">驳回</a-tag> -->
|
|
</template>
|
|
</template>
|
|
</template>
|
|
</template>
|
|
</a-table-column>
|
|
</a-table-column>
|