From ed7fc8a4e378ed8b8109055f9ef209b642837df6 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 19 八月 2025 10:15:01 +0800 Subject: [PATCH] 中强恒兴数据修改 --- src/views/collaborativeApproval/sealManagement/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/collaborativeApproval/sealManagement/index.vue b/src/views/collaborativeApproval/sealManagement/index.vue index 0aabd52..a906f5e 100644 --- a/src/views/collaborativeApproval/sealManagement/index.vue +++ b/src/views/collaborativeApproval/sealManagement/index.vue @@ -335,7 +335,7 @@ { id: 'SEAL001', title: '鍚堝悓鐢ㄥ嵃鐢宠', - applicant: '寮犱笁', + applicant: '闄堝織寮�', department: '閿�鍞儴', sealType: '鍚堝悓涓撶敤绔�', applyTime: '2024-01-15 10:30:00', @@ -345,7 +345,7 @@ { id: 'SEAL002', title: '璐㈠姟鎶ュ憡鐢ㄥ嵃', - applicant: '鐜嬩簲', + applicant: '鐜嬪缓鍥�', department: '璐㈠姟閮�', sealType: '璐㈠姟涓撶敤绔�', applyTime: '2024-01-14 14:20:00', @@ -355,7 +355,7 @@ { id: 'SEAL003', title: '鍏徃绔犵▼鐢ㄥ嵃', - applicant: '瀛欎竷', + applicant: '瀛欐槑鍗�', department: '娉曞姟閮�', sealType: '鍏珷', applyTime: '2024-01-13 09:15:00', @@ -407,9 +407,9 @@ ]) const readStatusList = ref([ - { employee: '寮犱笁', department: '閿�鍞儴', readTime: '2024-01-11 10:30:00', confirmTime: '2024-01-11 10:35:00', status: 'confirmed' }, - { employee: '鏉庡洓', department: '鎶�鏈儴', readTime: '2024-01-11 14:20:00', confirmTime: '', status: 'unconfirmed' }, - { employee: '鐜嬩簲', department: '璐㈠姟閮�', readTime: '2024-01-12 09:15:00', confirmTime: '2024-01-12 09:20:00', status: 'confirmed' } + { employee: '闄堝織寮�', department: '閿�鍞儴', readTime: '2024-01-11 10:30:00', confirmTime: '2024-01-11 10:35:00', status: 'confirmed' }, + { employee: '鍒橀泤濠�', department: '鎶�鏈儴', readTime: '2024-01-11 14:20:00', confirmTime: '', status: 'unconfirmed' }, + { employee: '鐜嬪缓鍥�', department: '璐㈠姟閮�', readTime: '2024-01-12 09:15:00', confirmTime: '2024-01-12 09:20:00', status: 'confirmed' } ]) // 鏂规硶 -- Gitblit v1.9.3