diff --git a/src/pages/localTool/standCalendar/index.vue b/src/pages/localTool/standCalendar/index.vue index 9b9f0d737..606229d2c 100644 --- a/src/pages/localTool/standCalendar/index.vue +++ b/src/pages/localTool/standCalendar/index.vue @@ -8,12 +8,12 @@
- {{ item }} + {{ item }} - {{ item }} + {{ item }}
@@ -56,7 +56,7 @@
暂无会议
- + 会议 会议 diff --git a/src/pages/localTool/standardRecognition/index.vue b/src/pages/localTool/standardRecognition/index.vue index baf52ffe1..21838c0db 100644 --- a/src/pages/localTool/standardRecognition/index.vue +++ b/src/pages/localTool/standardRecognition/index.vue @@ -106,7 +106,7 @@ - 获取文件 +
+ + + + +
+
基础信息
+
审批历史
+
+
+
+ + + + + +
+ + + + + + + + + + +
+ {{ form.hzfileName }} +
+
+ - - +
+
+ + + + + + + +
+
+
+
+ 隐藏基础信息 + 展开基础信息 +
+
+ + + + + + + + + + + + + + +
+ + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + diff --git a/src/pages/processCenter/pages/phone/bzdy/step9.vue b/src/pages/processCenter/pages/phone/bzdy/step9.vue new file mode 100644 index 000000000..dadc83ed7 --- /dev/null +++ b/src/pages/processCenter/pages/phone/bzdy/step9.vue @@ -0,0 +1,442 @@ + + + + + diff --git a/src/router/index.js b/src/router/index.js index 4d8070d1a..b24e93d0e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1248,6 +1248,26 @@ const routes = [ title: '标准调研流程' } }, + { + path: '/phoneBzdyStep8', + name: 'phoneBzdyStep8', + component: () => import('@/pages/processCenter/pages/phone/bzdy/step8.vue'), + meta: { + isBoolean: true, + requireAuth: true, + title: '标准调研流程' + } + }, + { + path: '/phoneBzdyStep9', + name: 'phoneBzdyStep9', + component: () => import('@/pages/processCenter/pages/phone/bzdy/step9.vue'), + meta: { + isBoolean: true, + requireAuth: true, + title: '标准调研流程' + } + }, { path: '/bzdyStep1-9', name: 'bzdyStep1-9',