Fix Bug #544: AI修复
This commit is contained in:
@@ -17,7 +17,7 @@ describe('Bug #544 Regression: 智能分诊队列状态过滤与历史查询', (
|
||||
it('should include COMPLETED status in filter and default date to today', async () => {
|
||||
const wrapper = mount(QueueManagement, {
|
||||
global: {
|
||||
stubs: ['el-table', 'el-pagination', 'el-card']
|
||||
stubs: ['el-table', 'el-pagination', 'el-card', 'el-form', 'el-form-item', 'el-date-picker', 'el-select', 'el-option', 'el-button']
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user