Commit 1c52ab5a authored by Administrator's avatar Administrator

修复工单页面bug

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