This commit is contained in:
ln1778 2024-06-18 20:44:37 +08:00
parent 02407d7d75
commit 5e4010d761
2 changed files with 10 additions and 10 deletions

View File

@ -265,6 +265,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"
@ -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"

View File

@ -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": {