{{#grid-header}} {{#has-perm 'PERM_VIEW_SEQUENCE_CREATE'}}
  • {{#link-to 'sequence.create'}} 新建序号 {{/link-to}}
  • {{/has-perm}} {{/grid-header}}
    {{#each model.data as |it|}} {{/each}}
    名称 长度 当前值 初始值 递增值 备注 {{th-filter name='active' text='状态' dialog-title='状态' options=(array (hash value=true text='启用') (hash value=false text='禁用')) }} 管理
    {{it.name}} {{it.length}} {{it.currentVal}} {{it.initVal}} {{it.step}} {{editable-cell model=it field='note'}} {{status-cell model=it}}
    {{#has-perm 'PERM_VIEW_SEQUENCE_EDIT'}} {{status-toggle-button model=it}} {{edit-btn route-name='sequence.edit' model-id=it.id perm='PERM_VIEW_SEQUENCE_EDIT'}} {{/has-perm}} {{#has-perm 'PERM_VIEW_SEQUENCE_DELETE'}} {{#unless it.active}} {{delete-button model=it}} {{/unless}} {{/has-perm}}
    {{pagination-bar}}
    {{outlet}}