From 2306fdb6ac335e3852eef8a2a06ca325d1be1a54 Mon Sep 17 00:00:00 2001 From: JoJohw <3096241994@qq.com> Date: Mon, 9 Dec 2024 15:16:46 +0800 Subject: [PATCH] style: account expiration time # Reviewed, transaction id: 26186 --- .../src/views/organization/components/batch-operation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/src/views/organization/components/batch-operation.vue b/src/pages/src/views/organization/components/batch-operation.vue index a95fc4cd0..ab4eacaf1 100644 --- a/src/pages/src/views/organization/components/batch-operation.vue +++ b/src/pages/src/views/organization/components/batch-operation.vue @@ -104,7 +104,7 @@ ref="infoFormRef" :model="infoFormData" :rules="rules"> - + ([ ]); const userInfoOptions = ref([ - { text: t('续期'), type: 'date', selected: false, disabled: false }, + { text: t('账号过期时间'), type: 'date', selected: false, disabled: false }, { text: t('直属上级'), type: 'leader', selected: false, disabled: !isLocalDataSource.value }, ]);