NEZ-790 fix: 修复Date center列表页面,Administrator没有显示数据
This commit is contained in:
@@ -35,11 +35,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template slot-scope="scope" :column="item">
|
<template slot-scope="scope" :column="item">
|
||||||
<template v-if="item.prop === 'principal'">
|
<template v-if="item.prop === 'principal'">
|
||||||
<template v-if="scope.row.principal">
|
<template v-if="scope.row.adminUser">{{ scope.row.adminUser.username }}</template>
|
||||||
<template v-for="item in userData">
|
|
||||||
<template v-if="scope.row.principal == item.userId">{{item.username}}</template>
|
|
||||||
</template>
|
|
||||||
</template>
|
|
||||||
<template v-else>-</template>
|
<template v-else>-</template>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="item.prop === 'state'">
|
<template v-else-if="item.prop === 'state'">
|
||||||
@@ -168,7 +164,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
console.log(this.userData)
|
console.log(this.customTableTitle)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
showTableTooltip,
|
showTableTooltip,
|
||||||
|
|||||||
Reference in New Issue
Block a user