From a3cf120880fc1830c35a30bdf446669b0aad7ac7 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Tue, 27 Jun 2023 17:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E6=9F=A5=E6=9F=A5=E8=AF=A2=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=9C=BA=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screening/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/screening/index.vue b/src/views/screening/index.vue index f8a2840..ef994f1 100644 --- a/src/views/screening/index.vue +++ b/src/views/screening/index.vue @@ -323,6 +323,15 @@ export default { let roleList = this.roles.map((e) => e.roleCode) // console.log(this.$route.query.checkStatus) this.columns = [ + { + label: "场景", + minWidth: 120, + value: "unionName", + formatter: (row) => { + return row.unionName ? row.unionName : "--" + }, + sortable: "custom", + }, { label: "医联体", minWidth: 120, -- 2.22.0