guhongwei 3 лет назад
Родитель
Сommit
7f199ce6f7

+ 8 - 2
src/views/user/parts/expDetail.vue

@@ -12,7 +12,7 @@
           </template>
           <template #custom="{item,form}">
             <template v-if="item.model === 'img_path'">
-              <el-image :src="form.img_path">
+              <el-image :src="form.img_path" class="img_path">
                 <div slot="error" class="image-slot">
                   <i class="el-icon-picture-outline"></i></div
               ></el-image>
@@ -70,4 +70,10 @@ export default {
 };
 </script>
 
-<style lang="less" scoped></style>
+<style lang="less" scoped>
+.img_path {
+  width: 150px;
+  height: 150px;
+  border: 1px solid#ccc;
+}
+</style>

+ 1 - 0
src/views/user/parts/mechUser.vue

@@ -93,6 +93,7 @@ export default {
         { label: '用户ID', prop: 'phone' },
         { label: '社会统一信用代码', prop: 'institution_code' },
         { label: '电子邮箱', prop: 'email' },
+        { label: '所属辖区', prop: 'juris' },
         {
           label: '状态',
           prop: 'status',

+ 1 - 0
src/views/user/parts/orgDetail.vue

@@ -35,6 +35,7 @@ export default {
         { label: '联系地址', model: 'addr', options: { readonly: true } },
         { label: '办公电话', model: 'office_phone', options: { readonly: true } },
         { label: '所属行业', model: 'profession', options: { readonly: true } },
+        { label: '所属辖区', model: 'juris', options: { readonly: true } },
         { label: '机构代码', model: 'institution_code', options: { readonly: true } },
         { label: '统一社会信用代码', model: 'code', options: { readonly: true } },
         { label: '注册类型', model: 'companytype', options: { readonly: true } },

+ 1 - 0
src/views/user/parts/perDetail.vue

@@ -37,6 +37,7 @@ export default {
         { label: '地址', model: 'addr', options: { readonly: true } },
         { label: '办公电话', model: 'office_phone', options: { readonly: true } },
         { label: '所属行业', model: 'profession', options: { readonly: true } },
+        { label: '所属辖区', model: 'juris', options: { readonly: true } },
         { label: '状态', model: 'status', type: 'radio' },
       ],
     };

+ 1 - 0
src/views/user/parts/perUser.vue

@@ -89,6 +89,7 @@ export default {
         { label: '用户名', prop: 'name' },
         { label: '用户ID', prop: 'phone' },
         { label: '电子邮箱', prop: 'email' },
+        { label: '所属辖区', prop: 'juris' },
         {
           label: '状态',
           prop: 'status',