-
{{ 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',
}
)