{{ (scope.row.effective_start_date || '').substring(0, 10) || '-' }}
~
{{ (scope.row.effective_end_date || '').substring(0, 10) || '长期有效' }}
{{ EXPENSE_TYPE_LABEL[scope.row.expense_type] || scope.row.expense_type }}
{{ STATUS_LABEL[scope.row.status] || scope.row.status }}
详情
编辑
{{ scope.row.effective === "1" ? "停用" : "启用" }}
成员管理
删除