|
@@ -40,7 +40,7 @@
|
|
<div class="wrap-top-left-top-item">
|
|
<div class="wrap-top-left-top-item">
|
|
<div class="wrap-top-left-top-item-left">值 班 分 队 一</div>
|
|
<div class="wrap-top-left-top-item-left">值 班 分 队 一</div>
|
|
<div
|
|
<div
|
|
- class="wrap-top-left-top-item-right wrap-top-left-top-item-name"
|
|
|
|
|
|
+ class="wrap-top-left-top-item-right wrap-top-left-top-item-name box1"
|
|
:title="BaseOnDuty.detachmentoneName"
|
|
:title="BaseOnDuty.detachmentoneName"
|
|
>
|
|
>
|
|
{{ this.BaseOnDuty.detachmentoneName }}
|
|
{{ this.BaseOnDuty.detachmentoneName }}
|
|
@@ -69,7 +69,7 @@
|
|
<div class="wrap-top-left-top-item">
|
|
<div class="wrap-top-left-top-item">
|
|
<div class="wrap-top-left-top-item-left">值 班 分 队 二</div>
|
|
<div class="wrap-top-left-top-item-left">值 班 分 队 二</div>
|
|
<div
|
|
<div
|
|
- class="wrap-top-left-top-item-right wrap-top-left-top-item-name"
|
|
|
|
|
|
+ class="wrap-top-left-top-item-right wrap-top-left-top-item-name box1"
|
|
:title="BaseOnDuty.detachmentwoName"
|
|
:title="BaseOnDuty.detachmentwoName"
|
|
>
|
|
>
|
|
{{ this.BaseOnDuty.detachmentwoName }}
|
|
{{ this.BaseOnDuty.detachmentwoName }}
|
|
@@ -137,7 +137,6 @@
|
|
<div class="wrap-top-left-top-item-left">机要值班员</div>
|
|
<div class="wrap-top-left-top-item-left">机要值班员</div>
|
|
<div
|
|
<div
|
|
class="wrap-top-left-top-item-right wrap-top-left-top-item-name"
|
|
class="wrap-top-left-top-item-right wrap-top-left-top-item-name"
|
|
- style="margin-left: 22px"
|
|
|
|
:title="GreatDuty1.confidentialName"
|
|
:title="GreatDuty1.confidentialName"
|
|
>
|
|
>
|
|
{{ this.GreatDuty1.confidentialName }}
|
|
{{ this.GreatDuty1.confidentialName }}
|
|
@@ -149,6 +148,7 @@
|
|
<div
|
|
<div
|
|
class="wrap-top-left-top-item-right wrap-top-left-top-item-name"
|
|
class="wrap-top-left-top-item-right wrap-top-left-top-item-name"
|
|
:title="GreatDuty1.dutyOffierName"
|
|
:title="GreatDuty1.dutyOffierName"
|
|
|
|
+ style="margin-left: 10px"
|
|
>
|
|
>
|
|
{{ this.GreatDuty1.dutyOffierName }}
|
|
{{ this.GreatDuty1.dutyOffierName }}
|
|
</div>
|
|
</div>
|
|
@@ -399,8 +399,7 @@
|
|
<tr>
|
|
<tr>
|
|
<th style="font-weight: 500" height="40">序号</th>
|
|
<th style="font-weight: 500" height="40">序号</th>
|
|
<th style="font-weight: 500">车牌号码</th>
|
|
<th style="font-weight: 500">车牌号码</th>
|
|
- <th style="font-weight: 500">厂牌型号</th>
|
|
|
|
- <!-- <th style="font-weight: 500">车属单位</th> -->
|
|
|
|
|
|
+ <!-- <th style="font-weight: 500">厂牌型号</th> -->
|
|
<th style="font-weight: 500">司机</th>
|
|
<th style="font-weight: 500">司机</th>
|
|
<th style="font-weight: 500">司机位置</th>
|
|
<th style="font-weight: 500">司机位置</th>
|
|
</tr>
|
|
</tr>
|
|
@@ -411,16 +410,25 @@
|
|
:key="item.id"
|
|
:key="item.id"
|
|
>
|
|
>
|
|
<td style="color: #ccc" height="28">{{ index + 1 }}</td>
|
|
<td style="color: #ccc" height="28">{{ index + 1 }}</td>
|
|
- <td style="color: #ccc">{{ item.numberPlateName }}</td>
|
|
|
|
- <td style="color: #ccc">{{ item.modelInfo }}</td>
|
|
|
|
- <!-- <el-table-column label="车辆型号" align="center" prop="vehiclemodel">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <dict-tag :options="dict.type.brand " :value="scope.row.vehiclemodel"/>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column> -->
|
|
|
|
- <!-- <td style="color: #ccc">{{ item.carUnitName }}</td> -->
|
|
|
|
- <td style="color: #ccc">{{ item.driverName }}</td>
|
|
|
|
- <td style="color: #ccc" class="shiyou">{{ item.adress }}</td>
|
|
|
|
|
|
+ <td
|
|
|
|
+ style="
|
|
|
|
+ color: #ccc;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ "
|
|
|
|
+ :title="item.numberPlateName"
|
|
|
|
+ >
|
|
|
|
+ {{ item.numberPlateName }}
|
|
|
|
+ </td>
|
|
|
|
+ <!-- <td style="color: #ccc">{{ item.modelInfo }}</td> -->
|
|
|
|
+ <td style="color: #ccc">
|
|
|
|
+ {{ item.driverName }}
|
|
|
|
+ </td>
|
|
|
|
+ <td style="color: #ccc" class="shiyou">
|
|
|
|
+ {{ item.adress }}
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
@@ -439,7 +447,6 @@
|
|
<tr v-for="(item, index) in Equipment" :key="item.id">
|
|
<tr v-for="(item, index) in Equipment" :key="item.id">
|
|
<td style="color: #ccc" height="28">{{ index + 1 }}</td>
|
|
<td style="color: #ccc" height="28">{{ index + 1 }}</td>
|
|
<td style="color: #ccc">{{ item.equipmentName }}</td>
|
|
<td style="color: #ccc">{{ item.equipmentName }}</td>
|
|
- <!-- <td style="color: #ccc">{{ item.unitName }}</td> -->
|
|
|
|
<td style="color: #ccc">
|
|
<td style="color: #ccc">
|
|
<template>
|
|
<template>
|
|
<dict-tag
|
|
<dict-tag
|
|
@@ -558,7 +565,7 @@ export default {
|
|
// // 军车值班接口
|
|
// // 军车值班接口
|
|
militaryDuty().then((res) => {
|
|
militaryDuty().then((res) => {
|
|
this.MilitaryDuty = res.rows;
|
|
this.MilitaryDuty = res.rows;
|
|
-
|
|
|
|
|
|
+ console.log(res.rows);
|
|
this.MilitaryDuty.map((item) => {
|
|
this.MilitaryDuty.map((item) => {
|
|
this.ziDian.map((items) => {
|
|
this.ziDian.map((items) => {
|
|
if (item.modelInfo == items.dictValue) {
|
|
if (item.modelInfo == items.dictValue) {
|
|
@@ -748,7 +755,7 @@ body {
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
.wrap-top-left-top-item-right {
|
|
.wrap-top-left-top-item-right {
|
|
- width: 60%;
|
|
|
|
|
|
+ width: 64%;
|
|
height: 100%;
|
|
height: 100%;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
line-height: 35px;
|
|
line-height: 35px;
|
|
@@ -1035,10 +1042,14 @@ table tr td {
|
|
height: 30px;
|
|
height: 30px;
|
|
}
|
|
}
|
|
.wrap-top-left-top-item-name {
|
|
.wrap-top-left-top-item-name {
|
|
|
|
+
|
|
|
|
+ font-size: 16px;
|
|
|
|
+}
|
|
|
|
+.box1{
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 1;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- font-size: 16px;
|
|
|
|
|
|
+ margin-left: 8px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|