forked from integrated_whb/integrated_whb_vue
解决了 Bug 添加人应该是中文名称 不是登录账号 14304
parent
ac61aad982
commit
4bce1b3a71
|
@ -125,7 +125,7 @@ function echarts2(id, data) {
|
||||||
type: "bar",
|
type: "bar",
|
||||||
barWidth: 20,
|
barWidth: 20,
|
||||||
tooltip: {
|
tooltip: {
|
||||||
show: false,
|
show: true,
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
color: "#1492FF",
|
color: "#1492FF",
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
{{ serialNumber(pagination, $index) }}
|
{{ serialNumber(pagination, $index) }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="CREATOR" label="添加人" />
|
<el-table-column prop="CREATOR_NAME" label="添加人" />
|
||||||
<el-table-column label="单位名称">
|
<el-table-column label="单位名称">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
{{
|
{{
|
||||||
|
|
Loading…
Reference in New Issue