NEZ-1422 feat: 新增字段,完善Date Expires,license_type=trial

This commit is contained in:
@changcode
2021-12-23 14:54:00 +08:00
parent 0b7efe0f2a
commit 52a92d05c8
9 changed files with 61 additions and 76 deletions

View File

@@ -839,7 +839,12 @@ export default {
val: ''
},
jsonKey: 'val'
}
},
dcIds: { target: this.searchCheckBox, propertyName: 'dcIds', type: 'string' },
fields: { target: this.searchCheckBox, propertyName: 'fields', type: 'json' },
ping: { target: this.searchCheckBox, propertyName: 'ping', type: 'string' },
modelIds: { target: this.searchCheckBox, propertyName: 'modelIds', type: 'string' },
typeIds: { target: this.searchCheckBox, propertyName: 'typeIds', type: 'string' }
}
this.initQueryFromPath(searchKeys)
},