|
@@ -1024,7 +1024,12 @@ export default {
|
|
|
columns.push(tempObj);
|
|
|
}
|
|
|
if (temp.isSearch) {
|
|
|
- searchFieldList.push(temp.tableName + "." + temp.fieldName);
|
|
|
+ // searchFieldList.push(temp.tableName + "." + temp.fieldName);
|
|
|
+ searchFieldList.push({
|
|
|
+ conditionField: temp.tableName + "." + temp.fieldName,
|
|
|
+ conditionName: "超级查询",
|
|
|
+ conditionType: "SuperQuery",
|
|
|
+ });
|
|
|
}
|
|
|
|
|
|
if (temp.isExport) {
|