up.
This commit is contained in:
parent
dcbc18f040
commit
a5588c7612
@ -36,6 +36,12 @@
|
|||||||
添加
|
添加
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template #name="{ row }">
|
||||||
|
<div v-if="row.name">
|
||||||
|
<ele-copyable>{{row.group}}.{{row.name}}</ele-copyable>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
<template #action="{ row }">
|
<template #action="{ row }">
|
||||||
<template v-if="['tabs', 'tabs_item', 'collapse', 'card'].indexOf(row.type) != -1">
|
<template v-if="['tabs', 'tabs_item', 'collapse', 'card'].indexOf(row.type) != -1">
|
||||||
<el-link
|
<el-link
|
||||||
@ -128,6 +134,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'name',
|
prop: 'name',
|
||||||
|
slot: 'name',
|
||||||
label: '名称',
|
label: '名称',
|
||||||
minWidth: 120
|
minWidth: 120
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user