bug
jiangping
2023-12-06 1f4e7d0f73a73e7350cf5a1df279d5f30904c5d5
web_standard/src/views/ext/workorderRecordExt.vue
@@ -146,6 +146,16 @@
            <span>{{ timesToStr(row.duration) }}</span>
          </template>
        </el-table-column>
        <el-table-column prop="salaryType" label="计价方式" min-width="100px">
         <template slot-scope="{row}">
                    {{ row.salaryType == 0 ? '计件' : (row.salaryType == 1 ? '计时' : '-') }}
        </template>
        </el-table-column>
        <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}">
            <span class="long-title-style" :title="row.deviceCode + ' | ' + row.deviceName">{{ row.deviceCode + ' | ' + row.deviceName}}</span>