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 @@ + + + + +