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