From 719e73aa772b40ad5bc154b37c57d35e80d3ad89 Mon Sep 17 00:00:00 2001 From: zjl Date: Mon, 2 Sep 2024 16:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A7=9F=E6=88=B7=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=95=B0=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/tenant/columns.ts | 6 +++++- src/views/system/tenant/edit.vue | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/system/tenant/columns.ts b/src/views/system/tenant/columns.ts index 3b40db7..76c788a 100644 --- a/src/views/system/tenant/columns.ts +++ b/src/views/system/tenant/columns.ts @@ -25,9 +25,13 @@ export const columns = [ width: 160, }, { - label: '人数', + label: '用户限额', prop: 'number', }, + { + label: '租户人数', + prop: 'userNum', + }, { label: '到期时间', prop: 'expireTime', diff --git a/src/views/system/tenant/edit.vue b/src/views/system/tenant/edit.vue index 90ea277..e486cb5 100644 --- a/src/views/system/tenant/edit.vue +++ b/src/views/system/tenant/edit.vue @@ -38,9 +38,9 @@ :rules="{ required: true, message: '请输入官网地址', trigger: 'blur'}"> - - + +