Commit 2ac9214d by liang ce

新增津贴状态

parent 6e41db70
......@@ -33,7 +33,7 @@
<span slot="couponRecordStatus" slot-scope="couponRecordStatus">
<a-badge v-if="couponRecordStatus === MINGPAY_SUBSIDY_STATUS.WAITING_PERMIT" status="processing" text="审批中" />
<a-badge v-else-if="couponRecordStatus === MINGPAY_SUBSIDY_STATUS.SUCCESS" status="success" text="已完成" />
<a-badge v-else-if="couponRecordStatus === MINGPAY_SUBSIDY_STATUS.FAILED" status="error" text="审批未通过" />
<a-badge v-else-if="couponRecordStatus === MINGPAY_SUBSIDY_STATUS.REFUSE_PERMIT" status="error" text="审批未通过" />
</span>
<span slot="action" slot-scope="text, record, index" class="operationTable">
<a href="javascript:;" @click="toAllowanceDetails(record, text, index)">查看详情</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment