From dcf15cc8943efa992b0ff83dd5b8ec1433e65497 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Wed, 17 May 2023 15:05:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BAave=E5=86=99?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/factory/snm/stationlinenum.js | 46 +- src/views/factory/snm/stationlinenum.vue | 507 ++++++++++------------- vite.config.js | 2 +- 3 files changed, 247 insertions(+), 308 deletions(-) diff --git a/src/option/factory/snm/stationlinenum.js b/src/option/factory/snm/stationlinenum.js index adc351f9..ee3de52f 100644 --- a/src/option/factory/snm/stationlinenum.js +++ b/src/option/factory/snm/stationlinenum.js @@ -1,50 +1,44 @@ export default { - expand: false, - index: true, + height:'auto', + calcHeight: 30, + tip: false, + searchShow: true, + searchMenuSpan: 6, border: true, + index: true, + viewBtn: true, selection: true, + dialogClickModal: false, column: [ { label: "主键", prop: "id", + type: "input", }, { label: "线路编号", prop: "logisticsLineNumber", + type: "input", search: true, + headerslot:true, }, { label: "线路名称", prop: "logisticsLineName", + type: "input", search: true, }, + { - label: "创建人", - prop: "createdUser", - }, - { - label: "创建时间", - prop: "createdTime", + label: "状态", + prop: "statusName", + type: "input", }, // { - // label: "更新人", - // prop: "updatedUser", - // }, - // { - // label: "更新时间", - // prop: "updatedTime", + // label: "是否已删除", + // prop: "isDeleted", + // type: "input", // }, - { - label: "状态", - prop: "status", - }, - { - label: "是否已删除", - prop: "isDeleted", - }, - { - label: "创建部门", - prop: "createdDept", - }, + ] } diff --git a/src/views/factory/snm/stationlinenum.vue b/src/views/factory/snm/stationlinenum.vue index 48eb76f9..72c2579f 100644 --- a/src/views/factory/snm/stationlinenum.vue +++ b/src/views/factory/snm/stationlinenum.vue @@ -1,309 +1,254 @@ + + diff --git a/vite.config.js b/vite.config.js index faecc216..189164a3 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,7 +12,7 @@ export default ({ mode, command }) => { port: 2888, proxy: { '/api': { - target: 'http://localhost:13000', + target: 'http://localhost:8888', //target: 'http://test3.javablade.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''),