解决了 Bug 添加人应该是中文名称 不是登录账号 14304

pull/3/head
dearlin 2024-02-27 17:28:24 +08:00
parent ac61aad982
commit 4bce1b3a71
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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 }">
{{ {{