2.2版本发布,详情查阅版本说明

This commit is contained in:
dqjdda
2019-09-27 09:44:04 +08:00
parent e5d334d69f
commit 61006f2e60
5 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
size="mini"
type="warning"
icon="el-icon-more"
@click="changeExpand">{{ $parent.expand ? '折叠' : '展开' }}</el-button>
@click="changeExpand">{{ expand ? '折叠' : '展开' }}</el-button>
<eForm ref="form" :is-add="true" :dicts="dicts"/>
</div>
</div>

View File

@@ -20,7 +20,7 @@
size="mini"
type="warning"
icon="el-icon-more"
@click="changExpand">{{ $parent.expand ? '折叠' : '展开' }}</el-button>
@click="changExpand">{{ expand ? '折叠' : '展开' }}</el-button>
<eForm ref="form" :is-add="true"/>
</div>
</div>

View File

@@ -20,7 +20,7 @@
size="mini"
type="warning"
icon="el-icon-more"
@click="changeExpand">{{ $parent.expand ? '折叠' : '展开' }}</el-button>
@click="changeExpand">{{ expand ? '折叠' : '展开' }}</el-button>
<eForm ref="form" :is-add="true"/>
</div>
</div>