Parcourir la source

fix:问题单修改

lupeng il y a 1 mois
Parent
commit
bd920e5d79

+ 1 - 1
src/views/flow/common/CheckTopInfos/itemReplaceService.vue

@@ -58,7 +58,7 @@ const showMaterial = (row) => {
         </el-form-item>
       </el-row>
       <el-form-item label="管号:">
-        <el-scrollbar height="300px">
+        <el-scrollbar style="height:145px;width:798px">
           <el-row>
             <el-col
               :span="4"

+ 1 - 1
src/views/quality/opRecord/index.vue

@@ -125,7 +125,7 @@
           </template>
         </el-table-column>
 
-        <el-table-column prop="remark" label="备注" width="100">
+        <el-table-column prop="remark" label="实时工艺条件" width="100">
           <template v-if="dialog.type === 1" #default="scope">
             <el-input v-model="scope.row.remark"></el-input>
           </template>