瀏覽代碼

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',