From e2fdfe540eaf160dc7d063c60667041edcc64e86 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期二, 05 十一月 2024 22:55:14 +0800
Subject: [PATCH] 处理显示名称

---
 src/views/notification/business.vue |   27 ++++++---------------------
 1 files changed, 6 insertions(+), 21 deletions(-)

diff --git a/src/views/notification/business.vue b/src/views/notification/business.vue
index ab382a9..780c7ef 100644
--- a/src/views/notification/business.vue
+++ b/src/views/notification/business.vue
@@ -2,7 +2,7 @@
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-03-26 10:28:33
  * @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-05-10 12:08:41
+ * @LastEditTime: 2024-11-01 14:56:47
  * @FilePath: /smart-web/src/views/master/person/main/index.vue
  * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -193,14 +193,14 @@
 				this.employeeLi.splice(index,1);
 			},
 			getgroupType() {
-				this.$HTTP.get("/api/blade-cps/organization/list?groupType=group_organization&groupCategory=1").then(res=> {
+				this.$HTTP.get("/api/smis/organization/list?groupType=group_organization&groupCategory=1").then(res=> {
 					if(res.code == 200) {
 						this.organizationList = res.data;
 					}
 				})
 			},
 			getEmployeeList() {
-				this.$HTTP.get("/api/blade-cps/employee/get/list?organizationCode=00001&status=1").then(res=> {
+				this.$HTTP.get("/api/smis/employee/get/list?organizationCode=00001&status=1").then(res=> {
 					if(res.code == 200) {
 						this.employeeList = res.data;
 					}
@@ -279,21 +279,6 @@
 					}
 				})
 			},
-			// table_del(row) {
-			// 	this.$confirm(`纭畾灏嗛�夋嫨鏁版嵁鍒犻櫎?`, '', {
-			// 		type: 'warning'
-			// 	}).then(() => {
-			// 		var arr = [row.id]
-			// 		this.$HTTP.delete("/api/blade-cps/workstation-wcs-feedback",arr).then(res=> {
-			// 			if(res.code == 200) {
-			// 				this.$message.success("鎿嶄綔鎴愬姛");
-			// 				this.getlist();
-			// 			}
-			// 		})
-			// 	}).catch(() => {
-
-			// 	})
-			// },
 			addbusinessSuccess() {
 				this.getbusiness();
 			}
@@ -343,7 +328,7 @@
 	justify-content: space-between;
 	margin: 24px 0 0 0;
     padding: 0 20px 0 10px;
-    border-left: 6px solid #3b8e8e;
+    border-left: 6px solid #409eff;
 }
 .ct-span {
 	color: #101010;
@@ -404,9 +389,9 @@
 }
 .tagItem {
 	margin: 10px 10px 10px 0;
-    background-color: #3b8e8e;
+    background-color: #409eff;
     color: #fff;
-    border-color: #3b8e8e;
+    border-color: #409eff;
     display: inline-block;
     font-size: 12px;
     padding: 4px 10px;

--
Gitblit v1.9.3