111
Showing
1 changed file
with
6 additions
and
1 deletions
| ... | @@ -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) => { | ... | ... |
-
Please register or sign in to post a comment