feat: 初步修改审批页面的样式,增加输入审批意见的对话框,修复打开草稿时tab页标题不对的bug

This commit is contained in:
gaoyunqi
2024-02-21 15:52:18 +08:00
parent 4e4ef58105
commit 5ce61fa5e5
6 changed files with 335 additions and 21 deletions

View File

@ -144,7 +144,7 @@ export const FLOW_ROUTE: AppRouteRecordRaw = {
{
path: 'approveFlow',
name: 'ApproveFlow',
component: () => import('/@/views/secondDev/approveFlow.vue'),
component: () => import('/@/views/secondDev/approveFlowPage.vue'),
meta: {
title: '审批流程'
}