From e1ec4e662636af70085e9148c9672e5951d3d568 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期五, 02 八月 2024 14:31:57 +0800 Subject: [PATCH] 新增拜访 --- module/system/page/home/page/home_org.html | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/module/system/page/home/page/home_org.html b/module/system/page/home/page/home_org.html index dff3020..95113e5 100644 --- a/module/system/page/home/page/home_org.html +++ b/module/system/page/home/page/home_org.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"><meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Cache-control" content="no-cache"><meta http-equiv="Cache" content="no-cache"> - <title>閿�鍞椤�</title> + <title>鍏徃棣栭〉</title> <script type="text/javascript"> var pageVue = null; @@ -15,7 +15,7 @@ new BasicsVue({ el: "#vbody", data: { - title: "閿�鍞椤�", + title: "鍏徃棣栭〉", tableData: [], dataRequest: [ { @@ -46,7 +46,7 @@ // {isshow: "T", code: "M002", title: "鎴戠殑鐢宠", layout: "left", width: "50%", height: "30%", order_no: 2}, {isshow: "T", code: "M003", title: "鎴戠殑鎸囨爣", layout: "left", width: "100%", height: "306px", order_no: 3}, {isshow: "T", code: "M004", title: "鎴戠殑瀹㈡埛", layout: "left", width: "100%", height: "148px", order_no: 4}, - {isshow: "T", code: "M005", title: "妞嶅叆鏃ュ巻", layout: "right", width: "100%", height: "50%", order_no: 5}, + {isshow: "T", code: "M005", title: "宸ヤ綔鏃ュ巻", layout: "right", width: "100%", height: "50%", order_no: 5}, {isshow: "T", code: "M006", title: "蹇嵎鍏ュ彛", layout: "right", width: "100%", height: "50%", order_no: 6}, ], moduleLayout: {}, @@ -235,9 +235,9 @@ if (me.dataRequestObj.sys_notify_message && me.dataRequestObj.sys_notify_message.data && me.dataRequestObj.sys_notify_message.data.entityset) { dataobj_.M001 = clone(me.dataRequestObj.sys_notify_message.data.entityset) var file_ = { - id: "111", type_code: "sale", title: "銆婂鎴稤MS鎿嶄綔鎵嬪唽-绠�鐗�-1.1銆�", create_time: "2024-03-20 15:48:04", + id: "111", type_code: "sale", title: "銆婅惀閿�涓�浣撳寲杩愯惀骞冲彴鎿嶄綔鎵嬪唽1.1銆�", create_time: "2024-03-20 15:48:04", files: [ - {filename: "瀹㈡埛DMS鎿嶄綔鎵嬪唽-绠�鐗�-1.1.pdf", fileid: "11111", dataname: "sys_notify_message"}, + {filename: "钀ラ攢涓�浣撳寲杩愯惀骞冲彴鎿嶄綔鎵嬪唽1.1.pdf", fileid: "11111", dataname: "sys_notify_message"}, ]} dataobj_.M001.push(file_); @@ -535,7 +535,7 @@ if (this.calendar_month_map[slotData.day].order_open_time && this.calendar_month_map[slotData.day].order_open_time != "00:00") { tooltip_ = "鍏宠处鏃ャ��"+ this.calendar_month_map[slotData.day].order_open_time +"銆戝悗涓嶅厑璁镐笅鍗曘��"; }else { - tooltip_ = "鍏宠处鏃ュ唴涓嶅厑璁镐笅鍗曘��"; + tooltip_ = "娴佸悜鍙敵璇�"; } } @@ -548,10 +548,10 @@ } if (this.calendar_month_map[slotData.day] && this.calendar_month_map[slotData.day].is_implant_open) { - tooltip_ += "銆愬厑璁告鍏ヤ笂鎶ャ�戙��"; + tooltip_ += "銆愬垵鐗堟祦鍚戙��"; } if (this.calendar_month_map[slotData.day] && this.calendar_month_map[slotData.day].is_order_open) { - tooltip_ += "銆愬厑璁镐笅鍗曘�戙��"; + tooltip_ += "銆愮粓鐗堟祦鍚戙��"; } } return tooltip_; @@ -867,6 +867,7 @@ /* border-left: 1px solid #6495ed; */ border-right: 1px solid #6495ed; border-bottom: 1px solid #6495ed; + background-color: #6495ed; border-radius: 5px; cursor: pointer; } @@ -874,6 +875,7 @@ /* border-left: 1px solid #55aa7f; */ border-right: 1px solid #55aa7f; border-bottom: 1px solid #55aa7f; + background-color: #55aa7f; border-radius: 5px; cursor: pointer; } -- Gitblit v1.8.0