This commit is contained in:
ln1778 2024-06-18 19:48:14 +08:00
parent dd22f551ff
commit 944d42da0e
2 changed files with 17 additions and 1 deletions

View File

@ -153,6 +153,14 @@
@click="search"
>查询</el-button
>
<el-button
size="mini"
type="primary"
plain
v-if="is_excel"
@click="exceldown"
>导出</el-button
>
</div>
</div>
<el-select
@ -374,6 +382,10 @@ export default {
return [];
},
},
is_excel:{
type: Boolean,
default: false,
},
//
disabled: {
type: Boolean,
@ -802,6 +814,10 @@ export default {
this.imeipopover = false;
this.$emit("search",this.value,this.imeisn);
},
exceldown(){
this.imeipopover = false;
this.$emit("exceldown",this.value,this.imeisn);
},
//
resetfrom() {
this.isinput = false;

View File

@ -1,6 +1,6 @@
{
"name": "erp-element-ui",
"version": "1.0.25",
"version": "1.0.26",
"description": "",
"main": "index.js",
"scripts": {