Commit e13418ab authored by 李苏's avatar 李苏 💬

修改pda

parent dd482bcc
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view class="stationAll"> <view class="stationAll">
<view class="stationBody" :class="{status1:itemInfo.status=='E',status2:itemInfo.status=='U',status3:itemInfo.status=='L',status4:itemInfo.status==4}"> <view class="stationBody" :class="{status1:itemInfo.status=='E',status2:itemInfo.status=='U',status3:itemInfo.status=='L',status4:itemInfo.status==4}">
<view class="item">{{itemInfo.ckName}}</view> <view class="item">{{itemInfo.ckName}}</view>
<view class="item">{{itemInfo.name}}</view> <!-- <view class="item">{{itemInfo.name}}</view> -->
<view class="item">{{itemInfo.ppdName||itemInfo.name}}</view> <view class="item">{{itemInfo.ppdName||itemInfo.name}}</view>
<view class="item">{{itemInfo.status|getstatus}}</view> <view class="item">{{itemInfo.status|getstatus}}</view>
</view> </view>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<button class="cu-btn bg-gradual-orange " @tap="deactivate('启用')">启用</button> <button class="cu-btn bg-gradual-orange " @tap="deactivate('启用')">启用</button>
</view> </view>
<view class="padding flex align-center bg-white justify-around" v-if="gwObj.status=='L'"> <view class="padding flex align-center bg-white justify-around" v-if="gwObj.status=='L'">
<button class="cu-btn bg-gradual-red wid22" @tap="cancelbt()">取消</button> <button class="cu-btn bg-gradual-red wid22" @tap="unlockingbt()">取消</button>
</view> </view>
<view class="padding flex align-center bg-white justify-around" v-if="gwObj.status=='U'"> <view class="padding flex align-center bg-white justify-around" v-if="gwObj.status=='U'">
......
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