Mr.Zhang
2023-09-13 52da0c6d7c0740b93189839449904d6f282c4ac7
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}">