소스 검색

feat: 账号管理

刘洋 8 달 전
부모
커밋
7917f5704f
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 6
      src/views/order/user-manage/index.vue

+ 1 - 6
src/views/order/user-manage/index.vue

@@ -90,13 +90,8 @@
     loginName: '',
   });
 
-  const columns = computed(() => {
+  const columns = computed<TableColumnData[]>(() => {
     return [
-      // {
-      //   title: '任务ID',
-      //   dataIndex: 'id',
-      //   width: 80,
-      // },
       {
         title: '账号',
         dataIndex: 'loginName',