|
|
|
@ -47,7 +47,7 @@
|
|
|
|
|
<a-list-item v-for="(item, index) in sheet.independents" :key="index"> |
|
|
|
|
<a-list-item-meta :description="item.fullPath" :title="item.title" /> |
|
|
|
|
<template slot="actions"> |
|
|
|
|
<a-button class="!p-0" type="link" @click="handleInsertPre(item.name, item.fullPath)"> |
|
|
|
|
<a-button class="!p-0" type="link" @click="handleInsertPre(item.title, item.fullPath)"> |
|
|
|
|
<a-icon type="plus-circle" /> |
|
|
|
|
</a-button> |
|
|
|
|
</template> |
|
|
|
@ -59,7 +59,7 @@
|
|
|
|
|
<a-list-item v-for="(item, index) in sheet.customs.data" :key="index"> |
|
|
|
|
<a-list-item-meta :description="item.fullPath" :title="item.title" /> |
|
|
|
|
<template slot="actions"> |
|
|
|
|
<a-button class="!p-0" type="link" @click="handleInsertPre(item.name, item.fullPath)"> |
|
|
|
|
<a-button class="!p-0" type="link" @click="handleInsertPre(item.title, item.fullPath)"> |
|
|
|
|
<a-icon type="plus-circle" /> |
|
|
|
|
</a-button> |
|
|
|
|
</template> |
|
|
|
|