Browse Source

11

shibei_master
jiangyy 3 years ago
parent
commit
e4f73d14b9
  1. 30
      src/router/index.js
  2. 3
      src/views/modules/shequzhili/event/cpts/process-form.vue

30
src/router/index.js

@ -313,11 +313,11 @@ router.beforeEach((to, from, next) => {
name: "事件处理分析",
id: "shijianchulifenxi",
},
{
url: "visual/communityGovern/processAnalyze",
name: "事件处置分析",
id: "processAnalyze",
},
// {
// url: "visual/communityGovern/processAnalyze",
// name: "事件处置分析",
// id: "processAnalyze",
// },
{
url: "/visual/communityGovern/shijianfenlei/shijianfenleifenxi",
name: "事件分类分析",
@ -333,16 +333,16 @@ router.beforeEach((to, from, next) => {
// name: "事件分类分析",
// id: "typeAnalyze",
// },
{
url: "/visual/communityGovern/resibuzz",
name: "居民热议分析",
id: "resibuzz",
},
{
url: "/visual/communityGovern/distributionAnalyze",
name: "事件分布分析",
id: "distributionAnalyze",
},
// {
// url: "/visual/communityGovern/resibuzz",
// name: "居民热议分析",
// id: "resibuzz",
// },
// {
// url: "/visual/communityGovern/distributionAnalyze",
// name: "事件分布分析",
// id: "distributionAnalyze",
// },
],
},

3
src/views/modules/shequzhili/event/cpts/process-form.vue

@ -12,7 +12,8 @@
prop="operationType">
<el-radio-group v-model="operationType"
@change="handleChangeOperationType">
<el-radio label="">暂不处理</el-radio>
<el-radio v-if="!eventId"
label="">暂不处理</el-radio>
<el-radio label="0">回复</el-radio>
<el-radio label="1">立项</el-radio>
<el-radio label="2">转服务</el-radio>

Loading…
Cancel
Save