소스 검색

隐藏商家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>