From fe14ef0d318668cc85131956ad3ccec7b440ac74 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 20 Jan 2026 10:55:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fourColorManage/warningControl/sevenWarning/index.vue | 2 +- .../fourColorManage/warningControl/sevenWarningFail/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },