Browse Source

reactor:退回新增附件展示;工单详情新增省本地编码和省编码;省平台对接调整查询条件和展示省编码;

zhangchong 7 months ago
parent
commit
40d0a161c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/ProcessAudit/index.vue

+ 1 - 1
src/components/ProcessAudit/index.vue

@@ -1009,7 +1009,7 @@ const state = reactive<any>({
 	handleId: '', // 流程处理ID
 	dialogTitle: '', // 弹窗标题
 	annexName: '', // 附件标题
-	inputPlaceholder: '', // 意见提示
+	inputPlaceholder: '办理意见', // 意见提示
 	orderDetail: {}, // 工单详情
 });
 const ruleFormRef = ref<RefType>(); //表单组件