mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
修改热区
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
</template> -->
|
</template> -->
|
||||||
<div
|
<div
|
||||||
style="max-width: 180px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;user-select:text"
|
style="max-width: 180px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;user-select:text"
|
||||||
:title="record.orgName">{{ record.neworganizationName }}</div>
|
>{{ record.orgName }}</div>
|
||||||
<!-- </a-popover> -->
|
<!-- </a-popover> -->
|
||||||
</a-space>
|
</a-space>
|
||||||
</template>
|
</template>
|
||||||
@@ -982,13 +982,13 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
// tableData.value = res.data.data.records
|
// tableData.value = res.data.data.records
|
||||||
let objA = res.data.data.records
|
let objA = res.data.data.records
|
||||||
objA.map((item) => {
|
// objA.map((item) => {
|
||||||
if (item.orgName !== null) {
|
// if (item.orgName !== null) {
|
||||||
item.neworganizationName = item.orgName.split('/')
|
// item.neworganizationName = item.orgName.split('/')
|
||||||
item.neworganizationName = item.neworganizationName[item.neworganizationName.length - 1]
|
// item.neworganizationName = item.neworganizationName[item.neworganizationName.length - 1]
|
||||||
}
|
// }
|
||||||
// console.log(item.orgName)
|
// // console.log(item.orgName)
|
||||||
})
|
// })
|
||||||
tableData.value = objA
|
tableData.value = objA
|
||||||
state.tableDataTotal = Number(res.data.data.total);
|
state.tableDataTotal = Number(res.data.data.total);
|
||||||
state.tableLoading = false
|
state.tableLoading = false
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
<template #trainOrg="{ record }">
|
<template #trainOrg="{ record }">
|
||||||
<a-space style="display:flex ;justify-content: space-around;">
|
<a-space style="display:flex ;justify-content: space-around;">
|
||||||
<div style="max-width: 180px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"
|
<div style="max-width: 180px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"
|
||||||
:title="record.orgName">{{ orgSplit(record.orgName) }}</div>
|
>{{ record.orgName }}</div>
|
||||||
</a-space>
|
</a-space>
|
||||||
</template>
|
</template>
|
||||||
</a-table>
|
</a-table>
|
||||||
|
|||||||
Reference in New Issue
Block a user