Commit 0ff24cac authored by Administrator's avatar Administrator

Merge branch 'master' into map_model

parents 67bb94f0 7bad6eaa
......@@ -6,7 +6,7 @@
<span>{{ scope.row.tid }}</span>
</template>
</el-table-column>
<el-table-column prop="name" label="分类名称" width="150">
<el-table-column prop="name" label="分类名称">
<template slot-scope="scope">
<span>{{ scope.row.tname }}</span>
</template>
......
......@@ -6,6 +6,9 @@
<el-button v-waves class="filter-item" type="primary" icon="el-icon-search" @click="handleSubmit">
{{ $t('table.search') }}
</el-button>
<el-button v-waves class="filter-item" type="primary" icon="el-icon-plus" @click="addDevice">
{{ $t('table.add') }}
</el-button>
</el-form>
<el-button v-if="device != '' " v-waves :loading="downloadLoading" class="filter-item" type="primary" icon="el-icon-download" @click="handleDownload">
{{ $t('table.export') }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment