fix: bug修改

This commit is contained in:
cjp 2023-09-06 18:53:09 +08:00
parent 1154aba38a
commit 9b41d0097f
2 changed files with 20 additions and 20 deletions

View File

@ -391,16 +391,16 @@ const columns: ColumnProps[] = [
isShow: false, isShow: false,
search: { el: "input" } search: { el: "input" }
}, },
{ // {
prop: "type", // prop: "type",
label: "报警类型", // label: "",
isShow: false, // isShow: false,
search: { el: "select" }, // search: { el: "select" },
enum: [ // enum: [
{ label: "报警", value: 1 }, // { label: "", value: 1 },
{ label: "预警", value: 2 } // { label: "", value: 2 }
] // ]
}, // },
{ {
prop: "createTime", prop: "createTime",
label: "数据接受时间", label: "数据接受时间",

View File

@ -394,16 +394,16 @@ const columns: ColumnProps[] = [
isShow: false, isShow: false,
search: { el: "input" } search: { el: "input" }
}, },
{ // {
prop: "type", // prop: "type",
label: "报警类型", // label: "",
isShow: false, // isShow: false,
search: { el: "select" }, // search: { el: "select" },
enum: [ // enum: [
{ label: "报警", value: 1 }, // { label: "", value: 1 },
{ label: "预警", value: 2 } // { label: "", value: 2 }
] // ]
}, // },
{ {
prop: "createTime", prop: "createTime",
label: "数据接受时间", label: "数据接受时间",