This commit is contained in:
parent
02407d7d75
commit
5e4010d761
|
@ -266,6 +266,14 @@
|
||||||
<el-button size="small" @click="resetfrom" class="btn restbtn"
|
<el-button size="small" @click="resetfrom" class="btn restbtn"
|
||||||
>重置</el-button
|
>重置</el-button
|
||||||
>
|
>
|
||||||
|
<el-button
|
||||||
|
size="mini"
|
||||||
|
type="primary"
|
||||||
|
plain
|
||||||
|
v-if="is_excel"
|
||||||
|
@click="exceldown"
|
||||||
|
>导出</el-button
|
||||||
|
>
|
||||||
<el-popover
|
<el-popover
|
||||||
popper-class="machinebox"
|
popper-class="machinebox"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
|
@ -338,14 +346,6 @@
|
||||||
@click="moresearch"
|
@click="moresearch"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
|
||||||
size="mini"
|
|
||||||
type="primary"
|
|
||||||
plain
|
|
||||||
v-if="is_excel"
|
|
||||||
@click="exceldown"
|
|
||||||
>导出</el-button
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<el-button
|
<el-button
|
||||||
slot="reference"
|
slot="reference"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "erp-element-ui",
|
"name": "erp-element-ui",
|
||||||
"version": "1.0.28",
|
"version": "1.0.29",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue