From f25204302c1173dd08a55675663a67b96a4df653 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 26 Sep 2023 15:44:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=88=E9=94=90=E8=80=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppDutyList/AppDutyList.vue | 73 +++++++++++++++++++ .../lulong/AppHandSnapshot/Statistics.vue | 2 - 2 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 src/apps/AppDutyList/AppDutyList.vue diff --git a/src/apps/AppDutyList/AppDutyList.vue b/src/apps/AppDutyList/AppDutyList.vue new file mode 100644 index 00000000..f4a37290 --- /dev/null +++ b/src/apps/AppDutyList/AppDutyList.vue @@ -0,0 +1,73 @@ + + + + + diff --git a/src/project/lulong/AppHandSnapshot/Statistics.vue b/src/project/lulong/AppHandSnapshot/Statistics.vue index 954c58ae..0d026e3c 100644 --- a/src/project/lulong/AppHandSnapshot/Statistics.vue +++ b/src/project/lulong/AppHandSnapshot/Statistics.vue @@ -66,7 +66,6 @@ export default { trendDataX: [], typeData: [], statusInfo: {name: '', eventStatus: ''}, - flag: false } }, computed: { @@ -299,7 +298,6 @@ export default { this.getStatistics() }, handleSelectGird(v) { - console.log(11) this.selectGird = v || {} this.getStatistics() },