From a33e895295a57701a0bac417f49abe5f85e9b25a Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 14 Jan 2022 16:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=20=E6=A0=87=E5=8D=8F?= =?UTF-8?q?=E4=BC=9A=E5=91=98-=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E3=80=81=E4=BC=9A=E5=91=98=E7=AE=A1=E7=90=86=E5=91=98=E5=A2=9E?= =?UTF-8?q?=E8=82=8C=E7=BC=96=E8=BE=91=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 2 +- src/views/standardsAssociation/BasicInfo.vue | 47 +++- .../modules/BasicModel.vue | 208 ++++++++++++++++++ 3 files changed, 255 insertions(+), 2 deletions(-) create mode 100644 src/views/standardsAssociation/modules/BasicModel.vue diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 0fc1f4a..512c845 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -166,7 +166,7 @@ const user = { if (userInfo.companyRole + '' === '1') { userIdentity = '0' } else { - // userInfo.roleCode,企业用户角色:1--企业联系人、--企业管理员 + // userInfo.roleCode,企业用户角色:1--企业联系人、2--企业管理员 if (userInfo.roleCode + '' === '2') { userIdentity = '1' } else { diff --git a/src/views/standardsAssociation/BasicInfo.vue b/src/views/standardsAssociation/BasicInfo.vue index 476460f..62fb8ce 100644 --- a/src/views/standardsAssociation/BasicInfo.vue +++ b/src/views/standardsAssociation/BasicInfo.vue @@ -25,6 +25,12 @@
本企业信息
+
+ + 编辑 + + +
企业名称: @@ -49,14 +55,20 @@
+
@@ -174,5 +209,15 @@ export default { margin-left: 10px; } } +.panel-cell-top{ + position: absolute; + top: 12px; + right: 5px; + img{ + width: 18px; + height: 18px; + margin-left: 3px; + } +} diff --git a/src/views/standardsAssociation/modules/BasicModel.vue b/src/views/standardsAssociation/modules/BasicModel.vue new file mode 100644 index 0000000..e98dc4e --- /dev/null +++ b/src/views/standardsAssociation/modules/BasicModel.vue @@ -0,0 +1,208 @@ + + + + +