You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<el-button{{if$global.AutoCreateBtnAuth }}v-auth="btnAuth.add"{{ end }}type="primary"icon="plus"@click="openDialog">新增</el-button>
155
155
<el-button{{if$global.AutoCreateBtnAuth }}v-auth="btnAuth.batchDelete"{{ end }}icon="delete"style="margin-left: 10px;":disabled="!multipleSelection.length"@click="onDelete">删除</el-button>
156
-
{{-if .HasExcel -}}
156
+
{{ if .HasExcel -}}
157
157
<ExportTemplate{{if$global.AutoCreateBtnAuth }}v-auth="btnAuth.exportTemplate"{{ end }}template-id="{{$templateID}}" />
158
158
<ExportExcel{{if$global.AutoCreateBtnAuth }}v-auth="btnAuth.exportExcel"{{ end }}template-id="{{$templateID}}" />
159
159
<ImportExcel{{if$global.AutoCreateBtnAuth }}v-auth="btnAuth.importExcel"{{ end }}template-id="{{$templateID}}"@on-success="getTableData" />
0 commit comments