8977d377 by 杨威
2 parents 87ffdb8b 70f3d83f
......@@ -625,8 +625,8 @@
}
},
tableData(){
this.gyfsList = this.$store.state.gyfsList;
if(this.tableData.length>1){
this.gyfsList = this.$store.state.gyfsList;
for(let i = 0;i<this.gyfsList.length;i++){
let item = this.gyfsList[i];
this.gyfsList[i].disabled = item.mc === "单独所有";
......
......@@ -26,9 +26,9 @@
@change="query"
></el-input>
</el-form-item>
<el-button type="primary" @click="query">查询</el-button>
<el-button type="primary" @click="query" icon="el-icon-search">查询</el-button>
<el-button type="warning" @click="reset">重置</el-button>
<el-button
<el-button
type="primary"
@click="moreSearch"
>更多查询
......