|
@@ -24,10 +24,12 @@
|
|
<view class="buju">
|
|
<view class="buju">
|
|
<text class="miaoshu">控制室值班人员 :</text>
|
|
<text class="miaoshu">控制室值班人员 :</text>
|
|
<text>{{ tableData.dutyer }}</text>
|
|
<text>{{ tableData.dutyer }}</text>
|
|
|
|
+ <button @click="goWorkNum" class="manyBtn">查看值班人</button>
|
|
</view>
|
|
</view>
|
|
<view class="buju">
|
|
<view class="buju">
|
|
<text class="miaoshu">负责人 :</text>
|
|
<text class="miaoshu">负责人 :</text>
|
|
<text>{{ tableData.charger }}</text>
|
|
<text>{{ tableData.charger }}</text>
|
|
|
|
+ <button @click="goBigNum" class="manyBtn">查看负责人</button>
|
|
</view>
|
|
</view>
|
|
<view class="buju">
|
|
<view class="buju">
|
|
<text class="miaoshu">建站日期 :</text>
|
|
<text class="miaoshu">建站日期 :</text>
|
|
@@ -36,6 +38,7 @@
|
|
<view class="buju">
|
|
<view class="buju">
|
|
<text class="miaoshu">队员数量 :</text>
|
|
<text class="miaoshu">队员数量 :</text>
|
|
<text>{{ tableData.members }}</text>
|
|
<text>{{ tableData.members }}</text>
|
|
|
|
+ <button @click="goPeopleMes" class="manyBtn">查看队员</button>
|
|
</view>
|
|
</view>
|
|
<view class="buju">
|
|
<view class="buju">
|
|
<text class="miaoshu">报警电话 :</text>
|
|
<text class="miaoshu">报警电话 :</text>
|
|
@@ -45,19 +48,19 @@
|
|
<view class="buju">
|
|
<view class="buju">
|
|
<view class="width100">
|
|
<view class="width100">
|
|
<uni-table stripe border emptyText="暂无更多数据">
|
|
<uni-table stripe border emptyText="暂无更多数据">
|
|
- <uni-tr>
|
|
|
|
|
|
+ <uni-tr class="uniTr">
|
|
<uni-th align="center">水罐车</uni-th>
|
|
<uni-th align="center">水罐车</uni-th>
|
|
<uni-td align="center">{{ tableData.waterTanker }}</uni-td>
|
|
<uni-td align="center">{{ tableData.waterTanker }}</uni-td>
|
|
</uni-tr>
|
|
</uni-tr>
|
|
- <uni-tr>
|
|
|
|
|
|
+ <uni-tr class="uniTr">
|
|
<uni-th align="center">泡沫车</uni-th>
|
|
<uni-th align="center">泡沫车</uni-th>
|
|
<uni-td align="center">{{ tableData.foamCar }}</uni-td>
|
|
<uni-td align="center">{{ tableData.foamCar }}</uni-td>
|
|
</uni-tr>
|
|
</uni-tr>
|
|
- <uni-tr>
|
|
|
|
|
|
+ <uni-tr class="uniTr">
|
|
<uni-th align="center">消防摩托</uni-th>
|
|
<uni-th align="center">消防摩托</uni-th>
|
|
<uni-td align="center">{{ tableData.fireMoto }}</uni-td>
|
|
<uni-td align="center">{{ tableData.fireMoto }}</uni-td>
|
|
</uni-tr>
|
|
</uni-tr>
|
|
- <uni-tr>
|
|
|
|
|
|
+ <uni-tr class="uniTr">
|
|
<uni-th align="center">其它</uni-th>
|
|
<uni-th align="center">其它</uni-th>
|
|
<uni-td align="center">{{ tableData.others }}</uni-td>
|
|
<uni-td align="center">{{ tableData.others }}</uni-td>
|
|
</uni-tr>
|
|
</uni-tr>
|
|
@@ -119,6 +122,24 @@
|
|
res.eventChannel.emit('acceptDataFromOpenerPage', val);
|
|
res.eventChannel.emit('acceptDataFromOpenerPage', val);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ },
|
|
|
|
+ // 值班
|
|
|
|
+ goWorkNum(){
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url:"/pagesA/fire/fire_station/people_fireStation/people_fireStation?addId=1"
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+ // 负责人
|
|
|
|
+ goBigNum(){
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url:"/pagesA/fire/fire_station/people_fireStation/people_fireStation?addId=2"
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+ // 普通人
|
|
|
|
+ goPeopleMes(){
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url:"/pagesA/fire/fire_station/people_fireStation/people_fireStation?addId=0"
|
|
|
|
+ })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
};
|
|
};
|
|
@@ -197,4 +218,19 @@
|
|
border: none;
|
|
border: none;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
+ .uniTr{
|
|
|
|
+ background-color: #F2F4F6;
|
|
|
|
+ }
|
|
|
|
+ .manyBtn{
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 100rpx;
|
|
|
|
+ height: 40rpx;
|
|
|
|
+ font-size: 20rpx;
|
|
|
|
+ line-height: 40rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ border-radius: 20rpx;
|
|
|
|
+ background-color: #4DB1B6;
|
|
|
|
+ color: white;
|
|
|
|
+ margin-left: 10rpx;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|