我的申请页面移除状态查询条件

This commit is contained in:
Charles 2026-07-02 15:26:06 +08:00
parent 8497918a5b
commit 9b049e2d6a

View File

@ -159,14 +159,6 @@ export default {
prop: 'status', prop: 'status',
slot: true, slot: true,
width: 100, width: 100,
search: true,
type: 'select',
dicData: [
{ label: '待提交', value: '待提交' },
{ label: '审批中', value: '审批中' },
{ label: '已完成', value: '已完成' },
{ label: '已驳回', value: '已驳回' },
],
}, },
{ {
label: '申请人', label: '申请人',