yanzai 2 years ago
parent 3e42aae522
commit 37c8954a2d

@ -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
} }
}] }]

Loading…
Cancel
Save