We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338a9e1 commit 416130fCopy full SHA for 416130f
src/views/sys/lov/LovPageForm.vue
@@ -36,9 +36,9 @@
36
<a-button :loading="submitLoading" @click="preview">预览</a-button>
37
<a-button
38
style="margin-left: 8px"
39
- @click="submitClick"
40
type="primary"
41
:loading="submitLoading"
+ @click="submitClick"
42
>提交</a-button>
43
<a-button style="margin-left: 8px" @click="backToPage(false)">取消</a-button>
44
</div>
0 commit comments