|
@@ -43,8 +43,9 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作">
|
|
|
<template #default="scope">
|
|
|
- <el-button link type="primary" size="default" @click="handleConfigure(scope.row)"
|
|
|
+ <el-button link type="primary" size="small" @click="handleConfigure(scope.row)"
|
|
|
v-action="'operation.FirstPage.setConfig'">配置</el-button>
|
|
|
+ <br />
|
|
|
<el-button link type="primary" size="small" @click="handleDel(scope.row)" v-if="!scope.row.status"
|
|
|
v-action="'operation.FirstPage.delete'">删除</el-button>
|
|
|
</template>
|