tangning 2 years ago
parent
commit
def9193486
2 changed files with 25 additions and 1 deletions
  1. 20 0
      src/views/account/details/data.ts
  2. 5 1
      src/views/account/overview/AddDownModal.vue

+ 20 - 0
src/views/account/details/data.ts

@@ -199,6 +199,16 @@ export const equityColumns: BasicColumn[] = [
     width: 100,
   },
   {
+    title: '项目号',
+    dataIndex: 'projectNum',
+    width: 100,
+  },
+  {
+    title: '备注',
+    dataIndex: 'remark',
+    width: 100,
+  },
+  {
     title: '使用类型',
     dataIndex: 'useTypeStr',
     width: 100,
@@ -494,6 +504,16 @@ export const dowmColumns: BasicColumn[] = [
     width: 100,
   },
   {
+    title: '项目号',
+    dataIndex: 'projectNum',
+    width: 100,
+  },
+  {
+    title: '备注',
+    dataIndex: 'remark',
+    width: 100,
+  },
+  {
     title: '使用类型',
     dataIndex: 'useTypeStr',
     width: 100,

+ 5 - 1
src/views/account/overview/AddDownModal.vue

@@ -90,6 +90,10 @@
               },
             },
           },
+          {
+            field: 'projectNum',
+            ifShow: false,
+          },
         ]);
       });
       async function onDataReceive(data) {
@@ -99,7 +103,7 @@
         fileFlow.type = data.type;
         fileFlow.id = data.id;
         fileFlow.title = data.type == '1' ? '新增下载(四维深时)' : '新增下载(四维看看)';
-        setFieldsValue(data);
+        // setFieldsValue(data);
       }
       async function handleConfirm() {
         await validate();