浏览代码

隐藏商家PC子账号编辑按钮

liudongzhi 1 月之前
父节点
当前提交
d0f8b80225
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/accountRoleManagement/subAccountManagement/index.vue

+ 0 - 1
src/views/accountRoleManagement/subAccountManagement/index.vue

@@ -25,7 +25,6 @@
       <!-- 操作列 -->
       <template #operation="scope">
         <el-button link type="primary" @click="handleView(scope.row)"> 查看 </el-button>
-        <el-button link type="primary" @click="handleEdit(scope.row)"> 编辑 </el-button>
         <el-button link type="danger" @click="handleDelete(scope.row)"> 删除 </el-button>
       </template>
     </ProTable>