diff --git a/build/webpack.dev.conf.js b/build/webpack.dev.conf.js index 5f21980..9ce113a 100644 --- a/build/webpack.dev.conf.js +++ b/build/webpack.dev.conf.js @@ -28,7 +28,7 @@ const devWebpackConfig = merge(baseWebpackConfig, { } }, devServer: { - https: true, + https: false, historyApiFallback: true, hot: true, compress: true, diff --git a/favicon.ico b/favicon.ico index 24263e6..ec465b2 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/src/assets/img/LOGO.png b/src/assets/img/LOGO.png index c88d58d..3ba3af0 100644 Binary files a/src/assets/img/LOGO.png and b/src/assets/img/LOGO.png differ diff --git a/src/assets/img/leftPic.png b/src/assets/img/leftPic.png index f51f83b..3ba3af0 100644 Binary files a/src/assets/img/leftPic.png and b/src/assets/img/leftPic.png differ diff --git a/src/assets/img/logo1.png b/src/assets/img/logo1.png new file mode 100644 index 0000000..2b0ffe7 Binary files /dev/null and b/src/assets/img/logo1.png differ diff --git a/src/views/BasicData/MenuManagement/index.vue b/src/views/BasicData/MenuManagement/index.vue index c370ed9..ccc6fcc 100644 --- a/src/views/BasicData/MenuManagement/index.vue +++ b/src/views/BasicData/MenuManagement/index.vue @@ -2,10 +2,10 @@
- - 创建一级菜单 - - + + + +
@@ -16,7 +16,6 @@ highlight-current-row size="mini" stripe - style="height:calc(100vh - 330px);" @selection-change="handleSelectionChangeLeft"> @@ -40,25 +39,26 @@
- - 角色: - - - - - + + + +
- + 角色: + + + +
- - 创建二级菜单 - - 模块分配情况 - - - + + + + + + +
@@ -126,7 +126,6 @@ highlight-current-row size="mini" stripe - style="height:calc(100vh - 330px);" @selection-change="handleSelectionChangeRight"> diff --git a/src/views/BasicData/PersonnelManagement/index.vue b/src/views/BasicData/PersonnelManagement/index.vue index 116a9be..81e6a18 100644 --- a/src/views/BasicData/PersonnelManagement/index.vue +++ b/src/views/BasicData/PersonnelManagement/index.vue @@ -107,6 +107,7 @@ align="center" type="selection" width="50"/> + @@ -170,11 +171,11 @@ - - - + + + + + @@ -189,16 +190,16 @@ - - - - - - + + + + + + + + + + @@ -209,7 +210,7 @@ - + - + @@ -287,7 +287,7 @@ export default { } ], // 是否合格 isQualifiedValue: 2, // 是否合格 - dateTime: '', // 时间 + dateTime: [], // 时间 loading: false, // 时间 tableData: [], // 时间 date: new Date(), @@ -299,7 +299,7 @@ export default { } }, created() { - this.dateTime = [getNowShotTime(), getNowShotTime] + this.dateTime = [getNowShotTime(), getNowShotTime()] this.getStationNumber() this.getEngineType() }, diff --git a/src/views/QualityAssurance/InquiryTransitInformation/index.vue b/src/views/QualityAssurance/InquiryTransitInformation/index.vue index bc32b1f..02f9386 100644 --- a/src/views/QualityAssurance/InquiryTransitInformation/index.vue +++ b/src/views/QualityAssurance/InquiryTransitInformation/index.vue @@ -55,8 +55,8 @@ 订单号: - 产品图号: - + 产品型号: + - + @@ -209,6 +209,8 @@ - - - diff --git a/src/views/layout/components/Navbar.vue b/src/views/layout/components/Navbar.vue index e9b6290..a97eabe 100644 --- a/src/views/layout/components/Navbar.vue +++ b/src/views/layout/components/Navbar.vue @@ -3,7 +3,6 @@ - 550KV GIS隔离开关信息管理系统
diff --git a/src/views/layout/components/Sidebar/index.vue b/src/views/layout/components/Sidebar/index.vue index b34ac65..1d4725c 100644 --- a/src/views/layout/components/Sidebar/index.vue +++ b/src/views/layout/components/Sidebar/index.vue @@ -2,7 +2,7 @@
- + diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 1303a87..7bb06e0 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,338 +1,394 @@ + diff --git a/src/views/login/indexbak.vue b/src/views/login/indexbak.vue deleted file mode 100644 index 08bb14f..0000000 --- a/src/views/login/indexbak.vue +++ /dev/null @@ -1,394 +0,0 @@ - - - - - diff --git a/static/config.js b/static/config.js index 437a451..64ffcad 100644 --- a/static/config.js +++ b/static/config.js @@ -5,7 +5,7 @@ window.g = { mqttIP: '192.168.0.80', mqttPortNumber: '8083', printTemplate: 'BQFT_BarCode_001', - baseURL: 'http://127.0.0.1:10040', + baseURL: 'http://127.0.0.1:10026', requestConfig_baseURL: 'http://127.0.0.1:9981/mes' // requestConfig_baseURL: 'http://10.89.33.67:6867/mes' }