From 4b20cb89cce63f35bee76ed3e99e0b4d768c93fd Mon Sep 17 00:00:00 2001 From: kongyeqing <2697454777@qq.com> Date: Tue, 4 Jul 2023 14:24:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9F=A5=E7=9C=8B=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/risk/duty/duty.component.html | 4 ++++ src/views/risk/duty/dutyRecords.component.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/views/risk/duty/duty.component.html b/src/views/risk/duty/duty.component.html index 05465fb..ca6c4e5 100644 --- a/src/views/risk/duty/duty.component.html +++ b/src/views/risk/duty/duty.component.html @@ -49,4 +49,8 @@ :actions="subActions" @actionCallback="subActionCallback" @change="changes" :full-btn="true" btnPosition="center"> + + + + \ No newline at end of file diff --git a/src/views/risk/duty/dutyRecords.component.html b/src/views/risk/duty/dutyRecords.component.html index 34978c2..a971c4d 100644 --- a/src/views/risk/duty/dutyRecords.component.html +++ b/src/views/risk/duty/dutyRecords.component.html @@ -45,4 +45,8 @@ :actions="subActions" @actionCallback="subActionCallback" @change="changes" :full-btn="true" btnPosition="center"> + + + + \ No newline at end of file