Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcsjsb-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
76f02081
authored
2023-06-09 15:20:26 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:配置修改
1 parent
0348f007
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
33 additions
and
57 deletions
public/610702.json
public/632701.json
public/config.json
src/views/jktj/bsxljk/index.vue
src/views/jktj/cgltj/index.vue
src/views/jktj/dataReceiveQuality/index.vue
src/views/jktj/nullTermRatio/index.vue
src/views/jktj/registerBookQuality/index.vue
src/views/jktj/ywltj/index.vue
src/views/sthj/ywjr/index.vue
public/610702.json
deleted
100644 → 0
View file @
0348f00
{
"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
public/632701.json
deleted
100644 → 0
View file @
0348f00
{
"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
public/config.json
View file @
76f0208
...
...
@@ -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
...
...
src/views/jktj/bsxljk/index.vue
View file @
76f0208
...
...
@@ -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"
,
},
},
...
...
src/views/jktj/cgltj/index.vue
View file @
76f0208
...
...
@@ -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
>
...
...
src/views/jktj/dataReceiveQuality/index.vue
View file @
76f0208
...
...
@@ -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>
...
...
src/views/jktj/nullTermRatio/index.vue
View file @
76f0208
...
...
@@ -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"
>
...
...
src/views/jktj/registerBookQuality/index.vue
View file @
76f0208
...
...
@@ -2,7 +2,7 @@
* @Author: yangwei
* @Date: 2023-02-17 16:32:50
* @LastEditors: Please set LastEditors
* @LastEditTime: 2023-0
5-11 10:11:15
* @LastEditTime: 2023-0
6-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"
...
...
src/views/jktj/ywltj/index.vue
View file @
76f0208
...
...
@@ -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
>
...
...
src/views/sthj/ywjr/index.vue
View file @
76f0208
...
...
@@ -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>
...
...
Please
register
or
sign in
to post a comment