aa08f189 by renchao@pashanhoo.com

style:配置文件完善

1 parent e3f05d5e
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-04-03 13:53:03 4 * @LastEditTime: 2023-04-06 09:51:35
5 --> 5 -->
6 ## Git 贡献提交规范 6 ## Git 贡献提交规范
7 - `feat` 增加新功能 7 - `feat` 增加新功能
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
22 { 22 {
23 "TITLE": "汉中市数据上报系统", 23 "TITLE": "汉中市数据上报系统",
24 "THEME": "sb", 24 "THEME": "sb",
25 "LOGIN": "", { 登录配置 }
25 "CODE": "BDCJGPT", {"BDCSBPT":上报: "BDCJGPT":监管} 26 "CODE": "BDCJGPT", {"BDCSBPT":上报: "BDCJGPT":监管}
26 "SERVERAPI": "/bdcsjsb", 27 "SERVERAPI": "/bdcsjsb",
27 "AREARMAP": "hanzhong", // {"hanzhong","yushu"} 28 "AREARMAP": "hanzhong", // {"hanzhong","yushu"}
...@@ -29,4 +30,8 @@ ...@@ -29,4 +30,8 @@
29 "calcHeight": 200, {上报:160 监管:200} 30 "calcHeight": 200, {上报:160 监管:200}
30 "echartTextColor": "#FFFFFF", {上报:"#4A4A4A" 监管:"#FFFFFF"} 31 "echartTextColor": "#FFFFFF", {上报:"#4A4A4A" 监管:"#FFFFFF"}
31 "MANAGEMENTAPI": "http://192.168.2.38:8090/management" 32 "MANAGEMENTAPI": "http://192.168.2.38:8090/management"
32 }
...\ No newline at end of file ...\ No newline at end of file
33 }
34
35 ## 行政区编码
36 610702 汉中
37 632701 玉树
...\ No newline at end of file ...\ No newline at end of file
......
1 { 1 {
2 "name": "bdcdj-web", 2 "name": "bdcdj-web",
3 "version": "4.4.0", 3 "version": "2.0.0",
4 "description": "HOUTAI", 4 "description": "jgsb",
5 "author": "psh", 5 "author": "renchao",
6 "scripts": { 6 "scripts": {
7 "dev": "vue-cli-service serve", 7 "dev": "vue-cli-service serve",
8 "build": "vue-cli-service build" 8 "build": "vue-cli-service build"
...@@ -56,21 +56,14 @@ ...@@ -56,21 +56,14 @@
56 "> 1%", 56 "> 1%",
57 "last 2 versions" 57 "last 2 versions"
58 ], 58 ],
59 "bugs": {
60 "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
61 },
62 "engines": { 59 "engines": {
63 "node": ">=8.9", 60 "node": ">=10.16",
64 "npm": ">= 3.0.0" 61 "npm": ">= 3.0.0"
65 }, 62 },
66 "keywords": [ 63 "keywords": [
67 "vue", 64 "vue",
68 "admin", 65 "admin",
69 "dashboard", 66 "element-ui"
70 "element-ui",
71 "boilerplate",
72 "admin-template",
73 "management-system"
74 ], 67 ],
75 "license": "MIT", 68 "license": "MIT",
76 "husky": { 69 "husky": {
...@@ -80,6 +73,6 @@ ...@@ -80,6 +73,6 @@
80 }, 73 },
81 "repository": { 74 "repository": {
82 "type": "git", 75 "type": "git",
83 "url": "git+https://github.com/PanJiaChen/vue-element-admin.git" 76 "url": "http://yun.pashanhoo.com:9090/bdc/bdcjg-web.git"
84 } 77 }
85 } 78 }
...\ No newline at end of file ...\ No newline at end of file
......
1 {
2 "TITLE": "汉中市监管系统",
3 "THEME": "jg",
4 "CODE": "BDCJGPT",
5 "AREARMAP": "610702",
6 "AREARNAME": "汉中市",
7 "SERVERAPI": "/bdcsjsb",
8 "calcHeight": 200,
9 "echartTextColor": "#FFFFFF",
10 "MANAGEMENTAPI": "http://192.168.2.38:8090/management"
11 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "TITLE": "汉中市数据上报系统",
3 "THEME": "sb",
4 "CODE": "BDCSBPT",
5 "AREARMAP": "610702",
6 "AREARNAME": "汉中市",
7 "SERVERAPI": "/bdcsjsb",
8 "calcHeight": 160,
9 "echartTextColor": "#4A4A4A",
10 "MANAGEMENTAPI": "http://192.168.2.38:8090/management"
11 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "TITLE": "玉树州监管系统",
3 "THEME": "jg",
4 "CODE": "BDCJGPT",
5 "AREARMAP": "632701",
6 "AREARNAME": "玉树",
7 "SERVERAPI": "/bdcsjsb",
8 "calcHeight": 200,
9 "echartTextColor": "#FFFFFF",
10 "MANAGEMENTAPI": "http://192.168.2.38:8090/management"
11 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "TITLE": "玉树州数据上报系统",
3 "THEME": "sb",
4 "CODE": "BDCSBPT",
5 "AREARMAP": "632701",
6 "AREARNAME": "玉树",
7 "SERVERAPI": "/bdcsjsb",
8 "calcHeight": 160,
9 "echartTextColor": "#4A4A4A",
10 "MANAGEMENTAPI": "http://192.168.2.38:8090/management"
11 }
...\ No newline at end of file ...\ No newline at end of file
1 { 1 {
2 "TITLE": "汉中市数据上报系统", 2 "TITLE": "汉中市数据上报系统",
3 "THEME": "sb", 3 "THEME": "jg",
4 "CODE": "BDCSBPT", 4 "CODE": "BDCJGPT",
5 "AREARMAP": "hanzhong", 5 "AREARMAP": "610702",
6 "AREARNAME": "汉中市", 6 "AREARNAME": "汉中市",
7 "SERVERAPI": "/bdcsjsb", 7 "SERVERAPI": "/bdcsjsb",
8 "calcHeight": 160, 8 "calcHeight": 160,
......
...@@ -208,18 +208,20 @@ export default { ...@@ -208,18 +208,20 @@ export default {
208 handleTitleTab (val) { 208 handleTitleTab (val) {
209 }, 209 },
210 isShow (item) { 210 isShow (item) {
211 this.$set(this.bwoptions, 0, { 211 if (item.bizMsgid) {
212 value: item.bizMsgid, 212 this.$set(this.bwoptions, 0, {
213 label: item.bizMsgid, 213 value: item.bizMsgid,
214 }) 214 label: item.bizMsgid,
215 this.$set(this.bwoptions, 1, { 215 })
216 value: item.bizMsgid + 'CBXZ', 216 this.$set(this.bwoptions, 1, {
217 label: item.bizMsgid + 'CBXZ', 217 value: item.bizMsgid + 'CBXZ',
218 }) 218 label: item.bizMsgid + 'CBXZ',
219 this.$set(this.bwoptions, 2, { 219 })
220 value: item.bizMsgid + 'BBXZ', 220 this.$set(this.bwoptions, 2, {
221 label: item.bizMsgid + 'BBXZ', 221 value: item.bizMsgid + 'BBXZ',
222 }) 222 label: item.bizMsgid + 'BBXZ',
223 })
224 }
223 this.titleName = 'sjmx'; 225 this.titleName = 'sjmx';
224 this.dialogVisible = true; 226 this.dialogVisible = true;
225 //获取表头列表 227 //获取表头列表
...@@ -227,7 +229,7 @@ export default { ...@@ -227,7 +229,7 @@ export default {
227 //不动产数据查询上报详情 229 //不动产数据查询上报详情
228 getReportDetail({ bsmReport: item.bsmSjsb || item.bsmReport }).then((res) => { 230 getReportDetail({ bsmReport: item.bsmSjsb || item.bsmReport }).then((res) => {
229 if (res.code == 200) { 231 if (res.code == 200) {
230 this.dataReport = res.result; 232 this.dataReport = res.result || {};
231 } 233 }
232 }) 234 })
233 // 获取xml 235 // 获取xml
...@@ -241,9 +243,9 @@ export default { ...@@ -241,9 +243,9 @@ export default {
241 _getList (data) { 243 _getList (data) {
242 getTabsDetail({ bsmReport: data.bsmReport || data.bsmSjsb }).then((res) => { 244 getTabsDetail({ bsmReport: data.bsmReport || data.bsmSjsb }).then((res) => {
243 if (res.code == 200) { 245 if (res.code == 200) {
244 this.headerList = res.result; 246 this.headerList = res.result | [];
245 this.activeName = this.tabsActiveName == '' ? res.result[0].soleurl : this.tabsActiveName 247 this.activeName = this.tabsActiveName == '' ? res.result[0].soleurl : this.tabsActiveName
246 this.bsmYwsjb = this.headerList[0].bsmYwsjb; 248 this.bsmYwsjb = this.headerList[0]?.bsmYwsjb;
247 this.editItem = this.loadView(this.activeName); 249 this.editItem = this.loadView(this.activeName);
248 } 250 }
249 }); 251 });
...@@ -270,6 +272,7 @@ export default { ...@@ -270,6 +272,7 @@ export default {
270 //关闭弹框时将tabs项置空 272 //关闭弹框时将tabs项置空
271 this.editItem = ""; 273 this.editItem = "";
272 this.headerList = []; 274 this.headerList = [];
275
273 }, 276 },
274 /** 277 /**
275 * @description: 提交 278 * @description: 提交
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
12 <el-input class="username" v-model="user.account" placeholder="请输入用户名"></el-input> 12 <el-input class="username" v-model="user.account" placeholder="请输入用户名"></el-input>
13 </el-form-item> 13 </el-form-item>
14 <el-form-item prop="password"> 14 <el-form-item prop="password">
15 <el-input type="password" class="password" v-model="user.password" placeholder="请输入密码" 15 <el-input type="password" class="password" @keyup.enter.native="login('user')" v-model="user.password"
16 show-password></el-input> 16 placeholder="请输入密码" show-password></el-input>
17 </el-form-item> 17 </el-form-item>
18 <!-- <el-form-item prop="yz"> 18 <!-- <el-form-item prop="yz">
19 <div class="flex-container"> 19 <div class="flex-container">
......