From f90be871356e2b7e2f13ee2d69effc8bd5802458 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 26 七月 2024 11:23:22 +0800
Subject: [PATCH] 工单下发明显展示点位为重点点位、下发人、下发时间
---
src/views/system/work-order/distribute/index.vue | 2 ++
src/views/screen/index.vue | 9 +++++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue
index 26ed82b..c90f503 100644
--- a/src/views/screen/index.vue
+++ b/src/views/screen/index.vue
@@ -35,10 +35,11 @@
-webkit-user-select: none;
}
.screen {
- background: url('../../assets/images/screen/pageBg1.jpg') !important;
- background-size: cover !important;
- background-repeat: no-repeat !important;
- background-position: center center !important;
+ background-color: #033c76 !important;
+ //background: url('../../assets/images/screen/pageBg1.jpg') !important;
+ //background-size: cover !important;
+ //background-repeat: no-repeat !important;
+ //background-position: center center !important;
}
</style>
diff --git a/src/views/system/work-order/distribute/index.vue b/src/views/system/work-order/distribute/index.vue
index bfac7e0..613ac60 100644
--- a/src/views/system/work-order/distribute/index.vue
+++ b/src/views/system/work-order/distribute/index.vue
@@ -110,6 +110,8 @@
<el-table-column label="鏁呴殰绫诲瀷" align="center" prop="errorType"/>
<el-table-column label="杩愮淮鍗曚綅" align="center" prop="unitName"/>
<el-table-column label="浜х敓鏃堕棿" align="center" prop="createTime"/>
+ <el-table-column v-show="queryParams.status === 'DISTRIBUTED'" label="涓嬪彂浜�" align="center" prop="realName"/>
+ <el-table-column v-show="queryParams.status === 'DISTRIBUTED'" label="涓嬪彂鏃堕棿" align="center" prop="distributeTime"/>
</el-table>
<pagination
--
Gitblit v1.8.0