From 64b432916af9c9218ab3f3eca614e26c542142ae Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 07 十一月 2023 15:47:13 +0800 Subject: [PATCH] bug --- web_standard/src/views/ext/workorderRecordExt.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web_standard/src/views/ext/workorderRecordExt.vue b/web_standard/src/views/ext/workorderRecordExt.vue index e16e13e..1ae2f6e 100644 --- a/web_standard/src/views/ext/workorderRecordExt.vue +++ b/web_standard/src/views/ext/workorderRecordExt.vue @@ -151,10 +151,10 @@ {{ row.salaryType == 0 ? '璁′欢' : (row.salaryType == 1 ? '璁℃椂' : '-') }} </template> </el-table-column> - <el-table-column prop="salary" label="璁′环宸ヨ祫(鍏�)" min-width="100px"> - <template slot-scope="{row}"> - <span>{{accDiv(Math.round(row.salary),1) }}</span> - </template> + <el-table-column prop="salaryYuan" label="璁′环宸ヨ祫(鍏�)" min-width="100px"> + <!-- <template slot-scope="{row}"> + <span>{{accDiv(Math.round(row.salaryyuan),100) }}</span> + </template> --> </el-table-column> <el-table-column prop="deviceCode" label="璁惧" show-overflow-tooltip min-width="100px"> <template slot-scope="{row}"> -- Gitblit v1.9.3