给单据增加审核中的状态
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
<a-tag v-if="status == '1'" color="green">已审核</a-tag>
|
||||
<a-tag v-if="status == '2'" color="cyan">完成销售</a-tag>
|
||||
<a-tag v-if="status == '3'" color="blue">部分销售</a-tag>
|
||||
<a-tag v-if="status == '9'" color="orange">审核中</a-tag>
|
||||
</template>
|
||||
<template slot="customRenderPurchaseStatus" slot-scope="purchaseStatus">
|
||||
<a-tag v-if="purchaseStatus == '0'" color="red">未采购</a-tag>
|
||||
|
||||
Reference in New Issue
Block a user