|
@@ -590,7 +590,12 @@ export default {
|
|
this.tableOptions = [];
|
|
this.tableOptions = [];
|
|
this.cityOptions.forEach((item,index)=>{
|
|
this.cityOptions.forEach((item,index)=>{
|
|
if (checkArray[item.id]){
|
|
if (checkArray[item.id]){
|
|
- this.tableOptions.push({'prop':item.filed_name,'name':item.name,'filed_width':item.filed_width});
|
|
|
|
|
|
+ if (item.table_name == 'patient_info'){
|
|
|
|
+ this.tableOptions.push({'prop':item.filed_name,'name':item.name,'filed_width':item.filed_width});
|
|
|
|
+ }else {
|
|
|
|
+ this.tableOptions.push({'prop':item.table_name+"[0]."+item.filed_name,'name':item.name,'filed_width':item.filed_width});
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
})
|
|
})
|
|
this.exportFilter = false;
|
|
this.exportFilter = false;
|