code refactor

This commit is contained in:
MaysWind
2023-08-20 00:30:55 +08:00
parent b8acff3e7c
commit 6d2f788fa2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
</v-col>
<v-col cols="12" md="8" class="auth-card d-flex align-center justify-center pa-10">
<v-card variant="flat" class="mt-12 mt-sm-0 pt-sm-12 pt-md-0">
<StepsBar min-width="700" :steps="[
<steps-bar min-width="700" :steps="[
{
'name': 'basicSetting',
'title': $t('User Information'),
@@ -161,7 +161,7 @@
</v-select>
</v-col>
<v-col cols="12" md="6">
<dateTime-select
<date-time-select
:readonly="mode === 'view'"
:disabled="loading || submitting"
:label="$t('Transaction Time')"