Devli 1 year ago
parent
commit
23df93656b
2 changed files with 14 additions and 0 deletions
  1. 7 0
      report-ui/src/components/configForm.vue
  2. 7 0
      report-ui/src/components/eachForm.vue

+ 7 - 0
report-ui/src/components/configForm.vue

@@ -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="">

+ 7 - 0
report-ui/src/components/eachForm.vue

@@ -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 输入框-->