flat: 增加筛选条件

This commit is contained in:
yangxiao
2026-01-13 12:04:03 +08:00
parent 7d74bac476
commit 8455b91942

View File

@@ -228,6 +228,19 @@ export default {
searchLabelWidth: 80, searchLabelWidth: 80,
change: this.groupChange change: this.groupChange
}, },
{
label: "是否已退出",
prop: "isDeleted",
dicData: [
{ value: 1, label: "" },
{ value: 0, label: "" },
],
type: 'select',
search: true,
hide: true,
searchLabelWidth: 100,
searchSpan: 8,
},
{ {
label: "手机号", label: "手机号",
prop: "telphone", prop: "telphone",