Skip to content

Commit

Permalink
style: account expiration time
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 26186
  • Loading branch information
JoJohw committed Dec 9, 2024
1 parent dcf6a7b commit 2306fdb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
ref="infoFormRef"
:model="infoFormData"
:rules="rules">
<bk-form-item v-if="selectedOption === 'date'" :label="$t('续期')">
<bk-form-item v-if="selectedOption === 'date'" :label="$t('账号过期时间')">
<bk-date-picker
v-model="infoFormData.dateTime"
type="date"
Expand Down Expand Up @@ -255,7 +255,7 @@ const dropdownList = ref<any[]>([
]);
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 },
]);
Expand Down

0 comments on commit 2306fdb

Please sign in to comment.