spring
2025-05-21 ee2882cff02d3545b66c7591f88ed4800f730a9a
src/components/do/b1-ins-order/add.vue
@@ -629,7 +629,14 @@
              </div>
            </template>
          </el-table-column>
          <el-table-column prop="unit" label="计量单位" width="100" show-overflow-tooltip></el-table-column>
          <el-table-column prop="unit" label="计量单位" width="100" show-overflow-tooltip>
            <template slot-scope="scope">
              <el-input
                v-if="active == 1 && scope.row.inspectionValueType != '5' && scope.row.inspectionItemSubclass.includes('互调')"
                v-model="scope.row.unit" size="mini" placeholder="请输入" />
              <span v-else>{{ scope.row.unit }}</span>
            </template>
          </el-table-column>
          <el-table-column prop="price" label="单价" width="100" show-overflow-tooltip></el-table-column>
          <!-- <el-table-column prop="manDay" label="预计时间(天)" width="120" show-overflow-tooltip></el-table-column>
          <el-table-column prop="manHour" label="工时系数" width="100" show-overflow-tooltip></el-table-column> -->