This commit is contained in:
2026-01-20 10:55:02 +08:00
parent f042504a92
commit fe14ef0d31
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ const dataList = ref([]);
const searchConfiger = ref( const searchConfiger = ref(
[ [
{ label: "姓名", prop: 'yjRyxm', placeholder: "请输入姓名", showType: "input" }, { 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: 'xbdm', placeholder: "请选择性别", showType: "select", options: D_BZ_XB },
{ label: "身份证", prop: 'yjRysfzh', placeholder: "请输入身份证号码", showType: "input" }, { label: "身份证", prop: 'yjRysfzh', placeholder: "请输入身份证号码", showType: "input" },
{ label: "预警时间", prop: 'times', showType: "datetimerange" }, { label: "预警时间", prop: 'times', showType: "datetimerange" },

View File

@ -66,7 +66,7 @@ const searchBox = ref(); //搜索框
const searchConfiger = ref( const searchConfiger = ref(
[ [
{ label: "姓名", prop: 'yjRyxm', placeholder: "请输入姓名", showType: "input" }, { 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: 'xbdm', placeholder: "请选择性别", showType: "select", options: D_BZ_XB },
{ label: "身份证", prop: 'yjRysfzh', placeholder: "请输入身份证号码", showType: "input" }, { label: "身份证", prop: 'yjRysfzh', placeholder: "请输入身份证号码", showType: "input" },
{ label: "预警时间", prop: 'times', showType: "datetimerange" }, { label: "预警时间", prop: 'times', showType: "datetimerange" },