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
a95a39f464
commit
371b6687fd
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/Customer/index.vue
+ 1
- 1
src/views/Customer/index.vue
View File
@@ -252,7 +252,7 @@
</el-table-column>
<el-table-column prop="mm" label="接待时长" align="center">
</el-table-column>
<el-table-column prop="fraction" label="销
奖
执行率" align="center">
<el-table-column prop="fraction" label="销
讲
执行率" align="center">
<template slot-scope="{ row }"> {{ row.fraction || "0" }}% </template>
</el-table-column>
<el-table-column
Write
Preview
Loading…
Cancel
Save