查询
{{
scope.row.typeId === 1
? '事假'
: scope.row.typeId === 2
? '病假'
: scope.row.typeId === 3
? '财务报销'
: '调休'
}}
{{ format(scope.row.createTime) }}
{{ format(scope.row.inspectTime) }}
具体内容
删除
{{ scope.row.status === 1 ? '同意' : '驳回' }}
事务标题:
{{ dialogData.title }}
具体内容:
{{ dialogData.content }}