|
|
|
@ -32,7 +32,7 @@
|
|
|
|
|
|
|
|
|
|
<el-card class="box-card data">
|
|
|
|
|
<el-row type="flex" justify="space-between">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-button-group>
|
|
|
|
|
<#if token.hasRes("/ajax/wsys/dictItem/create")>
|
|
|
|
|
<el-button type="success" size="mini" icon="el-icon-plus" @click="onCreate">新增</el-button>
|
|
|
|
|
</#if>
|
|
|
|
@ -40,33 +40,31 @@
|
|
|
|
|
<#if token.hasRes("/ajax/wsys/dictItem/delete")>
|
|
|
|
|
<el-button type="danger" size="mini" icon="el-icon-delete" @click="onBitchDelete">删除</el-button>
|
|
|
|
|
</#if>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-button-group style="float: right;">
|
|
|
|
|
<#if token.hasRes("/ajax/wsys/dictItem/template")>
|
|
|
|
|
<el-tooltip effect="dark" content="Excel模板下载" placement="bottom">
|
|
|
|
|
<el-button size="mini" icon="el-icon-date" @click="onTemplate"></el-button>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
</#if>
|
|
|
|
|
<el-button-group>
|
|
|
|
|
<#if token.hasRes("/ajax/wsys/dictItem/template")>
|
|
|
|
|
<el-tooltip effect="dark" content="Excel模板下载" placement="bottom">
|
|
|
|
|
<el-button size="mini" icon="el-icon-date" @click="onTemplate"></el-button>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
</#if>
|
|
|
|
|
|
|
|
|
|
<#if token.hasRes("/ajax/wsys/dictItem/imports")>
|
|
|
|
|
<el-tooltip effect="dark" content="Excel导入" placement="bottom">
|
|
|
|
|
<el-button size="mini" icon="el-icon-upload2" @click="onImport"></el-button>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
</#if>
|
|
|
|
|
<#if token.hasRes("/ajax/wsys/dictItem/imports")>
|
|
|
|
|
<el-tooltip effect="dark" content="Excel导入" placement="bottom">
|
|
|
|
|
<el-button size="mini" icon="el-icon-upload2" @click="onImport"></el-button>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
</#if>
|
|
|
|
|
|
|
|
|
|
<#if token.hasRes("/ajax/wsys/dictItem/exports")>
|
|
|
|
|
<el-tooltip effect="dark" content="Excel导出" placement="bottom">
|
|
|
|
|
<el-button size="mini" icon="el-icon-download" @click="onExport"></el-button>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
</#if>
|
|
|
|
|
<#if token.hasRes("/ajax/wsys/dictItem/exports")>
|
|
|
|
|
<el-tooltip effect="dark" content="Excel导出" placement="bottom">
|
|
|
|
|
<el-button size="mini" icon="el-icon-download" @click="onExport"></el-button>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
</#if>
|
|
|
|
|
|
|
|
|
|
<el-tooltip effect="dark" content="刷新" placement="bottom">
|
|
|
|
|
<el-button size="mini" icon="el-icon-refresh" @click="onFind"></el-button>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-tooltip effect="dark" content="刷新" placement="bottom">
|
|
|
|
|
<el-button size="mini" icon="el-icon-refresh" @click="onFind"></el-button>
|
|
|
|
|
</el-tooltip>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-table
|
|
|
|
|