From e4990a3557e813fb6dd0e8b5c26c709400839bfd Mon Sep 17 00:00:00 2001 From: v Date: Thu, 11 Sep 2025 22:47:29 +0800 Subject: [PATCH] up. --- .../institution/components/institution-search.vue | 11 +---------- z_ele/src/views/xm/institution/index.vue | 14 +++++++------- 2 files changed, 8 insertions(+), 17 deletions(-) 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 }, {