-
-
-
{{ ++key }}
-
{{'供应商名称' + i}}
+
+
+ {{ ++key }}
+ {{i.supplierName}}
-
3次未提交
+
{{i.submitunCount}}次未提交
+
- 提醒
+
+
+
+
+
@@ -183,8 +267,8 @@ const isDateDisabled = (date) => {
}
}
.truncate2 {
- max-width:250px;
- min-width:250px;
+ max-width:360px;
+ min-width:360px;
overflow: hidden;
padding: 5px 10px;
line-height: 30px;
@@ -197,4 +281,9 @@ const isDateDisabled = (date) => {
text-decoration: none
}
}
+:deep{
+ .el-empty__description > p{
+ font-size: 28px !important;
+ }
+}
diff --git a/src/views/home/csr/CSRDatas.ts b/src/views/home/csr/CSRDatas.ts
index 1d5e205..bba4728 100644
--- a/src/views/home/csr/CSRDatas.ts
+++ b/src/views/home/csr/CSRDatas.ts
@@ -391,14 +391,14 @@ export function charData() {
// ]
// },
- xAxis: { type: 'category', data: form.value.lable4.name.split(',') },
+ xAxis: { type: 'category', data: [] },
yAxis: {},
series: [
{
name: 'DIS',
type: 'bar',
barWidth: '30%',
- data: form.value.lable4.year.split(','),
+ data: [],
label: {
show: false
}
@@ -412,7 +412,7 @@ export function charData() {
formatter: '{c}%'
},
barWidth: '30%',
- data: form.value.lable4.date.split(',')
+ data: []
}
// { name: '预测/实绩用量', type: 'line' }
]
@@ -594,17 +594,17 @@ export function pieData1() {
orient: 'vertical',
data: [
{
- name: '原材料碳排放量(吨)',
+ name: '原材料使用量(吨)',
itemStyle: { color: '#f8cbad', borderWidth: 0 }
},
{
- name: '原材料使用量(吨)',
+ name: '原材料碳排放量(吨)',
itemStyle: { color: '#acc1fb', borderWidth: 0 }
}
],
selectedMode: false,
left: 10,
- top: 30
+ top: 25
},
title: {
text: form.value.lable8.name,
@@ -616,10 +616,10 @@ export function pieData1() {
trigger: 'item'
},
grid: {
- left: '20',
- // top: '100',
- right: '70',
- bottom: '10',
+ // left: '20',
+ // // top: '100',
+ // right: '70',
+ // bottom: '10',
containLabel: true
},
// legend: {
@@ -629,44 +629,23 @@ export function pieData1() {
// },
series: [
{
- name: '原材料碳排放量(吨)',
+ center: ['50%', '56%'],
+ name: '原材料使用量(吨)',
type: 'pie',
selectedMode: 'single',
- radius: [0, '60%'],
+ radius: [0, '50%'],
// silent: 'ture', //图形是否不响应和触发鼠标事件,默认为 false,即响应和触发鼠标事件。
// avoidLabelOverlap: false,
// legendHoverLink: false,
label: {
position: 'inner',
- fontSize: 14,
+ fontSize: 16,
formatter: '{b}:{c}'
},
labelLine: {
show: false
},
- data: [
- {
- value: 159158,
- name: '铝',
- label: { color: '#000', fontSize: '16px', fontWeight: '' }
- },
- {
- value: 165731,
- name: '铁',
- label: { color: '#000', fontSize: '16px', fontWeight: '' }
- },
- {
- value: 78942,
- name: '铜',
- // selected: true,
- label: { color: '#000', fontSize: '16px', fontWeight: '' }
- },
- {
- value: 10000,
- name: '树脂',
- label: { color: '#000', fontSize: '16px', fontWeight: '' }
- }
- ],
+ data: [],
// 自定义颜色
itemStyle: {
// emphasis: {
@@ -686,9 +665,10 @@ export function pieData1() {
// hoverAnimation: false,
},
{
- name: '原材料使用量(吨)',
+ center: ['50%', '56%'],
+ name: '原材料碳排放量(吨)',
type: 'pie',
- radius: ['55%', '80%'],
+ radius: ['50%', '80%'],
avoidLabelOverlap: false,
itemStyle: {
// borderRadius: 10,
@@ -739,12 +719,7 @@ export function pieData1() {
// }
// }
},
- data: [
- { value: 0.0, name: '铝' },
- { value: 0.0, name: '铁' },
- { value: 0.0, name: '铜' },
- { value: 0.0, name: '树脂' }
- ]
+ data: []
// 自定义颜色
// itemStyle: {
// borderColor: '#fff',
diff --git a/src/views/home/csr/modifyCSR2.vue b/src/views/home/csr/modifyCSR2.vue
index 9af8677..0981a27 100644
--- a/src/views/home/csr/modifyCSR2.vue
+++ b/src/views/home/csr/modifyCSR2.vue
@@ -180,7 +180,7 @@
-
-
-
-
- 日期:
-
-
-
-
- 搜素
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-->
-
-
-
-
-
+
-
\ No newline at end of file
+::v-deep{
+ .el-tabs__item{
+ font-size: 16px !important;
+ }
+}
+
diff --git a/src/views/home/footprint/indexData.ts b/src/views/home/footprint/indexData.ts
index 3981ca9..11b2029 100644
--- a/src/views/home/footprint/indexData.ts
+++ b/src/views/home/footprint/indexData.ts
@@ -21,68 +21,97 @@ const states = reactive