新增:css样式支持
This commit is contained in:
@@ -46,6 +46,15 @@
|
||||
v-model:value="form.comments"
|
||||
/>
|
||||
</a-form-item>
|
||||
<a-divider style="margin-bottom: 20px" />
|
||||
<a-form-item label="预留字段" v-bind="validateInfos.component">
|
||||
<a-input
|
||||
allow-clear
|
||||
:maxlength="100"
|
||||
placeholder="预设字段:组件路径(选填)"
|
||||
v-model:value="form.component"
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
</ele-modal>
|
||||
</template>
|
||||
@@ -87,6 +96,8 @@
|
||||
dictDataId: undefined,
|
||||
dictDataName: '',
|
||||
dictDataCode: '',
|
||||
path: '',
|
||||
component: '',
|
||||
sortNumber: 100,
|
||||
comments: ''
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user