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,
search: { el: "input" }
},
{
prop: "type",
label: "报警类型",
isShow: false,
search: { el: "select" },
enum: [
{ label: "报警", value: 1 },
{ label: "预警", value: 2 }
]
},
// {
// prop: "type",
// label: "",
// isShow: false,
// search: { el: "select" },
// enum: [
// { label: "", value: 1 },
// { label: "", value: 2 }
// ]
// },
{
prop: "createTime",
label: "数据接受时间",

View File

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