This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of
http://git.2weisou.com/wangxiao/zkPCproject
into master
newStyle
lancer
3 years ago
parent
77cbfa293b
f0427e3ab6
commit
78f7713fdc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/ReceivingRecords/index.vue
+ 1
- 1
src/views/ReceivingRecords/index.vue
View File
@@ -236,7 +236,7 @@
</el-table-column>
<el-table-column prop="markAdvisor" label="标记客户" align="center">
<template slot-scope="{ row }">
{{ row.markAdvisor == 0 ? "
已标记" : "未
标记" }}
{{ row.markAdvisor == 0 ? "
未标记" : "已
标记" }}
</template>
</el-table-column>
Write
Preview
Loading…
Cancel
Save