|
@@ -79,6 +79,12 @@
|
|
|
</template>
|
|
|
|
|
|
<template #actionSlot="scope">
|
|
|
+ <el-tooltip content="设计" placement="bottom" effect="light">
|
|
|
+ <el-icon class="ibt0">
|
|
|
+ <Money />
|
|
|
+ </el-icon>
|
|
|
+ </el-tooltip>
|
|
|
+ <el-divider direction="vertical"></el-divider>
|
|
|
<el-tooltip content="编辑" placement="bottom" effect="light">
|
|
|
<el-icon class="ibt0" @click="tableTemplateEdit(scope.row)">
|
|
|
<Edit />
|