|
@@ -48,6 +48,7 @@ module.exports = {
|
|
"contract",
|
|
"contract",
|
|
"offine_contract",
|
|
"offine_contract",
|
|
"status",
|
|
"status",
|
|
|
|
+ "isdel",
|
|
],
|
|
],
|
|
},
|
|
},
|
|
show: {
|
|
show: {
|
|
@@ -70,7 +71,7 @@ module.exports = {
|
|
is_report: "is_report",
|
|
is_report: "is_report",
|
|
type: "type",
|
|
type: "type",
|
|
status: "status",
|
|
status: "status",
|
|
- isdel:"isdel",
|
|
|
|
|
|
+ isdel: "isdel",
|
|
"create_time@start": "create_time@start",
|
|
"create_time@start": "create_time@start",
|
|
"create_time@end": "create_time@end",
|
|
"create_time@end": "create_time@end",
|
|
},
|
|
},
|