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
init
newStyle
wangxiaohua
3 years ago
parent
de596240ed
commit
f0427e3ab6
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