Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
1c172234
Commit
1c172234
authored
Jun 09, 2021
by
季圣华
Browse files
销售单据优化
parent
99e7db36
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/SaleOrderList.vue
View file @
1c172234
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment