From 6ef0954ab67295820d6c8ee3fa0d89a6774fb942 Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Mon, 27 Sep 2021 21:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../config/pages/mechanismManage/index.vue | 33 +++++++++++++++++-- src/pages/config/pages/postManage/index.vue | 2 +- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/src/pages/config/pages/mechanismManage/index.vue b/src/pages/config/pages/mechanismManage/index.vue index db6253225..062ed60e8 100644 --- a/src/pages/config/pages/mechanismManage/index.vue +++ b/src/pages/config/pages/mechanismManage/index.vue @@ -65,15 +65,20 @@ height="100%" :header-cell-style="{background: '#E8E8E8', color: '#333333', fontSize: '16px', fontWeight: 'bold', height: '48px'}"> + + + width="100px"> + width="50px"> 男 女 @@ -92,14 +97,36 @@ + + + {{scope.row.institutionName}} + + + {{scope.row.institutionName}} + + {{scope.row.institutionName.substring(0,15)}}... + + + + + + {{scope.row.NameList}} + + + {{scope.row.NameList}} + + {{scope.row.NameList.substring(0,15)}}... + + + + width="100px"> 已禁用 已启用 diff --git a/src/pages/config/pages/postManage/index.vue b/src/pages/config/pages/postManage/index.vue index 2d5af9288..f48d27bff 100644 --- a/src/pages/config/pages/postManage/index.vue +++ b/src/pages/config/pages/postManage/index.vue @@ -57,7 +57,7 @@ + width="300px">
+ {{scope.row.institutionName}} +
{{scope.row.institutionName.substring(0,15)}}...
+ {{scope.row.NameList}} +
{{scope.row.NameList.substring(0,15)}}...