mirror of
https://gitee.com/anji-plus/report.git
synced 2026-05-20 08:47:18 +08:00
dev
This commit is contained in:
@@ -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="">
|
||||
|
||||
@@ -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 输入框-->
|
||||
|
||||
Reference in New Issue
Block a user