|
|
@@ -32,7 +32,7 @@ let app = new Vue({
|
|
|
headerBGC: '#05507b33',
|
|
|
oddRowBGC: '#69c0ff0f',
|
|
|
evenRowBGC: '',
|
|
|
- headerHeight: '40',
|
|
|
+ headerHeight: '50',
|
|
|
rowNum: 4,
|
|
|
align: ['center', 'center', 'center', 'center'],
|
|
|
data: [],
|
|
|
@@ -42,7 +42,7 @@ let app = new Vue({
|
|
|
headerBGC: '#05507b33',
|
|
|
oddRowBGC: '#05507b33',
|
|
|
evenRowBGC: '',
|
|
|
- headerHeight: '40',
|
|
|
+ headerHeight: '50',
|
|
|
rowNum: 4,
|
|
|
align: ['center', 'center', 'center', 'center'],
|
|
|
data: [],
|
|
|
@@ -246,7 +246,7 @@ let app = new Vue({
|
|
|
// 各二级企业所属架构数
|
|
|
dataL2[0] = []
|
|
|
res.orgData.area1.card2.forEach(item => {
|
|
|
- dataL2[0].push(item['ZBPZ0024'])
|
|
|
+ dataL2[0].push(item['ZBPZ0090'])
|
|
|
})
|
|
|
|
|
|
// 定职数
|
|
|
@@ -430,6 +430,20 @@ let app = new Vue({
|
|
|
}
|
|
|
})
|
|
|
this.generateEcharts()
|
|
|
+ if (this.companyList.length > 18) {
|
|
|
+ this.timeCommon = setInterval(() => {
|
|
|
+ if (that.touch) {
|
|
|
+ if (that.commonOption.dataZoom[0].startValue < that.companyList.length) {
|
|
|
+ that.commonOption.dataZoom[0].endValue += 18
|
|
|
+ that.commonOption.dataZoom[0].startValue += 18
|
|
|
+ } else {
|
|
|
+ that.commonOption.dataZoom[0].endValue = 0
|
|
|
+ that.commonOption.dataZoom[0].startValue = 18
|
|
|
+ }
|
|
|
+ that.generateEcharts()
|
|
|
+ }
|
|
|
+ }, 5000)
|
|
|
+ }
|
|
|
resolve(1)
|
|
|
})
|
|
|
});
|
|
|
@@ -842,7 +856,7 @@ let app = new Vue({
|
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
|
|
{
|
|
|
offset: 0,
|
|
|
- color: '#6480f3',
|
|
|
+ color: '#43ede3',
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
@@ -1790,14 +1804,14 @@ let app = new Vue({
|
|
|
y: 0,
|
|
|
x2: 0,
|
|
|
y2: 1,
|
|
|
- colorStops: [ {
|
|
|
- offset: 0,
|
|
|
- color: '#45DAD1',
|
|
|
- },
|
|
|
- {
|
|
|
- offset: 1,
|
|
|
- color: '#082550',
|
|
|
- },],
|
|
|
+ colorStops: [{
|
|
|
+ offset: 0,
|
|
|
+ color: '#45DAD1',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ offset: 1,
|
|
|
+ color: '#082550',
|
|
|
+ },],
|
|
|
}
|
|
|
],
|
|
|
series: [
|
|
|
@@ -1949,7 +1963,7 @@ let app = new Vue({
|
|
|
color: params => {
|
|
|
if (dataR4[0][params.dataIndex] / 2 < params.value) {
|
|
|
return 'red'
|
|
|
- }
|
|
|
+ }
|
|
|
else {
|
|
|
return new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
|
|
{
|