From 2269f1b52febcd8cb1075e1354a5c99dc2f64484 Mon Sep 17 00:00:00 2001 From: "yong.huang" Date: Wed, 19 Jul 2023 17:40:14 +0800 Subject: [PATCH] ui lint --- cmdb-api/Pipfile | 2 +- cmdb-api/requirements.txt | 4 +- .../cmdb/views/ci_types/attributeEditForm.vue | 52 ++++---- .../operation_history/modules/typeTable.vue | 2 +- .../companyStructure/EmployeeModal.vue | 6 +- .../setting/components/employeeTable.vue | 122 +++++++++--------- 6 files changed, 97 insertions(+), 91 deletions(-) diff --git a/cmdb-api/Pipfile b/cmdb-api/Pipfile index 3402e75..b6c98dd 100644 --- a/cmdb-api/Pipfile +++ b/cmdb-api/Pipfile @@ -39,7 +39,7 @@ kombu = "==4.4.0" # common setting Flask-APScheduler = "==1.12.4" timeout-decorator = "==0.5.0" -numpy = "==1.18.5" +numpy = "==1.21.5" pandas = "==1.3.2" WTForms = "==3.0.0" email-validator = "==1.3.1" diff --git a/cmdb-api/requirements.txt b/cmdb-api/requirements.txt index 39b32cb..31b6886 100644 --- a/cmdb-api/requirements.txt +++ b/cmdb-api/requirements.txt @@ -47,7 +47,7 @@ meld3==2.0.1 mistune==3.0.1 more-itertools==5.0.0 msgpack-python==0.5.6 -numpy==1.18.5 +numpy==1.21.5 pandas==1.3.2 Pillow==8.3.2 pkgutil_resolve_name==1.3.10 @@ -77,4 +77,4 @@ urllib3==1.26.16 vine==1.3.0 Werkzeug==0.15.5 WTForms==3.0.0 -zipp==3.16.0 \ No newline at end of file +zipp==3.16.0 diff --git a/cmdb-ui/src/modules/cmdb/views/ci_types/attributeEditForm.vue b/cmdb-ui/src/modules/cmdb/views/ci_types/attributeEditForm.vue index b6d940c..1b3a5c0 100644 --- a/cmdb-ui/src/modules/cmdb/views/ci_types/attributeEditForm.vue +++ b/cmdb-ui/src/modules/cmdb/views/ci_types/attributeEditForm.vue @@ -33,22 +33,24 @@ /> - - + - - - {{ value }} - - + + {{ value }} + +