refactor: ui

v3.2
wxg0103 2025-07-01 11:40:32 +08:00
parent 62233b34c4
commit fedf1ef6fc
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
<div>
<el-button @click.prevent="dialogVisible = false">{{ $t('common.cancel') }} </el-button>
<el-button type="primary" @click="submit(limitFormRef)" :loading="loading">
{{ $t('common.create') }}
{{ $t('common.save') }}
</el-button>
</div>
</template>