|
@@ -323,9 +323,9 @@ export default {
|
|
|
if(element.id == 3){
|
|
|
element.content.forEach(v=>{
|
|
|
if(v.title === '详情导出'){
|
|
|
- this.export_state = v.state;
|
|
|
+ this.export_state = v.value==1?true:false;
|
|
|
}else if(v.title === 'NC下载'){
|
|
|
- this.NC_state = v.state;
|
|
|
+ this.NC_state = v.value==1?true:false;
|
|
|
}
|
|
|
})
|
|
|
}
|