diff --git a/src/views/order/workOrderProcessing/index.vue b/src/views/order/workOrderProcessing/index.vue index 906fea9..ac8bcc4 100644 --- a/src/views/order/workOrderProcessing/index.vue +++ b/src/views/order/workOrderProcessing/index.vue @@ -7,7 +7,7 @@
- + 监测时间: 导出 + + + + + + + + + + + +
@@ -89,6 +107,33 @@ num: '0', }, ]); + +const tableData = [ + { + code: 'GD2024102900001', + date: '2016-05-03 12:00:00', + type: '燃气工单', + ly: 'APP', + info: '', + state: '待受理', + }, + { + code: 'GD2024102900002', + date: '2016-05-03 12:00:00', + type: '排水工单', + ly: '电话', + info: '', + state: '待受理', + }, + { + code: 'GD2024102900003', + date: '2016-05-03 12:00:00', + type: '排水工单', + ly: '指挥调度', + info: '', + state: '待受理', + }, +]; diff --git a/src/views/order/workOrderProcessing/index.vue b/src/views/order/workOrderProcessing/index.vue index 906fea9..ac8bcc4 100644 --- a/src/views/order/workOrderProcessing/index.vue +++ b/src/views/order/workOrderProcessing/index.vue @@ -7,7 +7,7 @@
- + 监测时间: 导出 + + + + + + + + + + + +
@@ -89,6 +107,33 @@ num: '0', }, ]); + +const tableData = [ + { + code: 'GD2024102900001', + date: '2016-05-03 12:00:00', + type: '燃气工单', + ly: 'APP', + info: '', + state: '待受理', + }, + { + code: 'GD2024102900002', + date: '2016-05-03 12:00:00', + type: '排水工单', + ly: '电话', + info: '', + state: '待受理', + }, + { + code: 'GD2024102900003', + date: '2016-05-03 12:00:00', + type: '排水工单', + ly: '指挥调度', + info: '', + state: '待受理', + }, +]; diff --git a/vite.config.js b/vite.config.js index 91cf1df..ca3cd5c 100644 --- a/vite.config.js +++ b/vite.config.js @@ -9,7 +9,8 @@ // const targetUrl = 'http://192.168.48.145:13000'; //张鸿志 const zhz = 'http://192.168.20.5:13002'; //张鸿志 const zyh = 'http://192.168.16.105:13002'; //张亚辉 -const targetUrl = 'https://server2.wh-nf.cn:8088/prod-api'; //线上 +// const targetUrl = 'https://server2.wh-nf.cn:8088/prod-api'; //线上 +const targetUrl = 'http://192.168.16.135:13000'; //徐云欣 // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => {