|
|
|
@ -365,22 +365,7 @@ const user_order_columns = [{
|
|
|
|
),
|
|
|
|
),
|
|
|
|
]),
|
|
|
|
]),
|
|
|
|
]
|
|
|
|
]
|
|
|
|
if (row.check_status === 2) {
|
|
|
|
|
|
|
|
children.push(h('div', null, [
|
|
|
|
|
|
|
|
h('b', '到检时间: '),
|
|
|
|
|
|
|
|
h('span', row.check_time),
|
|
|
|
|
|
|
|
]))
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!!row.exam_number) {
|
|
|
|
|
|
|
|
children.push(h('div', null, [
|
|
|
|
|
|
|
|
h('b', '体检编号: '),
|
|
|
|
|
|
|
|
h('span', row.exam_number),
|
|
|
|
|
|
|
|
]))
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
children.push(h('div', null, [
|
|
|
|
|
|
|
|
h('b', '介绍人: '),
|
|
|
|
|
|
|
|
h('span', row.referral ? row.referral : '-'),
|
|
|
|
|
|
|
|
]))
|
|
|
|
|
|
|
|
return children
|
|
|
|
return children
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}]
|
|
|
|
}]
|
|
|
|
|