Commit fefb398e authored by zhanglw's avatar zhanglw

信标管理

parent 0a54817f
......@@ -6,9 +6,9 @@
<div class="head-container">
<!-- 搜索 -->
<label class="el-form-item-label" style="font-weight: 500;">信标名称</label>
<el-input v-model="query.beaconame" clearable size="small" placeholder="请输入名称" style="width:180px;"/>
<el-button size="mini" type="success" icon="el-icon-search" @click="toSearch">搜索</el-button>
<el-button size="mini" icon="el-icon-refresh" @click="clearLimit">重置</el-button>
<!-- <el-input v-model="query.beaconame" clearable size="small" placeholder="请输入名称" style="width:180px;"/>-->
<!-- <el-button size="mini" type="success" icon="el-icon-search" @click="toSearch">搜索</el-button>-->
<!-- <el-button size="mini" icon="el-icon-refresh" @click="clearLimit">重置</el-button>-->
</div>
</div>
......@@ -17,7 +17,7 @@
<div class="ctin-box">
<div class="content-within">
<div class="content-fix">
<div class="toolbar">
<div class="toolbar" style="display: none">
<el-button size="mini" type="primary" icon="el-icon-plus" @click="toAdd">新增</el-button>
</div>
<div class="content">
......@@ -27,15 +27,15 @@
<el-table-column prop="xcoordinate" label="X坐标" align="center"></el-table-column>
<el-table-column prop="ycoordinate" label="Y坐标" align="center"></el-table-column>
<el-table-column prop="time" label="时间" align="center"></el-table-column>
<el-table-column label="操作" align="center" fixed="right">
<template slot-scope="scope">
<el-button size="mini" type="primary" icon="el-icon-edit" @click="toEdit(scope.row)"></el-button>
<el-button size="mini" type="danger" icon="el-icon-delete" @click="toDelete(scope.row)"></el-button>
</template>
</el-table-column>
<!-- <el-table-column label="操作" align="center" fixed="right">-->
<!-- <template slot-scope="scope">-->
<!-- <el-button size="mini" type="primary" icon="el-icon-edit" @click="toEdit(scope.row)"></el-button>-->
<!-- <el-button size="mini" type="danger" icon="el-icon-delete" @click="toDelete(scope.row)"></el-button>-->
<!-- </template>-->
<!-- </el-table-column>-->
</el-table>
<!--分页组件-->
<el-pagination :total="total" :current-page="page" style="margin-top: 8px;"
<el-pagination :hide-on-single-page="true" :total="total" :current-page="page" style="margin-top: 8px;"
layout="total, prev, pager, next, sizes" @size-change="sizeChange"
@current-change="pageChange"/>
</div>
......
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