From 04c9ae8eb5fb58fd33719ac2b689420069c9f748 Mon Sep 17 00:00:00 2001
From: dj <1042039504@qq.com>
Date: Wed, 27 Nov 2024 22:28:09 +0800
Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E5=B7=A5=E5=8D=95?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/task-management/components/WorkDialog.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/task-management/components/WorkDialog.vue b/src/views/task-management/components/WorkDialog.vue
index 72df075..98a53a7 100644
--- a/src/views/task-management/components/WorkDialog.vue
+++ b/src/views/task-management/components/WorkDialog.vue
@@ -90,14 +90,14 @@ let contentState2 = [
},
{
content: "已处理",
- timestamp: "2022-07-20 20:00:00",
+ timestamp: "2024-07-20 20:00:00",
icon: Check,
color: "#0bbd87",
size: "large",
},
{
content: "结单",
- timestamp: "2022-07-20 20:00:00",
+ timestamp: "2024-07-20 20:00:00",
size: "large",
icon: Check,
color: "#0bbd87",
@@ -300,7 +300,7 @@ defineExpose({
{{
- info.callIdNumber
+ info.destinationNumber
}}
From ebfe82e9bb7298ce40c4e90128237dba6078332b Mon Sep 17 00:00:00 2001
From: dj <1042039504@qq.com>
Date: Wed, 27 Nov 2024 22:28:16 +0800
Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E5=B7=A5=E5=8D=95?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components.d.ts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/components.d.ts b/components.d.ts
index c9b5973..9fafc1a 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -26,12 +26,16 @@ declare module '@vue/runtime-core' {
ElHeader: typeof import('element-plus/es')['ElHeader']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
+ ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
ElMain: typeof import('element-plus/es')['ElMain']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
+ ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
ElPopover: typeof import('element-plus/es')['ElPopover']
+ ElRadio: typeof import('element-plus/es')['ElRadio']
+ ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
@@ -43,6 +47,7 @@ declare module '@vue/runtime-core' {
ElTimeline: typeof import('element-plus/es')['ElTimeline']
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
+ ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
FvCheckbox: typeof import('./src/fvcomponents/fvCheckbox/index.vue')['default']
FvForm: typeof import('./src/fvcomponents/fvForm/index.vue')['default']
FvFormDialog: typeof import('./src/fvcomponents/fvFormDialog/index.vue')['default']