feat: 更新查询条件
This commit is contained in:
@ -190,6 +190,9 @@ const isShowTransferMerchantTc = ref(false)
|
||||
|
||||
const isShow = ref(false)
|
||||
const searchConfiger = ref([
|
||||
{ label: "开始时间", prop: "startTime", placeholder: "请选择开始时间", showType: "date" },
|
||||
{ label: "结束时间", prop: "endTime", placeholder: "请选择结束时间", showType: "date" },
|
||||
{ label: "所属单位", prop: "ssbmdm", placeholder: "请选择所属单位", showType: "department" },
|
||||
{ label: "情报标题", prop: 'qbmc', placeholder: "请输入情报标题", showType: "input" },
|
||||
{ label: "标签级别", prop: 'qbjb', placeholder: "请选择标签级别", showType: "select", options: D_BZ_BQJB },
|
||||
{ label: "情报处置状态", prop: 'lczt', placeholder: "请选择处置状态", showType: "select", options: D_BZ_LCZT },
|
||||
|
||||
Reference in New Issue
Block a user