李志伟 2 年前
父节点
当前提交
a8a0b00751
共有 2 个文件被更改,包括 22 次插入4 次删除
  1. 3
    3
      config/proxy.js
  2. 19
    1
      src/pages/invoiceDetail/index.jsx

+ 3
- 3
config/proxy.js 查看文件

11
     // localhost:8000/api/** -> https://preview.pro.ant.design/api/**
11
     // localhost:8000/api/** -> https://preview.pro.ant.design/api/**
12
     '/api/': {
12
     '/api/': {
13
       // 要代理的地址
13
       // 要代理的地址
14
-      target: 'http://192.168.89.25:7081',
14
+      target: 'http://192.168.89.147:7081',
15
       changeOrigin: true,
15
       changeOrigin: true,
16
       headers: {
16
       headers: {
17
-        origin: 'http://192.168.89.25:7081',
18
-        referer: 'http://192.168.89.25:7081',
17
+        origin: 'http://192.168.89.147:7081',
18
+        referer: 'http://192.168.89.147:7081',
19
       },
19
       },
20
     },
20
     },
21
   },
21
   },

+ 19
- 1
src/pages/invoiceDetail/index.jsx 查看文件

88
       key: 'mergeRemark',
88
       key: 'mergeRemark',
89
       search: false,
89
       search: false,
90
     },
90
     },
91
+    {
92
+      title: '收件人姓名',
93
+      dataIndex: 'mailUser',
94
+      key: 'mailUser',
95
+      search: false,
96
+    },
97
+    {
98
+      title: '收件人电话',
99
+      dataIndex: 'mailPhone',
100
+      key: 'mailPhone',
101
+      search: false,
102
+    },
103
+    {
104
+      title: '收件人地址',
105
+      dataIndex: 'mailAddress',
106
+      key: 'mailAddress',
107
+      search: false,
108
+    },
91
     {
109
     {
92
       title: '提交时间',
110
       title: '提交时间',
93
       dataIndex: 'createDate',
111
       dataIndex: 'createDate',
114
         manualRequest={true}
132
         manualRequest={true}
115
         revalidateOnFocus={false}
133
         revalidateOnFocus={false}
116
         rowKey="detailId"
134
         rowKey="detailId"
117
-        scroll={{x:2000}}
135
+        scroll={{x:2500}}
118
       />
136
       />
119
     </PageHeaderWrapper>
137
     </PageHeaderWrapper>
120
   )
138
   )