From 9dc94ae7958c3f1b1b78f498e0a82d19fdacf49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Tue, 28 Dec 2021 18:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=91=E7=A0=94=E7=94=9F=E4=BA=A7-=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E5=8A=A8=E6=80=81=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/scientific/tab1/left1.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/bigScreen/scientific/tab1/left1.vue b/src/views/bigScreen/scientific/tab1/left1.vue index 899c457..be455bf 100644 --- a/src/views/bigScreen/scientific/tab1/left1.vue +++ b/src/views/bigScreen/scientific/tab1/left1.vue @@ -122,8 +122,19 @@ export default { data() { return { listData: [], - dataInfo: {}, - carTotal: {}, + dataInfo: { + workingWorkshopTotal:0, + workshopTotal:0, + realAttendance:0, + attendanceRate:0, + equipmentRunTotal:0, + equipmentRunRate:0, + videoCollectionRate:0, + }, + carTotal: { + total:0, + useTotal:0 + }, } }, computed: {