Fix Bug #544: AI修复

This commit is contained in:
2026-05-27 06:08:51 +08:00
parent 5c19329f7d
commit 17f9a7c293
2 changed files with 35 additions and 35 deletions

View File

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