فهرست منبع

页面运营优化等

pansl 1 سال پیش
والد
کامیت
2edcdb5e61
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 1 0
      src/views/pageLayout/channelPageManage/index.vue
  2. 2 1
      src/views/pageLayout/homePageManage/index.vue

+ 1 - 0
src/views/pageLayout/channelPageManage/index.vue

@@ -45,6 +45,7 @@
               <template #default="scope">
                 <el-button link type="primary" size="small" @click="handleConfigure(scope.row)"
                   v-action="'operation.Channel.setting'">配置</el-button>
+                <br />
                 <el-button link type="primary" size="small" @click="handleDel(scope.row)" v-if="!scope.row.status"
                   v-action="'operation.Channel.del'">删除</el-button>
               </template>

+ 2 - 1
src/views/pageLayout/homePageManage/index.vue

@@ -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>