|
|
@@ -162,9 +162,9 @@ Page({
|
|
|
color: 'red'
|
|
|
},],
|
|
|
searchContent: [
|
|
|
- { code: 'createtime', title: mixins.$t('pastThirthtyDays'), defaultValue: 5, searchType: Constants.searchType.date },
|
|
|
- { code: 'staff', title: mixins.$t("staffId"), dropType: 'staff' },
|
|
|
- { code: 'org', title: mixins.$t("orgId"), dropType: 'org' },
|
|
|
+ // { code: 'createtime', title: mixins.$t('pastThirthtyDays'), defaultValue: 5, searchType: Constants.searchType.date },
|
|
|
+ // { code: 'staff', title: mixins.$t("staffId"), dropType: 'staff' },
|
|
|
+ // { code: 'org', title: mixins.$t("orgId"), dropType: 'org' },
|
|
|
// { code: 'choose', title: mixins.$t('choose'), searchType: Constants.searchType.pick }
|
|
|
],
|
|
|
})
|