mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-22 08:08:39 +00:00
[update]测试默认时间选择器
This commit is contained in:
@@ -24,6 +24,10 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
tableConfig: {
|
||||
extraQuery: {
|
||||
date_to: (new Date().getTime() / 1000),
|
||||
date_from: (new Date().getTime() / 1000) - 432000
|
||||
},
|
||||
hasSelection: false,
|
||||
url: this.url,
|
||||
columns: [
|
||||
@@ -103,6 +107,8 @@ export default {
|
||||
hasDatePicker: true
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user