Commit eda103d4 by yangzhi

国家代码;州省简称;工单

parent fb9a75bb
......@@ -12,6 +12,8 @@ import {
MessageBox,
Pagination,
Loading,
Row,
Col,
DatePicker,
Switch,
Select,
......@@ -55,6 +57,8 @@ const components = [
Submenu,
MenuItemGroup,
Tabs,
Row,
Col,
TabPane,
Tag,
Checkbox,
......
......@@ -65,6 +65,18 @@ const routes = [
name: 'system_timed_task',
meta: { title: '定时任务' },
},
{
path: '/saas/countryCode',
component: () => import('@/views/system/countryCode.vue'),
name: 'system_countryCode',
meta: { title: '国家代码' },
},
{
path: '/saas/abbreviation',
component: () => import('@/views/system/abbreviation.vue'),
name: 'system_abbreviation',
meta: { title: '州省简称' },
},
],
},
]
......
......@@ -195,6 +195,22 @@ export default {
index: '/saas/timed_task',
children: [],
},
{
id: 5,
path: '',
label: '国家代码',
icon: 'el-icon-s-flag',
index: '/saas/countryCode',
children: [],
},
{
id: 6,
path: '',
label: '州省简称',
icon: 'el-icon-s-help',
index: '/saas/abbreviation',
children: [],
},
],
},
],
......
......@@ -1069,6 +1069,12 @@ export default {
width: 80,
},
{
label: '取消原因',
key: 'userCanncelReason',
show: this.statusCode === 'CLOSED',
width: 80,
},
{
label: '操作',
fixed: 'right',
width: 120,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment