浏览代码

fix:问题单修改

lupeng 1 月之前
父节点
当前提交
bd920e5d79
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/flow/common/CheckTopInfos/itemReplaceService.vue
  2. 1 1
      src/views/quality/opRecord/index.vue

+ 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>