{{ scope.row.question }}
{{ categoryMap[scope.row.category_id] || scope.row.category_id }}
{{ scope.row.is_active ? "是" : "否" }}
{{ displayDateTime(scope.row.updated_at) }}
{{ statusLabel(scope.row.status) }}
删除
{{ scope.row.is_active ? "停用" : "启用" }}