|
@@ -1,888 +1,847 @@
|
|
|
-import { h } from 'vue';
|
|
|
|
|
-import { RouterView } from 'vue-router';
|
|
|
|
|
-import { name } from '../../package.json';
|
|
|
|
|
-
|
|
|
|
|
-const routeView = {
|
|
|
|
|
- name: `${name}-root`,
|
|
|
|
|
- render: () => h(RouterView),
|
|
|
|
|
-};
|
|
|
|
|
-
|
|
|
|
|
-export default [
|
|
|
|
|
- {
|
|
|
|
|
- path: '/' + name,
|
|
|
|
|
- name: name,
|
|
|
|
|
- meta: { title: '水利监督督查模块' },
|
|
|
|
|
- component: routeView,
|
|
|
|
|
- children: [
|
|
|
|
|
|
|
+export default [
|
|
|
{
|
|
{
|
|
|
name: '行政区划管理',
|
|
name: '行政区划管理',
|
|
|
- path: 'sljd/adCodeManage',
|
|
|
|
|
|
|
+ path: '/sljd/adCodeManage',
|
|
|
component: () => import('../views/adCodeManage/adCodeManage.vue'),
|
|
component: () => import('../views/adCodeManage/adCodeManage.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '督查计划(省级)',
|
|
name: '督查计划(省级)',
|
|
|
- path: 'sljd/planProvince',
|
|
|
|
|
|
|
+ path: '/sljd/planProvince',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaJiHua/planManageProvinceNew.vue'),
|
|
import('../views/duChaJiHua/planManageProvinceNew.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '市县综合督查计划',
|
|
name: '市县综合督查计划',
|
|
|
- path: 'sljd/countyzhdcjh',
|
|
|
|
|
|
|
+ path: '/sljd/countyzhdcjh',
|
|
|
component: () => import('../views/duChaJiHua/countyzhdcjh.vue'),
|
|
component: () => import('../views/duChaJiHua/countyzhdcjh.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '市县综合督查填报',
|
|
name: '市县综合督查填报',
|
|
|
- path: 'sljd/dctb_sxzhdctb',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_sxzhdctb',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_sxzhdctb.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_sxzhdctb.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '县级自查计划',
|
|
name: '县级自查计划',
|
|
|
- path: 'sljd/dczcjh',
|
|
|
|
|
|
|
+ path: '/sljd/dczcjh',
|
|
|
component: () => import('../views/duChaJiHua/dczcjh.vue'),
|
|
component: () => import('../views/duChaJiHua/dczcjh.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '综合督查情况统计',
|
|
name: '综合督查情况统计',
|
|
|
- path: 'sljd/reportIndex_zhdcqk',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_zhdcqk',
|
|
|
component: () => import('../views/duChaJiHua/reportIndex_zhdcqk.vue'),
|
|
component: () => import('../views/duChaJiHua/reportIndex_zhdcqk.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwt_dczfzzwtcz',
|
|
|
|
|
|
|
+ path: '/sljd/dcwt_dczfzzwtcz',
|
|
|
name: '综合督查问题处置',
|
|
name: '综合督查问题处置',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/duChaWenTi_dczfzzwtcz.vue'),
|
|
import('../views/duChaWenTi/duChaWenTi_dczfzzwtcz.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwt_zhdcwtcz',
|
|
|
|
|
|
|
+ path: '/sljd/dcwt_zhdcwtcz',
|
|
|
name: '监督处经办人问题处置',
|
|
name: '监督处经办人问题处置',
|
|
|
component: () => import('../views/duChaWenTi/dcwt_zhdcwtcz.vue'),
|
|
component: () => import('../views/duChaWenTi/dcwt_zhdcwtcz.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/csdxjcxxgl',
|
|
|
|
|
|
|
+ path: '/sljd/csdxjcxxgl',
|
|
|
name: '常设对象基础信息管理',
|
|
name: '常设对象基础信息管理',
|
|
|
component: () => import('../views/xiTongGuanLi/csdxjcxxgl.vue'),
|
|
component: () => import('../views/xiTongGuanLi/csdxjcxxgl.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcjcxx',
|
|
|
|
|
|
|
+ path: '/sljd/dcjcxx',
|
|
|
name: '督查基础信息',
|
|
name: '督查基础信息',
|
|
|
component: () => import('../views/xiTongGuanLi/dcjcxx.vue'),
|
|
component: () => import('../views/xiTongGuanLi/dcjcxx.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/slzjdc',
|
|
|
|
|
|
|
+ path: '/sljd/slzjdc',
|
|
|
name: '水利资金督查',
|
|
name: '水利资金督查',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_slzjdc.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_slzjdc.vue'),
|
|
|
},
|
|
},
|
|
|
|
|
+ { path: '/sljd/dcwt_flow/113', name: '业务股负责人问题处置', component: () => import('../views/duChaWenTi/dcwt_ywgfzrwtcz.vue') },
|
|
|
|
|
+ { path: '/sljd/dcwt_flow/111', name: '县-经办人-待处理问题', component: () => import('../views/duChaWenTi/dcwt_ywgfzrwtcz.vue') },
|
|
|
|
|
+ { path: '/sljd/dcwt_flow/112', name: '县问题处置-审核人-待审核问题', component: () => import('../views/duChaWenTi/dcwt_ywgfzrwtcz.vue') },
|
|
|
|
|
+ { path: '/sljd/dcwt_flow/121', name: '市问题处置-经办人-待处理问题', component: () => import('../views/duChaWenTi/dcwt_ywgfzrwtcz.vue') },
|
|
|
|
|
+ { path: '/sljd/dcwt_flow/123', name: '市-责任科室经办人-待审核问题', component: () => import('../views/duChaWenTi/dcwt_ywgfzrwtcz.vue') },
|
|
|
|
|
+ { path: '/sljd/dcwt_flow/122', name: '市-市级单位审核人-待审核问题', component: () => import('../views/duChaWenTi/dcwt_ywgfzrwtcz.vue') },
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwt_flow',
|
|
|
|
|
- name: '问题处置',
|
|
|
|
|
- component: () => import('../views/duChaWenTi/dcwt_ywgfzrwtcz.vue'),
|
|
|
|
|
- children: [
|
|
|
|
|
- { path: '113', name: '业务股负责人问题处置' },
|
|
|
|
|
- { path: '111', name: '县-经办人-待处理问题' },
|
|
|
|
|
- { path: '112', name: '县问题处置-审核人-待审核问题' },
|
|
|
|
|
- { path: '121', name: '市问题处置-经办人-待处理问题' },
|
|
|
|
|
- { path: '123', name: '市-责任科室经办人-待审核问题' },
|
|
|
|
|
- { path: '122', name: '市-市级单位审核人-待审核问题' },
|
|
|
|
|
- ],
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: 'sljd/overdueAppeal',
|
|
|
|
|
|
|
+ path: '/sljd/overdueAppeal',
|
|
|
name: '超期申诉',
|
|
name: '超期申诉',
|
|
|
component: () => import('../views/PblmRectify/overDate_index.vue'),
|
|
component: () => import('../views/PblmRectify/overDate_index.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/sdcc',
|
|
|
|
|
|
|
+ path: '/sljd/sdcc',
|
|
|
name: '省级单位审核整改',
|
|
name: '省级单位审核整改',
|
|
|
component: () => import('../views/PblmRectify/sdcc_index.vue'),
|
|
component: () => import('../views/PblmRectify/sdcc_index.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/ywcs',
|
|
|
|
|
|
|
+ path: '/sljd/ywcs',
|
|
|
name: '责任处室(单位)',
|
|
name: '责任处室(单位)',
|
|
|
component: () => import('../views/PblmRectify/ywcc_index.vue'),
|
|
component: () => import('../views/PblmRectify/ywcc_index.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/sjdw',
|
|
|
|
|
|
|
+ path: '/sljd/sjdw',
|
|
|
name: '市级单位',
|
|
name: '市级单位',
|
|
|
component: () => import('../views/PblmRectify/sjdw_index.vue'),
|
|
component: () => import('../views/PblmRectify/sjdw_index.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/xjdw',
|
|
|
|
|
|
|
+ path: '/sljd/xjdw',
|
|
|
name: '县级单位',
|
|
name: '县级单位',
|
|
|
component: () => import('../views/PblmRectify/xjdw_index.vue'),
|
|
component: () => import('../views/PblmRectify/xjdw_index.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/sdccPblmMonthlyReport',
|
|
|
|
|
|
|
+ path: '/sljd/sdccPblmMonthlyReport',
|
|
|
name: '省监督处整改月报',
|
|
name: '省监督处整改月报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/PblmRectifyMonthlyReport/sdcc_monthlyReport.vue'),
|
|
import('../views/PblmRectifyMonthlyReport/sdcc_monthlyReport.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/ywcsPblmMonthlyReport',
|
|
|
|
|
|
|
+ path: '/sljd/ywcsPblmMonthlyReport',
|
|
|
name: '责任处室(单位)整改月报',
|
|
name: '责任处室(单位)整改月报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/PblmRectifyMonthlyReport/ywcs_monthlyReport.vue'),
|
|
import('../views/PblmRectifyMonthlyReport/ywcs_monthlyReport.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/sjdwPblmMonthlyReport',
|
|
|
|
|
|
|
+ path: '/sljd/sjdwPblmMonthlyReport',
|
|
|
name: '市级单位整改月报',
|
|
name: '市级单位整改月报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/PblmRectifyMonthlyReport/sjdw_monthlyReport.vue'),
|
|
import('../views/PblmRectifyMonthlyReport/sjdw_monthlyReport.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_sxqfgdc',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_sxqfgdc',
|
|
|
name: '市县全覆盖督查填报',
|
|
name: '市县全覆盖督查填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_sxqfgdc.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_sxqfgdc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_tydc',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_tydc',
|
|
|
name: '通用督查',
|
|
name: '通用督查',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_tydc.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_tydc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_qfgcsdctb',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_qfgcsdctb',
|
|
|
name: '全覆盖常设督查填报',
|
|
name: '全覆盖常设督查填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_qfgcsdctb.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_qfgcsdctb.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_sk',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_sk',
|
|
|
name: '水库填报',
|
|
name: '水库填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_shuiku.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_shuiku.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_xshd',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_xshd',
|
|
|
name: '长江经济带小水电清理填报',
|
|
name: '长江经济带小水电清理填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_xshd.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_xshd.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/di_fang_gong_cheng',
|
|
|
|
|
|
|
+ path: '/sljd/di_fang_gong_cheng',
|
|
|
name: '058堤防工程(江西)',
|
|
name: '058堤防工程(江西)',
|
|
|
component: () => import('../views/duChaTianBao/di_fang_gong_cheng.vue'),
|
|
component: () => import('../views/duChaTianBao/di_fang_gong_cheng.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_nygc',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_nygc',
|
|
|
name: '农饮工程填报',
|
|
name: '农饮工程填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_ny.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_ny.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_zdsl',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_zdsl',
|
|
|
name: '重点水利填报',
|
|
name: '重点水利填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_zdsl.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_zdsl.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_dfgcaqdx',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_dfgcaqdx',
|
|
|
name: '堤防工程安全度汛填报',
|
|
name: '堤防工程安全度汛填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_dfgcaqdx.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_dfgcaqdx.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/zhong_dian_shui_hui_gong_cheng_tian_bao',
|
|
|
|
|
|
|
+ path: '/sljd/zhong_dian_shui_hui_gong_cheng_tian_bao',
|
|
|
name: '重点水毁工程填报',
|
|
name: '重点水毁工程填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/zhong_dian_shui_hui_gong_cheng.vue'),
|
|
import('../views/duChaTianBao/zhong_dian_shui_hui_gong_cheng.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_ncgsgc',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_ncgsgc',
|
|
|
name: '农村供水工程',
|
|
name: '农村供水工程',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_ncgsgc.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_ncgsgc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/shui_zi_yuan_tian_bao',
|
|
|
|
|
|
|
+ path: '/sljd/shui_zi_yuan_tian_bao',
|
|
|
name: '水资源管理填报',
|
|
name: '水资源管理填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/shui_zi_yuan_jie_shui.vue'),
|
|
import('../views/duChaTianBao/shui_zi_yuan_jie_shui.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_syd',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_syd',
|
|
|
name: '饮用水水源地达标填报',
|
|
name: '饮用水水源地达标填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_syd.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_syd.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/qu_shui_gong_cheng_tian_bao',
|
|
|
|
|
|
|
+ path: '/sljd/qu_shui_gong_cheng_tian_bao',
|
|
|
name: '取水工程填报',
|
|
name: '取水工程填报',
|
|
|
component: () => import('../views/duChaTianBao/qu_shui_gong_cheng.vue'),
|
|
component: () => import('../views/duChaTianBao/qu_shui_gong_cheng.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_sxzzf',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_sxzzf',
|
|
|
name: '水行政执法填报',
|
|
name: '水行政执法填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_sxzzf.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_sxzzf.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_yjbysy',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_yjbysy',
|
|
|
name: '应急备用水源填报',
|
|
name: '应急备用水源填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_yjbysy.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_yjbysy.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_skfhdd',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_skfhdd',
|
|
|
name: '水库防洪调度填报',
|
|
name: '水库防洪调度填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_skfhdd.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_skfhdd.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_hhws',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_hhws',
|
|
|
name: '河湖卫士填报',
|
|
name: '河湖卫士填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_hhws.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_hhws.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_sjss',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_sjss',
|
|
|
name: '疏浚沙石填报',
|
|
name: '疏浚沙石填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_sjss.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_sjss.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/si_luan_qian_yi',
|
|
|
|
|
|
|
+ path: '/sljd/si_luan_qian_yi',
|
|
|
name: '河湖四乱迁移填报',
|
|
name: '河湖四乱迁移填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_siluan.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_siluan.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_sltsn',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_sltsn',
|
|
|
name: '水利提速年填报',
|
|
name: '水利提速年填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_sltsn.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_sltsn.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_fhgczgfc',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_fhgczgfc',
|
|
|
name: '防洪工程整改复查填报',
|
|
name: '防洪工程整改复查填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_fhgczgfc.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_fhgczgfc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_ncysaq',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_ncysaq',
|
|
|
name: '农村饮水安全填报',
|
|
name: '农村饮水安全填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_ncysaq.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_ncysaq.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dctb_slaqscdpc',
|
|
|
|
|
|
|
+ path: '/sljd/dctb_slaqscdpc',
|
|
|
name: '水利安全生产大排查填报',
|
|
name: '水利安全生产大排查填报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_slaqscdpc.vue'),
|
|
import('../views/duChaTianBao/duChaTianBaoIndex_slaqscdpc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwtxsk',
|
|
|
|
|
|
|
+ path: '/sljd/dcwtxsk',
|
|
|
name: '小水库问题',
|
|
name: '小水库问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/duChaWenTi_xiaoshuikuNew.vue'),
|
|
import('../views/duChaWenTi/duChaWenTi_xiaoshuikuNew.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwtxskbzh',
|
|
|
|
|
|
|
+ path: '/sljd/dcwtxskbzh',
|
|
|
name: '小水库标准化问题',
|
|
name: '小水库标准化问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/duChaWenTi_xiaoshuikuBzhgl.vue'),
|
|
import('../views/duChaWenTi/duChaWenTi_xiaoshuikuBzhgl.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwtxshd',
|
|
|
|
|
|
|
+ path: '/sljd/dcwtxshd',
|
|
|
name: '长江经济带小水电清理问题',
|
|
name: '长江经济带小水电清理问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/duChaWenTi_xiaoshuidian.vue'),
|
|
import('../views/duChaWenTi/duChaWenTi_xiaoshuidian.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/di_fang_gong_cheng_wen_ti',
|
|
|
|
|
|
|
+ path: '/sljd/di_fang_gong_cheng_wen_ti',
|
|
|
name: '堤防工程问题',
|
|
name: '堤防工程问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/di_fang_gong_cheng_wen_ti.vue'),
|
|
import('../views/duChaWenTi/di_fang_gong_cheng_wen_ti.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwtnygc',
|
|
|
|
|
|
|
+ path: '/sljd/dcwtnygc',
|
|
|
name: '农饮工程问题',
|
|
name: '农饮工程问题',
|
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_nygc.vue'),
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_nygc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwtzdsl',
|
|
|
|
|
|
|
+ path: '/sljd/dcwtzdsl',
|
|
|
name: '重点水利工程问题',
|
|
name: '重点水利工程问题',
|
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_zdsl.vue'),
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_zdsl.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwt_dfgcaqdx',
|
|
|
|
|
|
|
+ path: '/sljd/dcwt_dfgcaqdx',
|
|
|
name: '堤防工程安全度汛问题',
|
|
name: '堤防工程安全度汛问题',
|
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_dfgcaqdx.vue'),
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_dfgcaqdx.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/shui_hui_gong_cheng_wen_ti',
|
|
|
|
|
|
|
+ path: '/sljd/shui_hui_gong_cheng_wen_ti',
|
|
|
name: '重点水毁工程问题',
|
|
name: '重点水毁工程问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/shui_hui_gong_cheng_wen_ti.vue'),
|
|
import('../views/duChaWenTi/shui_hui_gong_cheng_wen_ti.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwt_ncgsgc',
|
|
|
|
|
|
|
+ path: '/sljd/dcwt_ncgsgc',
|
|
|
name: '农村供水工程问题',
|
|
name: '农村供水工程问题',
|
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_ncgsgc.vue'),
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_ncgsgc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/shui_zi_yuan_jie_shui_wen_ti',
|
|
|
|
|
|
|
+ path: '/sljd/shui_zi_yuan_jie_shui_wen_ti',
|
|
|
name: '水资源节水问题',
|
|
name: '水资源节水问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/shui_zi_yuan_jie_shui_wen_ti.vue'),
|
|
import('../views/duChaWenTi/shui_zi_yuan_jie_shui_wen_ti.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwtsyd',
|
|
|
|
|
|
|
+ path: '/sljd/dcwtsyd',
|
|
|
name: '水源地达标问题',
|
|
name: '水源地达标问题',
|
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_syd.vue'),
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_syd.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/qu_shui_gong_cheng_wen_ti',
|
|
|
|
|
|
|
+ path: '/sljd/qu_shui_gong_cheng_wen_ti',
|
|
|
name: '取水工程问题',
|
|
name: '取水工程问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/qu_shui_gong_cheng_wen_ti.vue'),
|
|
import('../views/duChaWenTi/qu_shui_gong_cheng_wen_ti.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwt_sxzzf',
|
|
|
|
|
|
|
+ path: '/sljd/dcwt_sxzzf',
|
|
|
name: '水行政执法问题',
|
|
name: '水行政执法问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/duChaWenTi_shuixingzhengzhifa.vue'),
|
|
import('../views/duChaWenTi/duChaWenTi_shuixingzhengzhifa.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwt_yjbysy',
|
|
|
|
|
|
|
+ path: '/sljd/dcwt_yjbysy',
|
|
|
name: '应急备用水源问题',
|
|
name: '应急备用水源问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/duChaWenTi_yingjibeiyongshuiyuan.vue'),
|
|
import('../views/duChaWenTi/duChaWenTi_yingjibeiyongshuiyuan.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwt_skfhdd',
|
|
|
|
|
|
|
+ path: '/sljd/dcwt_skfhdd',
|
|
|
name: '水库防洪调度问题',
|
|
name: '水库防洪调度问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/duChaWenTi_shuikufanghong.vue'),
|
|
import('../views/duChaWenTi/duChaWenTi_shuikufanghong.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwthhws',
|
|
|
|
|
|
|
+ path: '/sljd/dcwthhws',
|
|
|
name: '河湖卫士问题',
|
|
name: '河湖卫士问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/duChaWenTi_hehuweishiNew.vue'),
|
|
import('../views/duChaWenTi/duChaWenTi_hehuweishiNew.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwtsjss',
|
|
|
|
|
|
|
+ path: '/sljd/dcwtsjss',
|
|
|
name: '疏浚砂石问题',
|
|
name: '疏浚砂石问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/duChaWenTi_shujunshashiNew.vue'),
|
|
import('../views/duChaWenTi/duChaWenTi_shujunshashiNew.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwtsl',
|
|
|
|
|
|
|
+ path: '/sljd/dcwtsl',
|
|
|
name: '河湖四乱问题',
|
|
name: '河湖四乱问题',
|
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_siluan.vue'),
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_siluan.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwtxmjstszh',
|
|
|
|
|
|
|
+ path: '/sljd/dcwtxmjstszh',
|
|
|
name: '水利项目建设提速年综合督查问题',
|
|
name: '水利项目建设提速年综合督查问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/duChaWenTi_shuilitisunianNew.vue'),
|
|
import('../views/duChaWenTi/duChaWenTi_shuilitisunianNew.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwt_fhgczgfc',
|
|
|
|
|
|
|
+ path: '/sljd/dcwt_fhgczgfc',
|
|
|
name: '防洪工程整改复查问题',
|
|
name: '防洪工程整改复查问题',
|
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_fhgczgfc.vue'),
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_fhgczgfc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwt_ncysaq',
|
|
|
|
|
|
|
+ path: '/sljd/dcwt_ncysaq',
|
|
|
name: '农村饮水安全问题',
|
|
name: '农村饮水安全问题',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/duChaWenTi/duChaWenTi_nongcunyinshuianquan.vue'),
|
|
import('../views/duChaWenTi/duChaWenTi_nongcunyinshuianquan.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcwt_slaqscdpc',
|
|
|
|
|
|
|
+ path: '/sljd/dcwt_slaqscdpc',
|
|
|
name: '水利安全生产大排查问题',
|
|
name: '水利安全生产大排查问题',
|
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_slaqscdpc.vue'),
|
|
component: () => import('../views/duChaWenTi/duChaWenTi_slaqscdpc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_hystjx',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_hystjx',
|
|
|
name: '小水电清理整改检查情况表',
|
|
name: '小水电清理整改检查情况表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_hystjx.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_hystjx.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_dikejx',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_dikejx',
|
|
|
name: '堤防工程统计报表',
|
|
name: '堤防工程统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_dikejx.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_dikejx.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_rdwpjx',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_rdwpjx',
|
|
|
name: '农村供水统计报表',
|
|
name: '农村供水统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_rdwpjx.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_rdwpjx.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_keyjx',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_keyjx',
|
|
|
name: '重点水利工程统计报表',
|
|
name: '重点水利工程统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_keyjx.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_keyjx.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_dfgcaqdx',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_dfgcaqdx',
|
|
|
name: '堤防工程安全度汛统计报表',
|
|
name: '堤防工程安全度汛统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_dfgcaqdx.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_dfgcaqdx.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_floodjx',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_floodjx',
|
|
|
name: '重点水毁工程统计报表',
|
|
name: '重点水毁工程统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_floodjx.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_floodjx.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_ncgsgc',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_ncgsgc',
|
|
|
name: '农村供水工程统计报表',
|
|
name: '农村供水工程统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_ncgsgc.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_ncgsgc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_wrjx',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_wrjx',
|
|
|
name: '水资源管理统计报表',
|
|
name: '水资源管理统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_wrjx.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_wrjx.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_sxzzf',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_sxzzf',
|
|
|
name: '水行政执法统计报表',
|
|
name: '水行政执法统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_sxzzf.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_sxzzf.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_yjbysy',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_yjbysy',
|
|
|
name: '应急备用水源统计报表',
|
|
name: '应急备用水源统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_yjbysy.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_yjbysy.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_skfhdd',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_skfhdd',
|
|
|
name: '水库防洪调度统计报表',
|
|
name: '水库防洪调度统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_skfhdd.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_skfhdd.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_hhws',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_hhws',
|
|
|
name: '河湖卫士统计报表',
|
|
name: '河湖卫士统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_hhws.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_hhws.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_sjss',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_sjss',
|
|
|
name: '疏浚砂石统计报表',
|
|
name: '疏浚砂石统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_sjss.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_sjss.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_jsfl',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_jsfl',
|
|
|
name: '河湖清四乱检查情况表',
|
|
name: '河湖清四乱检查情况表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_jsfl.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_jsfl.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_sltsn',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_sltsn',
|
|
|
name: '水利提速年统计报表',
|
|
name: '水利提速年统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_sltsn.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_sltsn.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_dcwtfc',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_dcwtfc',
|
|
|
name: '防洪工程问题复查统计报表',
|
|
name: '防洪工程问题复查统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_dcwtfc.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_dcwtfc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_nyaq',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_nyaq',
|
|
|
name: '农村饮水安全统计报表',
|
|
name: '农村饮水安全统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_nyaq.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_nyaq.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_slaqscdpc',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_slaqscdpc',
|
|
|
name: '水利安全生产大排查统计报表',
|
|
name: '水利安全生产大排查统计报表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_slaqscdpc.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_slaqscdpc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_tphwaq',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_tphwaq',
|
|
|
name: '督查成果-脱贫户饮水安全',
|
|
name: '督查成果-脱贫户饮水安全',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_tphwaq.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_tphwaq.vue'),
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- path: 'sljd/dctb_common',
|
|
|
|
|
- name: '通用督查填报',
|
|
|
|
|
- component: () =>
|
|
|
|
|
- import('../views/duChaTianBao/duChaTianBaoIndex_common.vue'),
|
|
|
|
|
- children: [
|
|
|
|
|
- { path: '615', name: '大中型水闸工程督查填报' },
|
|
|
|
|
- { path: '616', name: '堤防工程督查填报' },
|
|
|
|
|
- { path: '617', name: '农村水电站督查填报' },
|
|
|
|
|
- { path: '618', name: '取用水管理监督督查填报' },
|
|
|
|
|
- { path: '619', name: '山洪灾害系统平台督查填报' },
|
|
|
|
|
- { path: '620', name: '山洪灾害预警广播站督查填报' },
|
|
|
|
|
- { path: '621', name: '水资源重点工作督查填报' },
|
|
|
|
|
- { path: '622', name: '万人以上农饮工程督查填报' },
|
|
|
|
|
- { path: '623', name: '万人以下工程农饮工程督查填报' },
|
|
|
|
|
- { path: '624', name: '小型水闸工程督查填报' },
|
|
|
|
|
- { path: '625', name: '饮用水水源地督查填报' },
|
|
|
|
|
- { path: '626', name: '用水统计督查填报' },
|
|
|
|
|
- { path: '627', name: '自动监测站点督查填报' },
|
|
|
|
|
- { path: '628', name: '小型水库督查填报' },
|
|
|
|
|
- { path: '629', name: '大中型水库督查填报' },
|
|
|
|
|
- ],
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: 'sljd/zgwz_flow',
|
|
|
|
|
- name: '整改问责',
|
|
|
|
|
- component: () => import('../views/duChaWenTi/zgwzWenTi_all.vue'),
|
|
|
|
|
- children: [
|
|
|
|
|
- { path: '211', name: '县-经办人-整改中问题' },
|
|
|
|
|
- { path: '212', name: '县-县级单位审核人-待复核问题' },
|
|
|
|
|
- { path: '221', name: '市整改问责-经办人-问题整改' },
|
|
|
|
|
- { path: '223', name: '市-责任科室经办人-待复核问题' },
|
|
|
|
|
- { path: '222', name: '市-市级单位审核人-待复核问题' },
|
|
|
|
|
- ],
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: 'sljd/pblmList',
|
|
|
|
|
|
|
+ { path: '/sljd/dctb_common/615', name: '大中型水闸工程督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/616', name: '堤防工程督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/617', name: '农村水电站督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/618', name: '取用水管理监督督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/619', name: '山洪灾害系统平台督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/620', name: '山洪灾害预警广播站督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/621', name: '水资源重点工作督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/622', name: '万人以上农饮工程督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/623', name: '万人以下工程农饮工程督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/624', name: '小型水闸工程督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/625', name: '饮用水水源地督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/626', name: '用水统计督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/627', name: '自动监测站点督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/628', name: '小型水库督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/dctb_common/629', name: '大中型水库督查填报', component: () => import('../views/duChaTianBao/duChaTianBaoIndex_common.vue') },
|
|
|
|
|
+ { path: '/sljd/zgwz_flow/211', name: '县-经办人-整改中问题', component: () => import('../views/duChaWenTi/zgwzWenTi_all.vue') },
|
|
|
|
|
+ { path: '/sljd/zgwz_flow/212', name: '县-县级单位审核人-待复核问题', component: () => import('../views/duChaWenTi/zgwzWenTi_all.vue') },
|
|
|
|
|
+ { path: '/sljd/zgwz_flow/221', name: '市整改问责-经办人-问题整改', component: () => import('../views/duChaWenTi/zgwzWenTi_all.vue') },
|
|
|
|
|
+ { path: '/sljd/zgwz_flow/223', name: '市-责任科室经办人-待复核问题', component: () => import('../views/duChaWenTi/zgwzWenTi_all.vue') },
|
|
|
|
|
+ { path: '/sljd/zgwz_flow/222', name: '市-市级单位审核人-待复核问题', component: () => import('../views/duChaWenTi/zgwzWenTi_all.vue') },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/sljd/pblmList',
|
|
|
name: '问题清单管理',
|
|
name: '问题清单管理',
|
|
|
component: () => import('../views/systemManage/pblmList.vue'),
|
|
component: () => import('../views/systemManage/pblmList.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/xtgl/yhgl',
|
|
|
|
|
|
|
+ path: '/sljd/xtgl/yhgl',
|
|
|
name: '用户管理',
|
|
name: '用户管理',
|
|
|
component: () => import('../views/xiTongGuanLi/userManageView.vue'),
|
|
component: () => import('../views/xiTongGuanLi/userManageView.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/xtgl/jsgl',
|
|
|
|
|
|
|
+ path: '/sljd/xtgl/jsgl',
|
|
|
name: '角色管理',
|
|
name: '角色管理',
|
|
|
component: () => import('../views/xiTongGuanLi/roleManageView.vue'),
|
|
component: () => import('../views/xiTongGuanLi/roleManageView.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/shgl',
|
|
|
|
|
|
|
+ path: '/sljd/shgl',
|
|
|
name: '审核管理',
|
|
name: '审核管理',
|
|
|
component: () => import('../views/xiTongGuanLi/shglManage.vue'),
|
|
component: () => import('../views/xiTongGuanLi/shglManage.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/smsreminder',
|
|
|
|
|
|
|
+ path: '/sljd/smsreminder',
|
|
|
name: '短信提醒',
|
|
name: '短信提醒',
|
|
|
component: () => import('../views/xiTongGuanLi/smsreminder.vue'),
|
|
component: () => import('../views/xiTongGuanLi/smsreminder.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcdxjcxx',
|
|
|
|
|
|
|
+ path: '/sljd/dcdxjcxx',
|
|
|
name: '督查对象基础信息',
|
|
name: '督查对象基础信息',
|
|
|
component: () => import('../views/xiTongGuanLi/dcdxjcxx.vue'),
|
|
component: () => import('../views/xiTongGuanLi/dcdxjcxx.vue'),
|
|
|
},
|
|
},
|
|
|
|
|
+ { path: '/sljd/dataApproveRecord/1', name: '数据调整审核(市责任科室)', component: () => import('../views/duChaJiHua/dataApprove.vue') },
|
|
|
|
|
+ { path: '/sljd/dataApproveRecord/2', name: '数据调整审核(省业务处室)', component: () => import('../views/duChaJiHua/dataApprove.vue') },
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dataApproveRecord',
|
|
|
|
|
- name: '数据调整',
|
|
|
|
|
- component: () => import('../views/duChaJiHua/dataApprove.vue'),
|
|
|
|
|
- children: [
|
|
|
|
|
- { path: '1', name: '数据调整审核(市责任科室)' },
|
|
|
|
|
- { path: '2', name: '数据调整审核(省业务处室)' },
|
|
|
|
|
- ],
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: 'sljd/reportIndex_zhfxwtqr',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_zhfxwtqr',
|
|
|
name: '综合发现问题确认情况',
|
|
name: '综合发现问题确认情况',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_zhfxwtqr.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_zhfxwtqr.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_group',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_group',
|
|
|
name: '督查组发现问题统计',
|
|
name: '督查组发现问题统计',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_group.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_group.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_zgtzhz',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_zgtzhz',
|
|
|
name: '整改台账汇总表',
|
|
name: '整改台账汇总表',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_zgtzhz.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_zgtzhz.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_area',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_area',
|
|
|
name: '确认问题区域分布情况统计',
|
|
name: '确认问题区域分布情况统计',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_area.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_area.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_zhdcgzcg',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_zhdcgzcg',
|
|
|
name: '综合督查工作成果',
|
|
name: '综合督查工作成果',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_zhdcgzcg.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_zhdcgzcg.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_sxzctj',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_sxzctj',
|
|
|
name: '市县自查统计',
|
|
name: '市县自查统计',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_sxzctj.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_sxzctj.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_month_mend_s',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_month_mend_s',
|
|
|
name: '省级整改月报统计',
|
|
name: '省级整改月报统计',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_month_mend.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_month_mend.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/jxzgyb',
|
|
|
|
|
|
|
+ path: '/sljd/jxzgyb',
|
|
|
name: '水利监督发现问题整改月报',
|
|
name: '水利监督发现问题整改月报',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/report_jxzgyb_doc.vue'),
|
|
import('../views/gongzuochengguo/report_jxzgyb_doc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_slzjdc',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_slzjdc',
|
|
|
name: '水利资金督查成果',
|
|
name: '水利资金督查成果',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_slzjdc.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_slzjdc.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_synthesis',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_synthesis',
|
|
|
name: '市级综合督查统计',
|
|
name: '市级综合督查统计',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_synthesis.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_synthesis.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/reportIndex_statistics',
|
|
|
|
|
|
|
+ path: '/sljd/reportIndex_statistics',
|
|
|
name: '市级抽查问题统计',
|
|
name: '市级抽查问题统计',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_statistics.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_statistics.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/dcMess/todo',
|
|
|
|
|
|
|
+ path: '/sljd/dcMess/todo',
|
|
|
name: '督查待办任务',
|
|
name: '督查待办任务',
|
|
|
component: () => import('../views/toDoPage/dcToDoPage.vue'),
|
|
component: () => import('../views/toDoPage/dcToDoPage.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/pblmGroup/todo',
|
|
|
|
|
|
|
+ path: '/sljd/pblmGroup/todo',
|
|
|
name: '问题组内审核待办',
|
|
name: '问题组内审核待办',
|
|
|
component: () => import('../views/toDoPage/pblmGroupPage.vue'),
|
|
component: () => import('../views/toDoPage/pblmGroupPage.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/pblmJdc/todo',
|
|
|
|
|
|
|
+ path: '/sljd/pblmJdc/todo',
|
|
|
name: '问题监督处审核待办',
|
|
name: '问题监督处审核待办',
|
|
|
component: () => import('../views/toDoPage/pblmJdcPage.vue'),
|
|
component: () => import('../views/toDoPage/pblmJdcPage.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/pblmYwcs/todo',
|
|
|
|
|
|
|
+ path: '/sljd/pblmYwcs/todo',
|
|
|
name: '问题业务处室审核待办',
|
|
name: '问题业务处室审核待办',
|
|
|
component: () => import('../views/toDoPage/pblmYwcsPage.vue'),
|
|
component: () => import('../views/toDoPage/pblmYwcsPage.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'sljd/pblmLeader/todo',
|
|
|
|
|
|
|
+ path: '/sljd/pblmLeader/todo',
|
|
|
name: '问题业务处室领导审核待办',
|
|
name: '问题业务处室领导审核待办',
|
|
|
component: () => import('../views/toDoPage/pblmLeaderPage.vue'),
|
|
component: () => import('../views/toDoPage/pblmLeaderPage.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '监督处初核',
|
|
name: '监督处初核',
|
|
|
- path: 'sljd/fbjdcch/todo',
|
|
|
|
|
|
|
+ path: '/sljd/fbjdcch/todo',
|
|
|
component: () => import('../views/toDoPage/fbJdcch.vue'),
|
|
component: () => import('../views/toDoPage/fbJdcch.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '监督处复核',
|
|
name: '监督处复核',
|
|
|
- path: 'sljd/fbjdcfh/todo',
|
|
|
|
|
|
|
+ path: '/sljd/fbjdcfh/todo',
|
|
|
component: () => import('../views/toDoPage/fbJdcfh.vue'),
|
|
component: () => import('../views/toDoPage/fbJdcfh.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '稽察中心初核',
|
|
name: '稽察中心初核',
|
|
|
- path: 'sljd/fbJczxch/todo',
|
|
|
|
|
|
|
+ path: '/sljd/fbJczxch/todo',
|
|
|
component: () => import('../views/toDoPage/fbjczxch.vue'),
|
|
component: () => import('../views/toDoPage/fbjczxch.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '稽察中心复核',
|
|
name: '稽察中心复核',
|
|
|
- path: 'sljd/fbJczxfh/todo',
|
|
|
|
|
|
|
+ path: '/sljd/fbJczxfh/todo',
|
|
|
component: () => import('../views/toDoPage/fbjczxfh.vue'),
|
|
component: () => import('../views/toDoPage/fbjczxfh.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '业务处室初核',
|
|
name: '业务处室初核',
|
|
|
- path: 'sljd/fbywcsch/todo',
|
|
|
|
|
|
|
+ path: '/sljd/fbywcsch/todo',
|
|
|
component: () => import('../views/toDoPage/fbywcsch.vue'),
|
|
component: () => import('../views/toDoPage/fbywcsch.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '业务处室复核',
|
|
name: '业务处室复核',
|
|
|
- path: 'sljd/fbywcsfh/todo',
|
|
|
|
|
|
|
+ path: '/sljd/fbywcsfh/todo',
|
|
|
component: () => import('../views/toDoPage/fbywcsfh.vue'),
|
|
component: () => import('../views/toDoPage/fbywcsfh.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '归档销号审核',
|
|
name: '归档销号审核',
|
|
|
- path: 'sljd/fbgdxhsh/todo',
|
|
|
|
|
|
|
+ path: '/sljd/fbgdxhsh/todo',
|
|
|
component: () => import('../views/toDoPage/fbgdxhsh.vue'),
|
|
component: () => import('../views/toDoPage/fbgdxhsh.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '督查投诉填报',
|
|
name: '督查投诉填报',
|
|
|
- path: 'sljd/dctstb/todo',
|
|
|
|
|
|
|
+ path: '/sljd/dctstb/todo',
|
|
|
component: () => import('../views/complaint/dctstb.vue'),
|
|
component: () => import('../views/complaint/dctstb.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '超期申诉审核待办',
|
|
name: '超期申诉审核待办',
|
|
|
- path: 'sljd/cqsssh/todo',
|
|
|
|
|
|
|
+ path: '/sljd/cqsssh/todo',
|
|
|
component: () => import('../views/toDoPage/cqsssh.vue'),
|
|
component: () => import('../views/toDoPage/cqsssh.vue'),
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- path: 'sljd/tssh_flow',
|
|
|
|
|
- name: '投诉审核',
|
|
|
|
|
- component: () => import('../views/complaint/tsshFlow.vue'),
|
|
|
|
|
- children: [
|
|
|
|
|
- { path: '001', name: '监督处经办人审核' },
|
|
|
|
|
- { path: '002', name: '监督处审核人审核' },
|
|
|
|
|
- ],
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ { path: '/sljd/tssh_flow/001', name: '监督处经办人审核', component: () => import('../views/complaint/tsshFlow.vue') },
|
|
|
|
|
+ { path: '/sljd/tssh_flow/002', name: '监督处审核人审核', component: () => import('../views/complaint/tsshFlow.vue') },
|
|
|
{
|
|
{
|
|
|
name: '预警页',
|
|
name: '预警页',
|
|
|
- path: 'sljd/warnPage',
|
|
|
|
|
|
|
+ path: '/sljd/warnPage',
|
|
|
component: () => import('../views/complaint/warnPage.vue'),
|
|
component: () => import('../views/complaint/warnPage.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '开发数据对接',
|
|
name: '开发数据对接',
|
|
|
- path: 'sljd/slzj/page_data_tab',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_data_tab',
|
|
|
component: () => import('../views/slzj/page_data_tab.vue'),
|
|
component: () => import('../views/slzj/page_data_tab.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '水利资金督查填报',
|
|
name: '水利资金督查填报',
|
|
|
- path: 'sljd/slzj/page_dctb_tab',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_dctb_tab',
|
|
|
component: () => import('../views/slzj/page_dctb_tab.vue'),
|
|
component: () => import('../views/slzj/page_dctb_tab.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '问题处置汇总',
|
|
name: '问题处置汇总',
|
|
|
- path: 'sljd/slzj/page_pblm_tab',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_pblm_tab',
|
|
|
component: () => import('../views/slzj/page_pblm_tab.vue'),
|
|
component: () => import('../views/slzj/page_pblm_tab.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '工作成果',
|
|
name: '工作成果',
|
|
|
- path: 'sljd/slzj/page_workresult_tab',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_workresult_tab',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_slzjdc_1.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_slzjdc_1.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '市级综合督查',
|
|
name: '市级综合督查',
|
|
|
- path: 'sljd/slzj/page_sjdc_tab',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_sjdc_tab',
|
|
|
component: () => import('../views/slzj/page_sjdc_tab.vue'),
|
|
component: () => import('../views/slzj/page_sjdc_tab.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '县级综合督查',
|
|
name: '县级综合督查',
|
|
|
- path: 'sljd/slzj/page_xjdc_tab',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_xjdc_tab',
|
|
|
component: () => import('../views/slzj/page_xjdc_tab.vue'),
|
|
component: () => import('../views/slzj/page_xjdc_tab.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '超期整改申诉',
|
|
name: '超期整改申诉',
|
|
|
- path: 'sljd/slzj/page_cqzgss_tab',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_cqzgss_tab',
|
|
|
component: () => import('../views/slzj/page_cqzgss_tab.vue'),
|
|
component: () => import('../views/slzj/page_cqzgss_tab.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '申诉记录查看',
|
|
name: '申诉记录查看',
|
|
|
- path: 'sljd/slzj/page_cqzgss_record',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_cqzgss_record',
|
|
|
component: () => import('../views/slzj/page_cqzgss_record.vue'),
|
|
component: () => import('../views/slzj/page_cqzgss_record.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '调整问题详情',
|
|
name: '调整问题详情',
|
|
|
- path: 'sljd/slzj/page_tzwtxq_tab',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_tzwtxq_tab',
|
|
|
component: () => import('../views/slzj/page_tzwtxq_tab.vue'),
|
|
component: () => import('../views/slzj/page_tzwtxq_tab.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '自动关闭超期申诉通道',
|
|
name: '自动关闭超期申诉通道',
|
|
|
- path: 'sljd/slzj/page_cqzgss_autoclose',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_cqzgss_autoclose',
|
|
|
component: () => import('../views/slzj/page_cqzgss_autoclose.vue'),
|
|
component: () => import('../views/slzj/page_cqzgss_autoclose.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '手动开启超期申诉通道',
|
|
name: '手动开启超期申诉通道',
|
|
|
- path: 'sljd/slzj/page_cqzgss_handon',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_cqzgss_handon',
|
|
|
component: () => import('../views/slzj/page_cqzgss_handon.vue'),
|
|
component: () => import('../views/slzj/page_cqzgss_handon.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '手动关闭超期申诉通道',
|
|
name: '手动关闭超期申诉通道',
|
|
|
- path: 'sljd/slzj/page_cqzgss_handclose',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_cqzgss_handclose',
|
|
|
component: () => import('../views/slzj/page_cqzgss_handclose.vue'),
|
|
component: () => import('../views/slzj/page_cqzgss_handclose.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '月报基础数据',
|
|
name: '月报基础数据',
|
|
|
- path: 'sljd/slzj/page_monthreport_tab',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_monthreport_tab',
|
|
|
component: () => import('../views/slzj/page_monthreport_tab.vue'),
|
|
component: () => import('../views/slzj/page_monthreport_tab.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '水利监督专报',
|
|
name: '水利监督专报',
|
|
|
- path: 'sljd/slzj/page_sljdzb_tab',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_sljdzb_tab',
|
|
|
component: () => import('../views/slzj/page_sljdzb_tab.vue'),
|
|
component: () => import('../views/slzj/page_sljdzb_tab.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '水利专报附表',
|
|
name: '水利专报附表',
|
|
|
- path: 'sljd/slzj/page_sljdzbfb_tab',
|
|
|
|
|
|
|
+ path: '/sljd/slzj/page_sljdzbfb_tab',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_month_mend3.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_month_mend3.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '待办事项数据推送',
|
|
name: '待办事项数据推送',
|
|
|
- path: 'sljd/msgSend/todo',
|
|
|
|
|
|
|
+ path: '/sljd/msgSend/todo',
|
|
|
component: () => import('../views/slzj/page_msgsend_todo.vue'),
|
|
component: () => import('../views/slzj/page_msgsend_todo.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '待办推送消息展示',
|
|
name: '待办推送消息展示',
|
|
|
- path: 'sljd/msgShow/todo',
|
|
|
|
|
|
|
+ path: '/sljd/msgShow/todo',
|
|
|
component: () => import('../views/slzj/page_msgShow_todo.vue'),
|
|
component: () => import('../views/slzj/page_msgShow_todo.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '小水库安全运行',
|
|
name: '小水库安全运行',
|
|
|
- path: 'sljd/report/xsk',
|
|
|
|
|
|
|
+ path: '/sljd/report/xsk',
|
|
|
component: () => import('../views/gongzuochengguo/reportIndex_xsk.vue'),
|
|
component: () => import('../views/gongzuochengguo/reportIndex_xsk.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '水利提速年',
|
|
name: '水利提速年',
|
|
|
- path: 'sljd/report/sltsn',
|
|
|
|
|
|
|
+ path: '/sljd/report/sltsn',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import('../views/gongzuochengguo/reportIndex_sltsn_new.vue'),
|
|
import('../views/gongzuochengguo/reportIndex_sltsn_new.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '稽察计划管理',
|
|
name: '稽察计划管理',
|
|
|
- path: 'jicha/jiHuaGuanLi',
|
|
|
|
|
|
|
+ path: '/jicha/jiHuaGuanLi',
|
|
|
component: () => import('../views/jicha/jiHuaGuanLi.vue'),
|
|
component: () => import('../views/jicha/jiHuaGuanLi.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '人员基础信息',
|
|
name: '人员基础信息',
|
|
|
- path: 'jicha/jichuxinxi',
|
|
|
|
|
|
|
+ path: '/jicha/jichuxinxi',
|
|
|
component: () => import('../views/jicha/jichuxinxi.vue'),
|
|
component: () => import('../views/jicha/jichuxinxi.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '督查首页',
|
|
name: '督查首页',
|
|
|
- path: 'home/homeMainView',
|
|
|
|
|
|
|
+ path: '/home/homeMainView',
|
|
|
meta: { title: '督查首页' },
|
|
meta: { title: '督查首页' },
|
|
|
component: () => import('../views/home/homeMainView.vue'),
|
|
component: () => import('../views/home/homeMainView.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '综合展示',
|
|
name: '综合展示',
|
|
|
- path: 'zongHeZhanShi/index',
|
|
|
|
|
|
|
+ path: '/zongHeZhanShi/index',
|
|
|
meta: { title: '综合展示' },
|
|
meta: { title: '综合展示' },
|
|
|
component: () => import('../views/zongHeZhanShi/index.vue'),
|
|
component: () => import('../views/zongHeZhanShi/index.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- name: '稽察首页',
|
|
|
|
|
- path: 'jicha/inspectionIndex',
|
|
|
|
|
|
|
+ name: '稽察填报',
|
|
|
|
|
+ path: '/jicha/inspectionIndex',
|
|
|
component: () => import('../views/jicha/inspectionIndex.vue'),
|
|
component: () => import('../views/jicha/inspectionIndex.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '稽察阶段成果报告',
|
|
name: '稽察阶段成果报告',
|
|
|
- path: 'jicha/result2',
|
|
|
|
|
|
|
+ path: '/jicha/result2',
|
|
|
component: () => import('../views/jicha/result2.vue'),
|
|
component: () => import('../views/jicha/result2.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '稽察报告文档',
|
|
name: '稽察报告文档',
|
|
|
- path: 'jicha/reportJcbgDoc',
|
|
|
|
|
|
|
+ path: '/jicha/reportJcbgDoc',
|
|
|
component: () => import('../views/jicha/report_jcbg_doc_group_new.vue'),
|
|
component: () => import('../views/jicha/report_jcbg_doc_group_new.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '稽察成果表',
|
|
name: '稽察成果表',
|
|
|
- path: 'jicha/resultTable',
|
|
|
|
|
|
|
+ path: '/jicha/resultTable',
|
|
|
component: () => import('../views/jicha/resultTable.vue'),
|
|
component: () => import('../views/jicha/resultTable.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '稽察问题列表',
|
|
name: '稽察问题列表',
|
|
|
- path: 'jicha/inspectionProblemList',
|
|
|
|
|
|
|
+ path: '/jicha/inspectionProblemList',
|
|
|
component: () => import('../views/jicha/inspectionProblemList.vue'),
|
|
component: () => import('../views/jicha/inspectionProblemList.vue'),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: '稽察法律法规',
|
|
name: '稽察法律法规',
|
|
|
- path: 'jicha/inspectionLawStandards',
|
|
|
|
|
|
|
+ path: '/jicha/inspectionLawStandards',
|
|
|
component: () => import('../views/jicha/inspectionLawStandards.vue'),
|
|
component: () => import('../views/jicha/inspectionLawStandards.vue'),
|
|
|
},
|
|
},
|
|
|
- ],
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ name: '稽察首页(福建)',
|
|
|
|
|
+ path: '/jichaInspection/newHomeView',
|
|
|
|
|
+ meta: { title: '稽察首页(福建)' },
|
|
|
|
|
+ component: () => import('../views/jichaInspection/newHomeView.vue'),
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ name: '年度任务',
|
|
|
|
|
+ path: '/gongZuoAnPai/planYearManage',
|
|
|
|
|
+ meta: { title: '年度任务' },
|
|
|
|
|
+ component: () => import('../views/gongZuoAnPai/planYearManage.vue'),
|
|
|
|
|
+ },
|
|
|
];
|
|
];
|