Commit 01569fa4 authored by xinzhedeai's avatar xinzhedeai

add:人员图片 分布列宽

parent 16187adf
......@@ -116,9 +116,14 @@
<el-button
size="small"
type="success"
icon="el-icon-circle-close"
icon="el-icon-circle-close1"
@click="handleHistory(scope.row)"
>历史轨迹</el-button
>
<img
src="@/assets/images/guijilishi.png"
style="margin-right: 2px; vertical-align: middle"
/>
历史轨迹</el-button
>
<el-button
v-if="scope.row.visitorStatus == 1"
......
......@@ -72,7 +72,7 @@
:data="infoList"
@selection-change="handleSelectionChange"
>
<el-table-column label="序号" align="center" prop="id" width="50" />
<el-table-column label="序号" align="center" prop="id" width="100" />
<el-table-column label="日期" align="center" prop="statDate" />
<el-table-column label="矿区内人数" align="center" prop="insideCnt" />
<el-table-column label="矿区外人数" align="center" prop="outsideCnt" />
......
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