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