mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化派单池页面
This commit is contained in:
parent
935eb4ea99
commit
323f0dcebf
@ -78,7 +78,6 @@
|
||||
<th class="text-center">报修人</th>
|
||||
<th class="text-center">报修人电话</th>
|
||||
<th class="text-center">预约时间</th>
|
||||
<th class="text-center">维修师傅</th>
|
||||
<th class="text-center">状态</th>
|
||||
<th class="text-right">操作</th>
|
||||
</tr>
|
||||
@ -90,7 +89,6 @@
|
||||
<td class="text-center">{{ownerRepair.repairName}}</td>
|
||||
<td class="text-center">{{ownerRepair.tel}}</td>
|
||||
<td class="text-center">{{ownerRepair.appointmentTime}}</td>
|
||||
<td class="text-center">{{ownerRepair.userName}}</td>
|
||||
<td class="text-center">{{ownerRepair.stateName}}</td>
|
||||
<td class="text-right">
|
||||
<div class="btn-group" v-if="ownerRepair.state == '1000'">
|
||||
|
||||
@ -118,7 +118,8 @@
|
||||
|
||||
},
|
||||
_openDispatchRepairDetail:function(_ownerRepair){
|
||||
vc.emit('ownerRepairDetail','openOwnerRepairDetailModal',_ownerRepair);
|
||||
//vc.emit('ownerRepairDetail','openOwnerRepairDetailModal',_ownerRepair);
|
||||
vc.jumpToPage('/admin.html#/pages/property/ownerRepairDetail?repairId=' + _ownerRepair.repairId);
|
||||
},
|
||||
_moreCondition:function(){
|
||||
if(vc.component.repairDispatchManageInfo.moreCondition){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user