销售单据优化
This commit is contained in:
parent
99e7db36d3
commit
1c17223492
@ -75,7 +75,7 @@
|
||||
<template slot="customRenderStatus" slot-scope="status">
|
||||
<a-tag v-if="status == '0'" color="red">未审核</a-tag>
|
||||
<a-tag v-if="status == '1'" color="green">已审核</a-tag>
|
||||
<a-tag v-if="status == '2'" color="blue">已转采购</a-tag>
|
||||
<a-tag v-if="status == '2'" color="blue">已转销售</a-tag>
|
||||
</template>
|
||||
</a-table>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user