refactor: ui
parent
62233b34c4
commit
fedf1ef6fc
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue