Commit 6728a803 authored by 沈翠玲's avatar 沈翠玲
parents ad858d97 e0717ac7
...@@ -53,23 +53,13 @@ ...@@ -53,23 +53,13 @@
const config = reactive({ const config = reactive({
columns: [ columns: [
{ type: 'checkbox', width: 60, fixed: 'left' }, { type: 'checkbox', width: 60, fixed: 'left' },
{ { field: 'leader.username', width: 110, title: '领导用户名称', search: { el: 'input',key: 'leaderName', labelWidth: 85 } },
field: 'leader.username', { field: 'leader.phone', title: '领导手机号', search: { el: 'input', labelWidth: 85 ,key: 'leaderPhone'} },
width: 110, { field: 'staff.username', width: 110, title: '员工用户名称', search: { el: 'input',key: 'staffName', labelWidth: 85 } },
title: '领导用户名称',
search: { el: 'input', labelWidth: 85 },
},
{ field: 'leader.phone', title: '领导手机号', search: { el: 'input', labelWidth: 85 } },
{
field: 'staff.username',
width: 110,
title: '员工用户名称',
search: { el: 'input', labelWidth: 85 },
},
{ {
field: 'staff.phone', field: 'staff.phone',
title: '员工手机号', title: '员工手机号',
search: { el: 'input', props: { clearable: true }, labelWidth: 85 }, search: { el: 'input', props: { clearable: true }, labelWidth: 85 , search: { el: 'input',key: 'staffPhone', labelWidth: 85 }},
}, },
{ {
field: 'staff.status', field: 'staff.status',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment