Commit 0ff24cac authored by Administrator's avatar Administrator

Merge branch 'master' into map_model

parents 67bb94f0 7bad6eaa
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<span>{{ scope.row.tid }}</span> <span>{{ scope.row.tid }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="name" label="分类名称" width="150"> <el-table-column prop="name" label="分类名称">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.tname }}</span> <span>{{ scope.row.tname }}</span>
</template> </template>
......
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
<el-button v-waves class="filter-item" type="primary" icon="el-icon-search" @click="handleSubmit"> <el-button v-waves class="filter-item" type="primary" icon="el-icon-search" @click="handleSubmit">
{{ $t('table.search') }} {{ $t('table.search') }}
</el-button> </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-form>
<el-button v-if="device != '' " v-waves :loading="downloadLoading" class="filter-item" type="primary" icon="el-icon-download" @click="handleDownload"> <el-button v-if="device != '' " v-waves :loading="downloadLoading" class="filter-item" type="primary" icon="el-icon-download" @click="handleDownload">
{{ $t('table.export') }} {{ $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