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()" > 编辑富文本 +
+ +
-
- -