{% macro getColumnDictType(column) %} {% if column.dict_type != '' %}{{ column.dict_type }} {% else %}null {% endif %} {% endmacro %} {%- for column in table.columns %} {%- if column.is_query %} {%- if column.html_type == 'input' %} {%- elif column.html_type == 'select' and column.dict_type != '' %} {%- elif column.html_type == 'datetime' %} {%- endif %} {%- endif %} {%- endfor %} 搜索 重置 新增 修改 删除 导出 导入 {%- for column in table.columns %} {%- if column.is_list %} {%- if column.is_pk %} {{ column.column_comment }} {%- elif column.html_type == 'imageUpload' %} {%- elif column.dict_type != '' %} {%- elif column.html_type == 'datetime' %} {{ "{{ scope.row." }}{{ underscore(column.java_field) }}{{ " }}" }} {%- else %} {%- endif %} {%- endif %} {%- endfor %} 修改 删除 {%- for column in table.columns %} {%- if column.is_insert %} {%- if column.html_type == 'input' %} {%- elif column.html_type == 'textarea' %} {%- elif column.html_type == 'select' %} {%- elif column.html_type == 'radio' %} {{ dict.label }} {%- elif column.html_type == 'checkbox' %} {{ dict.label }} {%- elif column.html_type == 'datetime' %} {%- elif column.html_type == 'imageUpload' %} {%- elif column.html_type == 'fileUpload' %} {%- endif %} {%- endif %} {%- endfor %} 将文件拖到此处,或点击上传 是否更新已经存在的{{ table.function_name }}数据 仅允许导入xls、xlsx格式文件。 下载模板