forked from wangziqi/gongxue-base
feat: refine deposit room type workflows
This commit is contained in:
@@ -26,4 +26,11 @@ describe('deposit student option', () => {
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
||||
it('includes room type when available', () => {
|
||||
expect(buildDepositStudentOption({ id: 23, name: '张三', studentNo: 'S2026001', roomType: '四人间' })).toEqual({
|
||||
value: 23,
|
||||
label: '张三 (S2026001) - 四人间',
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user