Browse Source

👣 提供ant原生表格组件模板基本完成

master
wangxiang 3 years ago
parent
commit
3c73a13c25
  1. 1
      kicc-ui/src/views/system/config/ConfigModal.vue
  2. 4
      kicc-ui/src/views/system/config/index.vue

1
kicc-ui/src/views/system/config/ConfigModal.vue

@ -5,6 +5,7 @@
@ok="handleSubmit" @ok="handleSubmit"
> >
<AForm ref="formElRef" <AForm ref="formElRef"
:labelCol="{ span: 4 }"
:model="state.modelRef" :model="state.modelRef"
:rules="state.rulesRef" :rules="state.rulesRef"
> >

4
kicc-ui/src/views/system/config/index.vue

@ -4,8 +4,8 @@
:model="state.queryParams" :model="state.queryParams"
layout="inline" layout="inline"
:colon="false" :colon="false"
:labelCol="{ style: { width: '80px', 'margin-bottom': '5px' } }" :labelCol="{ span: 6 }"
:wrapperCol="{ style: { width: '300px', 'margin-bottom': '5px' } }" :wrapperCol="{ style: { width: '260px', 'margin-bottom': '5px' } }"
> >
<AFormItem label="参数名称" name="name"> <AFormItem label="参数名称" name="name">
<a-input v-model:value="state.queryParams.name" <a-input v-model:value="state.queryParams.name"

Loading…
Cancel
Save