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

查询日期修改

parent 26c1a7cf
......@@ -85,13 +85,13 @@
config: {
search: [
{
name: "detectTimeStart",
name: "monitorTimeStart",
type: "datetime",
label: "开始时间",
},
{
name: "detectTimeEnd",
name: "monitorTimeEnd",
type: "datetime",
label: "结束时间",
},
......
......@@ -120,6 +120,9 @@ export default {
statusChange() {
this.$store.dispatch("login");
},
handleSelectionChange(val){
console.log(val);
}
},
data() {
return {
......@@ -131,7 +134,8 @@ export default {
columns: [
{
type: "selection",
width: 60,
reserveSelection:true,
width: 60
},
{
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