Commit 5e078e7e authored by 王晓旭's avatar 王晓旭

查询日期修改

parent 26c1a7cf
...@@ -85,13 +85,13 @@ ...@@ -85,13 +85,13 @@
config: { config: {
search: [ search: [
{ {
name: "detectTimeStart", name: "monitorTimeStart",
type: "datetime", type: "datetime",
label: "开始时间", label: "开始时间",
}, },
{ {
name: "detectTimeEnd", name: "monitorTimeEnd",
type: "datetime", type: "datetime",
label: "结束时间", label: "结束时间",
}, },
......
...@@ -120,6 +120,9 @@ export default { ...@@ -120,6 +120,9 @@ export default {
statusChange() { statusChange() {
this.$store.dispatch("login"); this.$store.dispatch("login");
}, },
handleSelectionChange(val){
console.log(val);
}
}, },
data() { data() {
return { return {
...@@ -131,7 +134,8 @@ export default { ...@@ -131,7 +134,8 @@ export default {
columns: [ columns: [
{ {
type: "selection", type: "selection",
width: 60, reserveSelection:true,
width: 60
}, },
{ {
prop: "id", prop: "id",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment