BUG 27951
This commit is contained in:
		| @@ -86,7 +86,7 @@ | ||||
|           </el-form-item> | ||||
|         </template> | ||||
|         <el-form-item v-else-if="form.auditStatus==2" label="审批意见" prop="remark"> | ||||
|           <el-input type="textarea" v-model="form.auditDescription" placeholder="请输入"/> | ||||
|           <el-input type="textarea" v-model="form.auditDescription" placeholder="请输入" maxlength="200" show-word-limit/> | ||||
|         </el-form-item> | ||||
|       </el-form> | ||||
|     </ai-dialog> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user