979d30be by 田浩浩

111

1 parent e7367f21
......@@ -6,6 +6,16 @@ class data {
columns () {
return [
{
prop: "state",
label: "状态",
width: '100',
},
{
prop: "UPLOADTIME",
label: "汇交日期",
width: '150',
},
{
prop: "AREANAME",
label: "区域名称",
},
......@@ -13,12 +23,7 @@ class data {
prop: "ACCESSDATE",
label: "日期",
width: '150',
},
{
prop: "UPLOADTIME",
label: "汇交日期",
width: '150',
},
},
{
prop: "type",
label: "类别",
......@@ -47,9 +52,9 @@ class data {
width: '120',
render: (h, scope) => {
return (
<div class={'difference'}>
<p>{scope.row.BUSINESSTYPECOUNT}</p>
<p>{''}</p>
<div >
<p>{scope.row.registerBusinesstypecount}</p>
<p>{scope.row.accessBusinesstypecount}</p>
</div>
)
},
......