Skip to content

Commit

Permalink
style: 修改文件注释
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Oct 9, 2020
1 parent 876a927 commit 915255a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
10 changes: 5 additions & 5 deletions packages/FormDesigner/src/FormDesigner.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!--
.file 动态表单设计器
依赖jsoneditor、vue-awesome、vuedraggable、clipboard、
.author ytyang
.copyright NanJing Anshare Tech .Com
.createDate 2018年11月15日16:11:09
* @file: 表单设计器
* @copyright: NanJing Anshare Tech .Com
* @author: BoBo
* @Date: 2020年09月30 17:26:55
-->

<template>
<div>
<!-- 对话框内动态表单 -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!--
@file 根据jison动态生成表单
@author ytyang
@copyright NanJing Anshare Tech .Com
@createDate 2018年11月15日21:40:56
* @file: 根据Json生成表单
* @copyright: NanJing Anshare Tech .Com
* @author: BoBo
* @Date: 2020年09月30 17:26:55
-->

<template>
<div class="table-form-wrapper">
<el-form ref="generateForm"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!--
@file 动态表单最小粒度元素生成
@author ytyang
@copyright NanJing Anshare Tech .Com
@createDate 2018年11月15日10:17:01
* @file: 根据Json生成表单具体组件
* @copyright: NanJing Anshare Tech .Com
* @author: BoBo
* @Date: 2020年09月30 17:26:55
-->

<template>
<el-form-item :prop="widget.type == 'button'?undefined:widget.model"
:label-width="labelWidth">
Expand Down
10 changes: 6 additions & 4 deletions packages/FormDesigner/src/element.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/**
* @file vue-cli3安装vue-cli-plugin-element插件时会自动生成本文件
* @copyright NanJing Anshare Tech .Com
* @createDate 2018年11月13日11:29:53
/*
* @file: element ui plugin import
* @copyright: NanJing Anshare Tech .Com
* @author: BoBo
* @Date: 2020年09月30 17:26:55
*/

/* eslint-disable */
import Vue from 'vue';
import Element from 'element-ui';
Expand Down

0 comments on commit 915255a

Please sign in to comment.