From 4a66867d893146ecbc844bd8123c461d20fbe997 Mon Sep 17 00:00:00 2001 From: zhj Date: Fri, 21 Mar 2025 13:45:49 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A2=9E=E5=8A=A0=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/auth/company/index.vue | 18 +++++++ src/views/biz/sysSettings/index.vue | 76 +++++++++++++++++++++++++++-- 2 files changed, 91 insertions(+), 3 deletions(-) diff --git a/src/views/auth/company/index.vue b/src/views/auth/company/index.vue index 4c9113d..61ef3a7 100644 --- a/src/views/auth/company/index.vue +++ b/src/views/auth/company/index.vue @@ -110,6 +110,12 @@ const columns: TableColumnList = [ width: "260", slot: "status" }, + { + label: "审核状态", + prop: "auditStatus", + width: "260", + slot: "auditStatus" + }, { label: "创建时间", prop: "createTime", @@ -216,6 +222,18 @@ onMounted(() => { + +