zss
2024-04-25 226afbfb5ce732b0cd8317db57c645aca8b8d8e2
src/views/technology/document/teststandard.vue
@@ -51,7 +51,7 @@
            width="50"
          />
          <el-table-column label="参数编号" prop="code" align="center" />
          <el-table-column label="参数项" prop="parameterItem" align="center" />
          <el-table-column label="参数项" prop="parameterItem" align="center"/>
          <el-table-column
            label="要求值"
            prop="referenceValue"
@@ -59,38 +59,46 @@
            width="120px"
          >
          <template slot-scope="scope">
            <el-tooltip class="item" effect="dark" :content="scope.row.referenceValue" >
                <el-input
                v-model="scope.row.referenceValue"
                placeholder="值"
                :disabled="!editable"
                ></el-input>
                </el-tooltip>
            </template>
            </el-table-column>
          <el-table-column label="单位" prop="unit" align="center" width="120px">
            <template slot-scope="scope">
              <el-tooltip class="item" effect="dark" :content="scope.row.unit" >
                <el-input
                v-model="scope.row.unit"
                placeholder="单位"
                :disabled="!editable"
                ></el-input>
                </el-tooltip>
            </template>
          </el-table-column>
          <el-table-column label="测试方法" prop="method" align="center">
            <template slot-scope="scope">
              <el-tooltip class="item" effect="dark" :content="scope.row.method" >
                <el-input
                v-model="scope.row.method"
                placeholder=""
                :disabled="!editable"
                ></el-input>
                </el-tooltip>
            </template>
          </el-table-column>
          <el-table-column label="测试目的" prop="purpose" align="center">
            <template slot-scope="scope">
              <el-tooltip class="item" effect="dark" :content="scope.row.purpose" >
                <el-input
                v-model="scope.row.purpose"
                placeholder=""
                :disabled="!editable"
                ></el-input>
                </el-tooltip>
            </template>
          </el-table-column>
          <el-table-column label="操作" align="center" fixed="right">