Commit eda103d4 by yangzhi

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

parent fb9a75bb
...@@ -12,6 +12,8 @@ import { ...@@ -12,6 +12,8 @@ import {
MessageBox, MessageBox,
Pagination, Pagination,
Loading, Loading,
Row,
Col,
DatePicker, DatePicker,
Switch, Switch,
Select, Select,
...@@ -55,6 +57,8 @@ const components = [ ...@@ -55,6 +57,8 @@ const components = [
Submenu, Submenu,
MenuItemGroup, MenuItemGroup,
Tabs, Tabs,
Row,
Col,
TabPane, TabPane,
Tag, Tag,
Checkbox, Checkbox,
......
...@@ -65,6 +65,18 @@ const routes = [ ...@@ -65,6 +65,18 @@ const routes = [
name: 'system_timed_task', name: 'system_timed_task',
meta: { title: '定时任务' }, 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 { ...@@ -195,6 +195,22 @@ export default {
index: '/saas/timed_task', index: '/saas/timed_task',
children: [], 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 { ...@@ -1069,6 +1069,12 @@ export default {
width: 80, width: 80,
}, },
{ {
label: '取消原因',
key: 'userCanncelReason',
show: this.statusCode === 'CLOSED',
width: 80,
},
{
label: '操作', label: '操作',
fixed: 'right', fixed: 'right',
width: 120, 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