|
@@ -40,8 +40,8 @@ export class FVO_course {
|
|
|
|
|
|
export class QDTO_course extends SearchBase {
|
|
|
constructor() {
|
|
|
- const like_prop = [];
|
|
|
- const props = ['year', 'title', 'type', 'brand', 'time', 'is_use', 'status'];
|
|
|
+ const like_prop = ['title'];
|
|
|
+ const props = ['year', 'type', 'brand', 'title', 'time', 'is_use', 'status'];
|
|
|
const mapping = [];
|
|
|
super({ like_prop, props, mapping });
|
|
|
}
|