From 650d969ba472262b78da19b578c406be9c4f57ac Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Fri, 10 May 2024 10:29:06 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/cuser/online/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/manage/cuser/online/index.vue b/src/views/manage/cuser/online/index.vue index 6554eb2..5379ec0 100644 --- a/src/views/manage/cuser/online/index.vue +++ b/src/views/manage/cuser/online/index.vue @@ -147,6 +147,15 @@ export default { prop: "telphone", search: true, }, + { + label: "身份证", + prop: "idNumber", + search: true, + }, + { + label: "年龄", + prop: "age", + }, { label: "技能", prop: "skillName",