报表管理
<%= link_to '添加报表', new_report_path, class: "btn" %>
报表名称 | 数据库链接名称 | Sql内容 | 是否是sql获取 | 模板 | 分类名 | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
<%= report.name %> | <%= report.connect.name %> | <%= report.sql_code %> | <%= report.is_sql_category %> | <%= report.template %> | <%= report.category_name %> | <%= link_to '查看', report_path(report) %> | <%= link_to '修改', edit_report_path(report) %> | <%= link_to '条件', report_requirements_path(report) %> | <%= link_to '系列', report_series_index_path(report) %> | <%= link_to '分类字典', dictionaries_path(resource_type: "Report", resource_id: report.id) %> | <%= link_to '删除', report, method: :delete, data: {confirm: '你确定要删除么?'} %> |