diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue index 1ff57ff..22937fd 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue @@ -71,7 +71,7 @@ const dataList = ref([]); const searchConfiger = ref( [ { label: "姓名", prop: 'yjRyxm', placeholder: "请输入姓名", showType: "input" }, - { label: "年龄段", prop: 'age', placeholder: "请输入身份证号码", showType: "Slot" }, + // { label: "年龄段", prop: 'age', placeholder: "请输入身份证号码", showType: "Slot" }, { label: "性别", prop: 'xbdm', placeholder: "请选择性别", showType: "select", options: D_BZ_XB }, { label: "身份证", prop: 'yjRysfzh', placeholder: "请输入身份证号码", showType: "input" }, { label: "预警时间", prop: 'times', showType: "datetimerange" }, diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarningFail/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarningFail/index.vue index 5c5b5e0..b45a477 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarningFail/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarningFail/index.vue @@ -66,7 +66,7 @@ const searchBox = ref(); //搜索框 const searchConfiger = ref( [ { label: "姓名", prop: 'yjRyxm', placeholder: "请输入姓名", showType: "input" }, - { label: "年龄段", prop: 'age', placeholder: "请输入身份证号码", showType: "Slot" }, + // { label: "年龄段", prop: 'age', placeholder: "请输入身份证号码", showType: "Slot" }, { label: "性别", prop: 'xbdm', placeholder: "请选择性别", showType: "select", options: D_BZ_XB }, { label: "身份证", prop: 'yjRysfzh', placeholder: "请输入身份证号码", showType: "input" }, { label: "预警时间", prop: 'times', showType: "datetimerange" },