Commit 1c52ab5a authored by Administrator's avatar Administrator

修复工单页面bug

parent 1836f610
Pipeline #231 failed with stages
......@@ -66,17 +66,17 @@
>
</el-pagination>
<el-table :key="tableKey" :data="alarmOrders" border fit highlight-current-rows>
<el-table-column label="工单号" width="209">
<el-table-column label="工单号" width="180">
<template slot-scope="scope">
<span @click="handleCopy(scope.row.order_num,$event)">{{ scope.row.order_num }}</span>
</template>
</el-table-column>
<el-table-column label="设备编号" width="209">
<el-table-column label="设备编号" width="180">
<template slot-scope="scope">
<span @click="handleCopy(scope.row.devicenumber,$event)">{{ scope.row.devicenumber }}</span>
</template>
</el-table-column>
<el-table-column label="接单人" width="140">
<el-table-column label="接单人" width="100">
<template slot-scope="scope">
<span>{{ scope.row.name }}</span>
</template>
......@@ -91,7 +91,7 @@
<span>{{ scope.row.location }}</span>
</template>
</el-table-column>
<el-table-column label="报警类型" width="130">
<el-table-column label="报警类型" width="80">
<template slot-scope="scope">
<span>{{ scope.row.status_name }}</span>
</template>
......@@ -113,7 +113,7 @@
<span>{{ scope.row.updated_at }}</span>
</template>
</el-table-column>
<el-table-column label="--">
<el-table-column label="--" width="140">
<template slot-scope="scope">
<el-button @click="alarmShow(scope.row)">详细信息</el-button>
</template>
......@@ -135,7 +135,7 @@
</el-steps>
<el-row :gutter="20">
<el-col :span="8">
<div class="amap-page-container" style="height: 350px; width: 350px;">
<div class="amap-page-container" style="height: 350px;">
<el-amap
ref="map"
vid="amapDemo"
......
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