Browse Source

SBBJ-1166设备巡检点检项、模具巡检点检项,删除提示本次修改内容去掉

master
张立 2 weeks ago
parent
commit
5256ecb445
  1. 4
      src/views/eam/basic/inspection/index.vue
  2. 4
      src/views/eam/basic/moldInspection/index.vue

4
src/views/eam/basic/inspection/index.vue

@ -56,7 +56,7 @@
<Dialog <Dialog
ref="updateDialog" ref="updateDialog"
title="本次修改内容描述" title="描述"
v-model="dialogVisible" v-model="dialogVisible"
:width="600" :width="600"
:maxHeight="700" :maxHeight="700"
@ -68,7 +68,7 @@
<el-input <el-input
type="textarea" type="textarea"
v-model="updateFormValue.remark" v-model="updateFormValue.remark"
placeholder="请对本次修改内容添加备注" placeholder="请添加备注"
clearable clearable
:rows="12" :rows="12"
/> />

4
src/views/eam/basic/moldInspection/index.vue

@ -54,7 +54,7 @@
<Detail ref="detailRef" :isBasic="true" :allSchemas="DeviceMoldItems.allSchemas" /> <Detail ref="detailRef" :isBasic="true" :allSchemas="DeviceMoldItems.allSchemas" />
<Dialog <Dialog
ref="updateDialog" ref="updateDialog"
title="本次修改内容描述" title="描述"
v-model="dialogVisible" v-model="dialogVisible"
:width="600" :width="600"
:maxHeight="700" :maxHeight="700"
@ -66,7 +66,7 @@
<el-input <el-input
type="textarea" type="textarea"
v-model="updateFormValue.remark" v-model="updateFormValue.remark"
placeholder="请对本次修改内容添加备注" placeholder="请添加备注"
clearable clearable
:rows="12" :rows="12"
/> />

Loading…
Cancel
Save