flat: 暂存
This commit is contained in:
@@ -116,12 +116,6 @@ const columnList = [
|
|||||||
prop: "disposalSituation",
|
prop: "disposalSituation",
|
||||||
search: true,
|
search: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "是否阅读",
|
|
||||||
prop: "isRead",
|
|
||||||
search: false,
|
|
||||||
hide: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "是否处理",
|
label: "是否处理",
|
||||||
prop: "status",
|
prop: "status",
|
||||||
|
|||||||
@@ -96,20 +96,6 @@ const columnList = [
|
|||||||
prop: "disposalSituation",
|
prop: "disposalSituation",
|
||||||
search: true,
|
search: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "是否删除",
|
|
||||||
prop: "isDeleted",
|
|
||||||
type: "select",
|
|
||||||
dicData: classEnumDeleted,
|
|
||||||
search: false,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "是否已读",
|
|
||||||
prop: "isRead",
|
|
||||||
type: "select",
|
|
||||||
dicData: classEnumDeleted,
|
|
||||||
search: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "创建时间",
|
label: "创建时间",
|
||||||
prop: "complaintTime",
|
prop: "complaintTime",
|
||||||
|
|||||||
@@ -113,22 +113,6 @@ const columnList = [
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "是否删除",
|
|
||||||
prop: "isDeleted",
|
|
||||||
type: "select",
|
|
||||||
addDisplay: false,
|
|
||||||
dicData: classEnumDeleted,
|
|
||||||
search: false,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "是否已读",
|
|
||||||
prop: "isRead",
|
|
||||||
addDisplay: false,
|
|
||||||
type: "select",
|
|
||||||
dicData: classEnumDeleted,
|
|
||||||
search: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "创建人",
|
label: "创建人",
|
||||||
prop: "createUser",
|
prop: "createUser",
|
||||||
|
|||||||
Reference in New Issue
Block a user