spring
2025-04-15 f0a91fe8ef91e96705b94750c101f33f4137b8f3
src/components/do/b1-ins-order/add.vue
@@ -633,8 +633,8 @@
            <template slot-scope="scope">
              <el-input
                v-if="active == 1 && scope.row.inspectionValueType != '5' && scope.row.inspectionItemSubclass.includes('互调')"
                v-model="methodS" @input="searchFilterList" size="mini" placeholder="请输入" />
              <span v-else>{{ scope.row.ask }}</span>
                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>