This commit is contained in:
Devli
2023-11-23 16:39:36 +08:00
parent 670c4c29c2
commit 23df93656b
2 changed files with 14 additions and 0 deletions

View File

@@ -4,6 +4,13 @@
* @property placeholder
* @property style
*/
<!--
* @Descripttion: 动态表单组件
* @Author: Devli
* @Date: 2021-2-10 10:17:24
* @Last Modified by: yanzili
* @Last Modified time: 2021-6-24 11:20:24
!-->
<template>
<span>
<span class="grid-content" v-for="(item, index) in formItemsArr" :key="index" style="">

View File

@@ -1,3 +1,10 @@
<!--
* @Descripttion: 参数-动态表单组件
* @Author: Devli
* @Date: 2021-2-10 10:17:24
* @Last Modified by: yanzili
* @Last Modified time: 2021-6-24 11:20:24
!-->
<template>
<span>
<!-- input 输入框-->