doum
2026-03-06 9ed63131e87df9fc45c35f445a24506ae662d23c
admin/src/views/index.vue
@@ -100,7 +100,7 @@
            </div>
            <div class="wrap static2">
              <div class="header">
<!--                <div class="home_title">长期相关方分布</div>-->
                <!--                <div class="home_title">长期相关方分布</div>-->
                <el-radio-group v-model="tabPosition" @change="changeType">
                  <el-radio-button label="right">内部人员分布</el-radio-button>
                  <el-radio-button label="top">长期相关方分布</el-radio-button>
@@ -432,9 +432,9 @@
        type: 'warning'
      }).then(() => {
        level(id)
          .then(res => {
            this.getWarningList()
          })
            .then(res => {
              this.getWarningList()
            })
      }).catch(() => {
      })
@@ -611,11 +611,11 @@
            itemStyle: {
              normal: {
                color: new echarts.graphic.LinearGradient(
                  1, 0, 0, 0,
                  [
                    { offset: 0, color: '#56abf8' },
                    { offset: 1, color: '#407ff0' }
                  ]
                    1, 0, 0, 0,
                    [
                      { offset: 0, color: '#56abf8' },
                      { offset: 1, color: '#407ff0' }
                    ]
                )
                // barBorderRadius: [0, 10, 10, 0]
              }
@@ -718,11 +718,11 @@
            itemStyle: {
              normal: {
                color: new echarts.graphic.LinearGradient(
                  1, 0, 0, 0,
                  [
                    { offset: 0, color: '#56abf8' },
                    { offset: 1, color: '#407ff0' }
                  ]
                    1, 0, 0, 0,
                    [
                      { offset: 0, color: '#56abf8' },
                      { offset: 1, color: '#407ff0' }
                    ]
                )
                // barBorderRadius: [0, 10, 10, 0]
              }