From deb886a254aa1ef57212b53ab9b4415743876065 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Thu, 14 Jul 2022 14:55:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E6=9C=AF=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/views/modules/sys/log-operation.vue | 2 +- .../components/PutOnTheShelf.vue | 17 +++-- .../Algorithm/AlgorithmUsageMode.vue | 6 +- .../components/Business/BusinessUsageMode.vue | 6 +- ...operOwningDepartmentAndServiceProvider.vue | 4 +- .../LayerService/LayerServiceUsageMode.vue | 6 +- .../views/personalCenter/VueTemplateDemo.vue | 75 ++++++++++++++++--- 7 files changed, 80 insertions(+), 36 deletions(-) diff --git a/back/src/views/modules/sys/log-operation.vue b/back/src/views/modules/sys/log-operation.vue index 3a6cafa8..ba1808bd 100644 --- a/back/src/views/modules/sys/log-operation.vue +++ b/back/src/views/modules/sys/log-operation.vue @@ -232,7 +232,7 @@ export default { startDate: '', endDate: '', operation: '', - operationType: 'all' + operationType: '' } this.value1 = '' // 格式化日期 this.operationType = '' // 操作类型转化 diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index 518634ed..ccb76044 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -162,6 +162,13 @@ @click="showTextFunction()" > 编辑富文本 +