-
{{ activity.date }}
-
-
- {{ info.number }}
- {{ info.state }}
- {{ info.time }}
-
+
{{ activity.createTime }}
+
+
+ {{ activity.callIdNumber
+ }}
+ {{ activity.callState }}
+ {{
+ activity.answer_time }}
+
@@ -172,7 +220,8 @@ defineExpose({
.main-content .info {
border-bottom: 1.5px solid #e4e7ed;
- margin-bottom: 50px
+ margin-bottom: 50px;
+ font-size: 17px;
}
.main-content .body {
@@ -209,18 +258,19 @@ defineExpose({
position: relative;
left: 3px;
// background-color: red;
-
+
}
-.custom-card{
+.custom-card {
width: 100%;
font-size: 16px;
}
+
.custom-card span {
padding-top: 10px;
width: 20%;
margin: 2px;
-
+
}
.custom-card .span-3th {
diff --git a/src/views/task-management/historical-work-order/index.vue b/src/views/task-management/historical-work-order/index.vue
index 5bad9e2..3d5e12f 100644
--- a/src/views/task-management/historical-work-order/index.vue
+++ b/src/views/task-management/historical-work-order/index.vue
@@ -245,8 +245,8 @@ const handleClose = (row) => {
'确定要关单吗?',
'温馨提示',
{
- confirmButtonText: 'OK',
- cancelButtonText: 'Cancel',
+ confirmButtonText: '确定',
+ cancelButtonText: '取消',
type: 'warning',
}
)
@@ -269,8 +269,8 @@ const handleDelete = (row) => {
'确定要删除吗?',
'温馨提示',
{
- confirmButtonText: 'OK',
- cancelButtonText: 'Cancel',
+ confirmButtonText: '确定',
+ cancelButtonText: '取消',
type: 'warning',
}
)
diff --git a/src/views/task-management/pending-work-order/index.vue b/src/views/task-management/pending-work-order/index.vue
index 5bad9e2..3d5e12f 100644
--- a/src/views/task-management/pending-work-order/index.vue
+++ b/src/views/task-management/pending-work-order/index.vue
@@ -245,8 +245,8 @@ const handleClose = (row) => {
'确定要关单吗?',
'温馨提示',
{
- confirmButtonText: 'OK',
- cancelButtonText: 'Cancel',
+ confirmButtonText: '确定',
+ cancelButtonText: '取消',
type: 'warning',
}
)
@@ -269,8 +269,8 @@ const handleDelete = (row) => {
'确定要删除吗?',
'温馨提示',
{
- confirmButtonText: 'OK',
- cancelButtonText: 'Cancel',
+ confirmButtonText: '确定',
+ cancelButtonText: '取消',
type: 'warning',
}
)
From 18508b5ecc58dccd01e67da6e8bc5766fb2d4702 Mon Sep 17 00:00:00 2001
From: KindSeven <2845382437@qq.com>
Date: Sat, 14 Sep 2024 23:51:53 +0800
Subject: [PATCH 2/2] =?UTF-8?q?feat:=E5=AE=8C=E6=88=90=E4=BA=86=E5=B7=A5?=
=?UTF-8?q?=E5=8D=95=E6=8E=A5=E5=8F=A3=EF=BC=88=E5=85=B3=E5=8D=95=EF=BC=8C?=
=?UTF-8?q?=E5=88=A0=E9=99=A4=EF=BC=8C=E8=8E=B7=E5=8F=96=E5=B7=A5=E5=8D=95?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=89=E7=9A=84=E5=AF=B9=E6=8E=A5=EF=BC=8C?=
=?UTF-8?q?=E5=B7=A5=E5=8D=95=E8=AF=A6=E6=83=85=E5=AF=B9=E4=BA=86=E4=B8=80?=
=?UTF-8?q?=E9=83=A8=E5=88=86,=E5=B0=86=E5=85=B6=E4=BB=A3=E7=A0=81copy?=
=?UTF-8?q?=E5=88=B0=E4=BA=86=E5=8E=86=E5=8F=B2=E5=92=8C=E5=BE=85=E5=A4=84?=
=?UTF-8?q?=E7=90=86=E5=B7=A5=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../historical-work-order/index.vue | 63 +++++++++++--------
.../pending-work-order/index.vue | 63 +++++++++++--------
2 files changed, 74 insertions(+), 52 deletions(-)
diff --git a/src/views/task-management/historical-work-order/index.vue b/src/views/task-management/historical-work-order/index.vue
index 3d5e12f..b20d76d 100644
--- a/src/views/task-management/historical-work-order/index.vue
+++ b/src/views/task-management/historical-work-order/index.vue
@@ -1,17 +1,18 @@
-
-
-
+