CRM_25-10-30#story#7373,关于完善救援责任险管理功能的需求--临期筛选功能

This commit is contained in:
2025-10-24 10:25:18 +08:00
parent f257a9ad2a
commit 41b43087f1
5 changed files with 469 additions and 0 deletions

View File

@@ -173,6 +173,12 @@ export default {
},{
name: '空',
value: 6
},{
name: '原责任险过期',
value: 8
},{
name: '原货物险过期',
value: 9
}],
}
},
@@ -202,6 +208,12 @@ export default {
'未通过': {
className: 'danger_cls'
},
'原责任险过期': {
className: 'danger_cls'
},
'原货物险过期': {
className: 'danger_cls'
},
'无': {
className: 'default_cls'
},