diff --git a/z_ele/src/views/xm/institution/components/institution-search.vue b/z_ele/src/views/xm/institution/components/institution-search.vue index 2bee7a8..5239b56 100644 --- a/z_ele/src/views/xm/institution/components/institution-search.vue +++ b/z_ele/src/views/xm/institution/components/institution-search.vue @@ -12,16 +12,7 @@ - - - - - diff --git a/z_ele/src/views/xm/institution/index.vue b/z_ele/src/views/xm/institution/index.vue index 13de5a9..ebb029d 100644 --- a/z_ele/src/views/xm/institution/index.vue +++ b/z_ele/src/views/xm/institution/index.vue @@ -70,18 +70,18 @@ align: 'center' }, { - prop: 'InstitutionId', - label: '渠道ID', + prop: 'institutionId', + label: '机构ID', width: 80 }, { - prop: 'code', - label: '渠道代码', - width: 80 + prop: 'institutionName', + label: '机构名称', + minWidth: 120 }, { - prop: 'name', - label: '渠道名称', + prop: 'comments', + label: '备注', minWidth: 120 }, {