e7367f21 by 田浩浩

111

1 parent 43033b73
...@@ -10,11 +10,16 @@ class data { ...@@ -10,11 +10,16 @@ class data {
10 label: "区域名称", 10 label: "区域名称",
11 }, 11 },
12 { 12 {
13 prop: "UPLOADTIME", 13 prop: "ACCESSDATE",
14 label: "日期", 14 label: "日期",
15 width: '150', 15 width: '150',
16 }, 16 },
17 { 17 {
18 prop: "UPLOADTIME",
19 label: "汇交日期",
20 width: '150',
21 },
22 {
18 prop: "type", 23 prop: "type",
19 label: "类别", 24 label: "类别",
20 render: (h, scope) => { 25 render: (h, scope) => {
......