1. 补全流程中心我的待办状态 2. 修改工单记录样式

main
赵培友 3 years ago
parent b89e99bac2
commit 8657c19787
  1. 2
      src/views/plugin/workflow/process/implementation.vue
  2. 4
      src/views/plugin/workflow/process/todo.vue
  3. 4
      src/views/plugin/workflow/process/workorder.vue

@ -87,7 +87,7 @@
</el-option>
</el-select>
<el-date-picker
style="width: 398px; "
style="width: 394px; "
v-model="searchForm.timeArr"
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm:ss"

@ -174,6 +174,10 @@ export default {
label: "待实施",
value: "待实施",
},
{
label: "已驳回",
value: "已驳回",
},
],
};
},

@ -203,6 +203,10 @@ export default {
label: "已完成",
value: "已完成",
},
{
label: "作废",
value: "作废",
},
],
};
},

Loading…
Cancel
Save