76f02081 by renchao@pashanhoo.com

feat:配置修改

1 parent 0348f007
{
"TITLE": "汉中市数据上报系统",
"CODE": "BDCSJSB",
"AREARMAP": "610702",
"XZQ": "汉中市",
"SERVERAPI": "/bdcsjsb",
"calcHeight": 160,
"echartTextColor": "#4A4A4A",
"MANAGEMENTAPI": "http://192.168.2.38:8090/management",
"ip": "http://192.168.2.38:8027"
}
\ No newline at end of file
{
"TITLE": "玉树州数据上报系统",
"CODE": "BDCSJSB",
"AREARMAP": "632701",
"XZQ": "玉树州",
"SERVERAPI": "/bdcsjsb",
"calcHeight": 160,
"echartTextColor": "#4A4A4A",
"MANAGEMENTAPI": "http://192.168.2.38:8090/management",
"ip": "http://192.168.2.38:8027"
}
\ No newline at end of file
......@@ -4,8 +4,6 @@
"AREARMAP": "610702",
"XZQ": "汉中市",
"SERVERAPI": "/bdcsjsb",
"calcHeight": 160,
"echartTextColor": "#4A4A4A",
"MANAGEMENTAPI": "http://192.168.2.38:8090/management",
"ip": "http://192.168.2.38"
}
\ No newline at end of file
......
......@@ -131,7 +131,7 @@
bottom: "-1%",
left: "center",
textStyle: {
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
},
},
tooltip: {
......@@ -232,7 +232,7 @@
top: 20,
textStyle: {
show: true,
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
},
......@@ -244,7 +244,7 @@
interval: 0,
textStyle: {
show: true,
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
},
......@@ -261,7 +261,7 @@
axisLabel: {
textStyle: {
show: true,
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
},
......
......@@ -52,10 +52,10 @@
</template>
<script>
import { mapGetters } from "vuex";
import { getFirstDayOfSeason, timeFormat } from "@/utils/operation";
import business from "@/api/business";
export default {
import { mapGetters } from "vuex";
import { getFirstDayOfSeason, timeFormat } from "@/utils/operation";
import business from "@/api/business";
export default {
name: "jktj",
data () {
return {
......@@ -141,7 +141,7 @@ export default {
axisPointer: {
type: "cross",
crossStyle: {
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
},
},
},
......@@ -150,7 +150,7 @@ export default {
top: '16',
textStyle: {
show: true,
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
},
......@@ -167,7 +167,7 @@ export default {
axisLabel: {
textStyle: {
show: true,
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
formatter: function (val) {
......@@ -200,7 +200,7 @@ export default {
type: "value",
name: "数量/个",
nameTextStyle: {
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
// interval: this.interval,
......@@ -208,7 +208,7 @@ export default {
formatter: "{value}",
textStyle: {
show: true,
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
},
......@@ -217,7 +217,7 @@ export default {
type: "value",
name: "成功率",
nameTextStyle: {
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
splitNumber: 2,
......@@ -225,7 +225,7 @@ export default {
formatter: "{value} %",
textStyle: {
show: true,
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
},
......@@ -288,10 +288,10 @@ export default {
});
},
},
};
};
</script>
<style scoped lang="scss">
.jktjDetail {
.jktjDetail {
flex-direction: column;
.rows {
......@@ -303,5 +303,5 @@ export default {
text-align: center;
color: #b6b5b5;
}
}
}
</style>
......
......@@ -38,7 +38,7 @@
</div>
<!-- 列表区域 -->
<div class="from-clues-content complex-header">
<lb-table ref="table" :header-cell-style="headerStyle1" :calcHeight="BASE_API.calcHeight" :pagination="false"
<lb-table ref="table" :header-cell-style="headerStyle1" :calcHeight="160" :pagination="false"
:column="tableData.columns" :data="tableData.data">
</lb-table>
......
......@@ -39,7 +39,7 @@
</div>
<!-- 列表区域 -->
<div class="from-clues-content complex-header">
<lb-table ref="table" :pagination="false" :calcHeight="BASE_API.calcHeight" :column="tableData.columns" :data="tableData.data">
<lb-table ref="table" :pagination="false" :calcHeight="160" :column="tableData.columns" :data="tableData.data">
</lb-table>
<down-lb-table ref="table" v-show="false" :id="'mytable'" :downExcel="true" :pagination="false"
:column="tableData.columns" :data="tableData.data" :downTitle="downTitle">
......
......@@ -2,7 +2,7 @@
* @Author: yangwei
* @Date: 2023-02-17 16:32:50
* @LastEditors: Please set LastEditors
* @LastEditTime: 2023-05-11 10:11:15
* @LastEditTime: 2023-06-09 15:16:47
* @FilePath: \bdcjg-web\src\views\statistics\registerBookQuality\index.vue
* @Description: 接入质量评价表
*
......@@ -43,7 +43,7 @@
</div>
<!-- 列表区域 -->
<div class="from-clues-content complex-header">
<lb-table ref="table" :pagination="false" :border="true" :calcHeight="BASE_API.calcHeight"
<lb-table ref="table" :pagination="false" :border="true" :calcHeight="160"
:header-cell-style="headerStyle" :column="tableData.columns" :data="tableData.data">
</lb-table>
<down-lb-table ref="table" v-show="false" :id="'mytable'" :header-cell-style="headerStyle1" :downExcel="true"
......
......@@ -51,10 +51,10 @@
</div>
</template>
<script>
import { mapGetters } from "vuex";
import efficient from "@/api/efficient";
import { getFirstDayOfSeason, timeFormat } from "@/utils/operation";
export default {
import { mapGetters } from "vuex";
import efficient from "@/api/efficient";
import { getFirstDayOfSeason, timeFormat } from "@/utils/operation";
export default {
name: "jktj",
data () {
return {
......@@ -172,7 +172,7 @@ export default {
},
textStyle: {
show: true,
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
},
......@@ -183,13 +183,13 @@ export default {
type: "value",
name: "数量/个",
nameTextStyle: {
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
axisLabel: {
textStyle: {
show: true,
color: this.BASE_API.echartTextColor,
color: "#4A4A4A",
fontSize: "16",
},
},
......@@ -215,10 +215,10 @@ export default {
});
},
},
};
};
</script>
<style scoped lang="scss">
.jktjDetail {
.jktjDetail {
flex-direction: column;
.rows {
......@@ -230,5 +230,5 @@ export default {
text-align: center;
color: #b6b5b5;
}
}
}
</style>
......
......@@ -38,7 +38,7 @@
</el-form>
</div>
<div class="from-clues-content">
<lb-table :pagination="false" @size-change="handleSizeChange" :calcHeight="BASE_API.calcHeight"
<lb-table :pagination="false" @size-change="handleSizeChange" :calcHeight="160"
@p-current-change="handleCurrentChange" :column="tableData.columns" :data="listdata"
row-key="dictid">
</lb-table>
......