dedsudiyu 2 年之前
父節點
當前提交
2cb3547133
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/safetyCheck/snapshotManagement/infoPage.vue

+ 1 - 1
src/views/safetyCheck/snapshotManagement/infoPage.vue

@@ -76,7 +76,7 @@
             <el-input
             <el-input
               type="textarea"
               type="textarea"
               :autosize="{ minRows: 4, maxRows: 4}"
               :autosize="{ minRows: 4, maxRows: 4}"
-              placeholder="请输入整改措施"
+              :placeholder="upFormData.rectifyStatus==1?'请输入整改措施':(upFormData.rectifyStatus==2?'请输入原因描述':'')"
               v-model="upFormData.rectifyDescribe"
               v-model="upFormData.rectifyDescribe"
               maxlength="100"
               maxlength="100"
               resize="none"
               resize="none"