From 7f50fc08c3717ed98e306fa36fdad51b1253cf50 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Thu, 21 Mar 2024 16:41:28 +0800 Subject: [PATCH] add --- src/components/contacts/index.vue | 4 +- src/components/customerdemand/index.vue | 16 +- src/components/formTable/index.vue | 18 +- src/components/toolTip/index.vue | 32 ++ src/config/setting.ts | 1 + .../default/components/setting/drawer.vue | 55 ++- src/views/bid_document_examination/edit.vue | 393 ++++++++++-------- .../detail.vue | 2 +- .../bid_document_examination_detail/edit.vue | 11 +- .../bid_document_examination_detail/index.vue | 4 +- src/views/build_division/edit.vue | 15 +- src/views/competitor/edit.vue | 55 +-- src/views/contract/edit.vue | 173 +++----- src/views/contract_negotiation/edit.vue | 113 +---- src/views/custom/detail.vue | 2 +- src/views/custom_contacts/edit.vue | 68 ++- src/views/custom_follow/edit.vue | 9 +- src/views/customer_demand_solution/index.vue | 13 - src/views/material_purchase_request/edit.vue | 52 +-- src/views/procurement_contract/edit.vue | 69 +-- src/views/procurement_contract/index.vue | 18 - .../procurement_contract_detail/index.vue | 6 +- src/views/project/components/Overview.vue | 2 +- src/views/project/edit.vue | 29 +- src/views/project_estimate/edit.vue | 139 +++---- src/views/project_material_budget/edit.vue | 72 +--- src/views/subcontracting_contract/edit.vue | 53 +-- src/views/supervision_accept/edit.vue | 4 +- src/views/supervision_device_entry/edit.vue | 2 +- .../edit.vue | 2 +- src/views/supervision_inspection/edit.vue | 2 +- src/views/supervision_side_station/edit.vue | 2 +- .../edit.vue | 2 +- src/views/supplier/edit.vue | 122 +----- src/views/supplier/index.vue | 2 +- 35 files changed, 515 insertions(+), 1047 deletions(-) create mode 100644 src/components/toolTip/index.vue diff --git a/src/components/contacts/index.vue b/src/components/contacts/index.vue index bd899a7..ad1e6bb 100644 --- a/src/components/contacts/index.vue +++ b/src/components/contacts/index.vue @@ -16,7 +16,7 @@ - + @@ -34,7 +34,7 @@ - + diff --git a/src/components/toolTip/index.vue b/src/components/toolTip/index.vue new file mode 100644 index 0000000..1e14864 --- /dev/null +++ b/src/components/toolTip/index.vue @@ -0,0 +1,32 @@ + + \ No newline at end of file diff --git a/src/config/setting.ts b/src/config/setting.ts index 98c2860..c115ba8 100644 --- a/src/config/setting.ts +++ b/src/config/setting.ts @@ -1,6 +1,7 @@ const defaultSetting = { showCrumb: true, // 是否显示面包屑 showLogo: true, // 是否显示logo + showToolTip:false,//是否开启文字提示 isUniqueOpened: true, //只展开一个一级菜单 sideWidth: 250, //侧边栏宽度 sideTheme: 'dark', //侧边栏主题 diff --git a/src/layout/default/components/setting/drawer.vue b/src/layout/default/components/setting/drawer.vue index efd08fd..862bdec 100644 --- a/src/layout/default/components/setting/drawer.vue +++ b/src/layout/default/components/setting/drawer.vue @@ -1,27 +1,13 @@