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