"vscode:/vscode.git/clone" did not exist on "8def7ea9a016c137cbd8344542fe4e827ef364ea"
Commit 1c172234 authored by 季圣华's avatar 季圣华
Browse files

销售单据优化

parent 99e7db36
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<template slot="customRenderStatus" slot-scope="status"> <template slot="customRenderStatus" slot-scope="status">
<a-tag v-if="status == '0'" color="red">未审核</a-tag> <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 == '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> </template>
</a-table> </a-table>
</div> </div>
......
Supports Markdown
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