76f02081 by renchao@pashanhoo.com

feat:配置修改

1 parent 0348f007
1 {
2 "TITLE": "汉中市数据上报系统",
3 "CODE": "BDCSJSB",
4 "AREARMAP": "610702",
5 "XZQ": "汉中市",
6 "SERVERAPI": "/bdcsjsb",
7 "calcHeight": 160,
8 "echartTextColor": "#4A4A4A",
9 "MANAGEMENTAPI": "http://192.168.2.38:8090/management",
10 "ip": "http://192.168.2.38:8027"
11 }
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "TITLE": "玉树州数据上报系统",
3 "CODE": "BDCSJSB",
4 "AREARMAP": "632701",
5 "XZQ": "玉树州",
6 "SERVERAPI": "/bdcsjsb",
7 "calcHeight": 160,
8 "echartTextColor": "#4A4A4A",
9 "MANAGEMENTAPI": "http://192.168.2.38:8090/management",
10 "ip": "http://192.168.2.38:8027"
11 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
4 "AREARMAP": "610702", 4 "AREARMAP": "610702",
5 "XZQ": "汉中市", 5 "XZQ": "汉中市",
6 "SERVERAPI": "/bdcsjsb", 6 "SERVERAPI": "/bdcsjsb",
7 "calcHeight": 160,
8 "echartTextColor": "#4A4A4A",
9 "MANAGEMENTAPI": "http://192.168.2.38:8090/management", 7 "MANAGEMENTAPI": "http://192.168.2.38:8090/management",
10 "ip": "http://192.168.2.38" 8 "ip": "http://192.168.2.38"
11 } 9 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
131 bottom: "-1%", 131 bottom: "-1%",
132 left: "center", 132 left: "center",
133 textStyle: { 133 textStyle: {
134 color: this.BASE_API.echartTextColor, 134 color: "#4A4A4A",
135 }, 135 },
136 }, 136 },
137 tooltip: { 137 tooltip: {
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
232 top: 20, 232 top: 20,
233 textStyle: { 233 textStyle: {
234 show: true, 234 show: true,
235 color: this.BASE_API.echartTextColor, 235 color: "#4A4A4A",
236 fontSize: "16", 236 fontSize: "16",
237 }, 237 },
238 }, 238 },
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
244 interval: 0, 244 interval: 0,
245 textStyle: { 245 textStyle: {
246 show: true, 246 show: true,
247 color: this.BASE_API.echartTextColor, 247 color: "#4A4A4A",
248 fontSize: "16", 248 fontSize: "16",
249 }, 249 },
250 }, 250 },
...@@ -261,7 +261,7 @@ ...@@ -261,7 +261,7 @@
261 axisLabel: { 261 axisLabel: {
262 textStyle: { 262 textStyle: {
263 show: true, 263 show: true,
264 color: this.BASE_API.echartTextColor, 264 color: "#4A4A4A",
265 fontSize: "16", 265 fontSize: "16",
266 }, 266 },
267 }, 267 },
......
...@@ -52,10 +52,10 @@ ...@@ -52,10 +52,10 @@
52 </template> 52 </template>
53 53
54 <script> 54 <script>
55 import { mapGetters } from "vuex"; 55 import { mapGetters } from "vuex";
56 import { getFirstDayOfSeason, timeFormat } from "@/utils/operation"; 56 import { getFirstDayOfSeason, timeFormat } from "@/utils/operation";
57 import business from "@/api/business"; 57 import business from "@/api/business";
58 export default { 58 export default {
59 name: "jktj", 59 name: "jktj",
60 data () { 60 data () {
61 return { 61 return {
...@@ -141,7 +141,7 @@ export default { ...@@ -141,7 +141,7 @@ export default {
141 axisPointer: { 141 axisPointer: {
142 type: "cross", 142 type: "cross",
143 crossStyle: { 143 crossStyle: {
144 color: this.BASE_API.echartTextColor, 144 color: "#4A4A4A",
145 }, 145 },
146 }, 146 },
147 }, 147 },
...@@ -150,7 +150,7 @@ export default { ...@@ -150,7 +150,7 @@ export default {
150 top: '16', 150 top: '16',
151 textStyle: { 151 textStyle: {
152 show: true, 152 show: true,
153 color: this.BASE_API.echartTextColor, 153 color: "#4A4A4A",
154 fontSize: "16", 154 fontSize: "16",
155 }, 155 },
156 }, 156 },
...@@ -167,7 +167,7 @@ export default { ...@@ -167,7 +167,7 @@ export default {
167 axisLabel: { 167 axisLabel: {
168 textStyle: { 168 textStyle: {
169 show: true, 169 show: true,
170 color: this.BASE_API.echartTextColor, 170 color: "#4A4A4A",
171 fontSize: "16", 171 fontSize: "16",
172 }, 172 },
173 formatter: function (val) { 173 formatter: function (val) {
...@@ -200,7 +200,7 @@ export default { ...@@ -200,7 +200,7 @@ export default {
200 type: "value", 200 type: "value",
201 name: "数量/个", 201 name: "数量/个",
202 nameTextStyle: { 202 nameTextStyle: {
203 color: this.BASE_API.echartTextColor, 203 color: "#4A4A4A",
204 fontSize: "16", 204 fontSize: "16",
205 }, 205 },
206 // interval: this.interval, 206 // interval: this.interval,
...@@ -208,7 +208,7 @@ export default { ...@@ -208,7 +208,7 @@ export default {
208 formatter: "{value}", 208 formatter: "{value}",
209 textStyle: { 209 textStyle: {
210 show: true, 210 show: true,
211 color: this.BASE_API.echartTextColor, 211 color: "#4A4A4A",
212 fontSize: "16", 212 fontSize: "16",
213 }, 213 },
214 }, 214 },
...@@ -217,7 +217,7 @@ export default { ...@@ -217,7 +217,7 @@ export default {
217 type: "value", 217 type: "value",
218 name: "成功率", 218 name: "成功率",
219 nameTextStyle: { 219 nameTextStyle: {
220 color: this.BASE_API.echartTextColor, 220 color: "#4A4A4A",
221 fontSize: "16", 221 fontSize: "16",
222 }, 222 },
223 splitNumber: 2, 223 splitNumber: 2,
...@@ -225,7 +225,7 @@ export default { ...@@ -225,7 +225,7 @@ export default {
225 formatter: "{value} %", 225 formatter: "{value} %",
226 textStyle: { 226 textStyle: {
227 show: true, 227 show: true,
228 color: this.BASE_API.echartTextColor, 228 color: "#4A4A4A",
229 fontSize: "16", 229 fontSize: "16",
230 }, 230 },
231 }, 231 },
...@@ -288,10 +288,10 @@ export default { ...@@ -288,10 +288,10 @@ export default {
288 }); 288 });
289 }, 289 },
290 }, 290 },
291 }; 291 };
292 </script> 292 </script>
293 <style scoped lang="scss"> 293 <style scoped lang="scss">
294 .jktjDetail { 294 .jktjDetail {
295 flex-direction: column; 295 flex-direction: column;
296 296
297 .rows { 297 .rows {
...@@ -303,5 +303,5 @@ export default { ...@@ -303,5 +303,5 @@ export default {
303 text-align: center; 303 text-align: center;
304 color: #b6b5b5; 304 color: #b6b5b5;
305 } 305 }
306 } 306 }
307 </style> 307 </style>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
38 </div> 38 </div>
39 <!-- 列表区域 --> 39 <!-- 列表区域 -->
40 <div class="from-clues-content complex-header"> 40 <div class="from-clues-content complex-header">
41 <lb-table ref="table" :header-cell-style="headerStyle1" :calcHeight="BASE_API.calcHeight" :pagination="false" 41 <lb-table ref="table" :header-cell-style="headerStyle1" :calcHeight="160" :pagination="false"
42 :column="tableData.columns" :data="tableData.data"> 42 :column="tableData.columns" :data="tableData.data">
43 </lb-table> 43 </lb-table>
44 44
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
39 </div> 39 </div>
40 <!-- 列表区域 --> 40 <!-- 列表区域 -->
41 <div class="from-clues-content complex-header"> 41 <div class="from-clues-content complex-header">
42 <lb-table ref="table" :pagination="false" :calcHeight="BASE_API.calcHeight" :column="tableData.columns" :data="tableData.data"> 42 <lb-table ref="table" :pagination="false" :calcHeight="160" :column="tableData.columns" :data="tableData.data">
43 </lb-table> 43 </lb-table>
44 <down-lb-table ref="table" v-show="false" :id="'mytable'" :downExcel="true" :pagination="false" 44 <down-lb-table ref="table" v-show="false" :id="'mytable'" :downExcel="true" :pagination="false"
45 :column="tableData.columns" :data="tableData.data" :downTitle="downTitle"> 45 :column="tableData.columns" :data="tableData.data" :downTitle="downTitle">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: yangwei 2 * @Author: yangwei
3 * @Date: 2023-02-17 16:32:50 3 * @Date: 2023-02-17 16:32:50
4 * @LastEditors: Please set LastEditors 4 * @LastEditors: Please set LastEditors
5 * @LastEditTime: 2023-05-11 10:11:15 5 * @LastEditTime: 2023-06-09 15:16:47
6 * @FilePath: \bdcjg-web\src\views\statistics\registerBookQuality\index.vue 6 * @FilePath: \bdcjg-web\src\views\statistics\registerBookQuality\index.vue
7 * @Description: 接入质量评价表 7 * @Description: 接入质量评价表
8 * 8 *
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
43 </div> 43 </div>
44 <!-- 列表区域 --> 44 <!-- 列表区域 -->
45 <div class="from-clues-content complex-header"> 45 <div class="from-clues-content complex-header">
46 <lb-table ref="table" :pagination="false" :border="true" :calcHeight="BASE_API.calcHeight" 46 <lb-table ref="table" :pagination="false" :border="true" :calcHeight="160"
47 :header-cell-style="headerStyle" :column="tableData.columns" :data="tableData.data"> 47 :header-cell-style="headerStyle" :column="tableData.columns" :data="tableData.data">
48 </lb-table> 48 </lb-table>
49 <down-lb-table ref="table" v-show="false" :id="'mytable'" :header-cell-style="headerStyle1" :downExcel="true" 49 <down-lb-table ref="table" v-show="false" :id="'mytable'" :header-cell-style="headerStyle1" :downExcel="true"
......
...@@ -51,10 +51,10 @@ ...@@ -51,10 +51,10 @@
51 </div> 51 </div>
52 </template> 52 </template>
53 <script> 53 <script>
54 import { mapGetters } from "vuex"; 54 import { mapGetters } from "vuex";
55 import efficient from "@/api/efficient"; 55 import efficient from "@/api/efficient";
56 import { getFirstDayOfSeason, timeFormat } from "@/utils/operation"; 56 import { getFirstDayOfSeason, timeFormat } from "@/utils/operation";
57 export default { 57 export default {
58 name: "jktj", 58 name: "jktj",
59 data () { 59 data () {
60 return { 60 return {
...@@ -172,7 +172,7 @@ export default { ...@@ -172,7 +172,7 @@ export default {
172 }, 172 },
173 textStyle: { 173 textStyle: {
174 show: true, 174 show: true,
175 color: this.BASE_API.echartTextColor, 175 color: "#4A4A4A",
176 fontSize: "16", 176 fontSize: "16",
177 }, 177 },
178 }, 178 },
...@@ -183,13 +183,13 @@ export default { ...@@ -183,13 +183,13 @@ export default {
183 type: "value", 183 type: "value",
184 name: "数量/个", 184 name: "数量/个",
185 nameTextStyle: { 185 nameTextStyle: {
186 color: this.BASE_API.echartTextColor, 186 color: "#4A4A4A",
187 fontSize: "16", 187 fontSize: "16",
188 }, 188 },
189 axisLabel: { 189 axisLabel: {
190 textStyle: { 190 textStyle: {
191 show: true, 191 show: true,
192 color: this.BASE_API.echartTextColor, 192 color: "#4A4A4A",
193 fontSize: "16", 193 fontSize: "16",
194 }, 194 },
195 }, 195 },
...@@ -215,10 +215,10 @@ export default { ...@@ -215,10 +215,10 @@ export default {
215 }); 215 });
216 }, 216 },
217 }, 217 },
218 }; 218 };
219 </script> 219 </script>
220 <style scoped lang="scss"> 220 <style scoped lang="scss">
221 .jktjDetail { 221 .jktjDetail {
222 flex-direction: column; 222 flex-direction: column;
223 223
224 .rows { 224 .rows {
...@@ -230,5 +230,5 @@ export default { ...@@ -230,5 +230,5 @@ export default {
230 text-align: center; 230 text-align: center;
231 color: #b6b5b5; 231 color: #b6b5b5;
232 } 232 }
233 } 233 }
234 </style> 234 </style>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
38 </el-form> 38 </el-form>
39 </div> 39 </div>
40 <div class="from-clues-content"> 40 <div class="from-clues-content">
41 <lb-table :pagination="false" @size-change="handleSizeChange" :calcHeight="BASE_API.calcHeight" 41 <lb-table :pagination="false" @size-change="handleSizeChange" :calcHeight="160"
42 @p-current-change="handleCurrentChange" :column="tableData.columns" :data="listdata" 42 @p-current-change="handleCurrentChange" :column="tableData.columns" :data="listdata"
43 row-key="dictid"> 43 row-key="dictid">
44 </lb-table> 44 </lb-table>
......