diff --git a/src/api/model/customer.js b/src/api/model/customer.js index 06e26a5..397ad1b 100644 --- a/src/api/model/customer.js +++ b/src/api/model/customer.js @@ -66,4 +66,46 @@ export default { } }, + orderSubmit: { + url: `${config.API_URL}/customer.work.order.submit`, + name: "提交问题工单", + post: async function(data){ + return await http.post(this.url, data); + } + }, + serviceTypeList:{ + url: `${config.API_URL}/customer.service.type.list`, + name: "问题工单常量类型", + post: async function(data){ + return await http.post(this.url, data); + } + }, + replyOrder:{ + url: `${config.API_URL}/customer.work.order.reply`, + name: "回复工单", + post: async function(data){ + return await http.post(this.url, data); + } + }, + orderList:{ + url: `${config.API_URL}/customer.work.order.list`, + name: "问题工单列表", + post: async function(data){ + return await http.post(this.url, data); + } + }, + orderDelete:{ + url: `${config.API_URL}/customer.work.order.delete`, + name: "删除问题工单", + post: async function(data){ + return await http.post(this.url, data); + } + }, + orderMyList:{ + url: `${config.API_URL}/customer.work.order.my.list`, + name: "我的工单", + post: async function(data){ + return await http.post(this.url, data); + } + } } diff --git a/src/assets/icons/Chat.vue b/src/assets/icons/Chat.vue new file mode 100644 index 0000000..1c356da --- /dev/null +++ b/src/assets/icons/Chat.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/src/assets/icons/index.js b/src/assets/icons/index.js index 9a2790f..4a5dc97 100644 --- a/src/assets/icons/index.js +++ b/src/assets/icons/index.js @@ -48,6 +48,7 @@ export { default as Right } from './Right.vue' export { default as Customer } from './Customer.vue' export { default as Region } from './Region.vue' export { default as SpareParts } from './SpareParts.vue' +export { default as Chat } from './Chat.vue' export { default as File7z } from './file/7z.vue' export { default as FileBmp } from './file/Bmp.vue' diff --git a/src/views/maintenance/index.vue b/src/views/maintenance/index.vue index 9365e26..2b63f39 100644 --- a/src/views/maintenance/index.vue +++ b/src/views/maintenance/index.vue @@ -95,6 +95,20 @@ export default { {name:'维保工单'}, {name:'维保工单'}, {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, + {name:'维保工单'}, ] } }, diff --git a/src/views/serveView/components/commonPage.vue b/src/views/serveView/components/commonPage.vue index 923087e..e912e8c 100644 --- a/src/views/serveView/components/commonPage.vue +++ b/src/views/serveView/components/commonPage.vue @@ -29,29 +29,31 @@
-
+
+ +
+
- - - - - - +