fix: 修改 asset children 和parant的位置 以及文案修改

This commit is contained in:
zhangyu
2021-07-16 14:43:20 +08:00
parent c5be6b8143
commit 4a8cc7b0d6
3 changed files with 15 additions and 12 deletions

View File

@@ -60,6 +60,7 @@
<template v-else-if="item.prop === 'parent'">
<span
v-if="scope.row.parent"
style="cursor: pointer"
@mouseenter="labelHover(scope.row, 'asset', true, $event)"
@mouseleave="labelHover(scope.row, 'asset', false)">
{{scope.row.parent.name}}
@@ -156,16 +157,16 @@ export default {
show: true,
width: 140,
sortable: 'custom'
}, {
label: this.$t('overall.children'),
prop: 'children',
show: false,
width: 110
}, {
label: this.$t('overall.parent'),
prop: 'parent',
show: false,
width: 110
}, {
label: this.$t('overall.children'),
prop: 'children',
show: false,
width: 120
}, {
label: this.$t('overall.type'),
prop: 'type',