refactor(接口测试): 插件表单渲染参数调整
This commit is contained in:
parent
a513d0778d
commit
eb56b30e9d
|
@ -543,10 +543,9 @@
|
||||||
const fApi = ref();
|
const fApi = ref();
|
||||||
const options = {
|
const options = {
|
||||||
form: {
|
form: {
|
||||||
layout: 'vertical',
|
labelAlign: 'right',
|
||||||
labelPosition: 'right',
|
autoLabelWidth: true,
|
||||||
size: 'small',
|
size: 'small',
|
||||||
labelWidth: '00px',
|
|
||||||
hideRequiredAsterisk: false,
|
hideRequiredAsterisk: false,
|
||||||
showMessage: true,
|
showMessage: true,
|
||||||
inlineMessage: false,
|
inlineMessage: false,
|
||||||
|
|
Loading…
Reference in New Issue