From a461c9add72df310846bf61f67e7b1395f7ec6d4 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 17 Apr 2023 10:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=85=AC=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fengdu/app/AppIntegratingPublic/components/List.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/project/fengdu/app/AppIntegratingPublic/components/List.vue b/project/fengdu/app/AppIntegratingPublic/components/List.vue index ed5b9458..38ee77d3 100644 --- a/project/fengdu/app/AppIntegratingPublic/components/List.vue +++ b/project/fengdu/app/AppIntegratingPublic/components/List.vue @@ -23,6 +23,12 @@ 添加 + + @@ -67,7 +73,7 @@ girdName: '', areaId: '' }, - total: 10, + total: 0, colConfigs: [ { prop: 'areaName', label: '所属地区', align: 'left', 'show-overflow-tooltip': true }, { prop: 'girdName', label: '所属网格', align: 'center' },