refactor: ui

This commit is contained in:
wxg0103 2025-07-01 11:40:32 +08:00
parent 62233b34c4
commit fedf1ef6fc

View File

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