一单n制等功能,接入随手拍之前我先提交一版本
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
class="round cu-btn bg-blue" @click="Rectification(item)">立即整改</button>
|
||||
<button v-if="item.statusName === '待验收' && item.canEdit"
|
||||
class="round cu-btn light bg-blue" @click="editRectification(item)">编辑整改信息</button>
|
||||
<button v-if="canShowAcceptanceButton(item, userRole)"
|
||||
<button v-if="canShowAcceptanceButton(item)"
|
||||
class="round cu-btn bg-blue" @click="acceptance(item)">立即验收</button>
|
||||
<button v-if="item.statusName === '待交办'"
|
||||
class="round cu-btn bg-blue" @click="assignHazard(item)">隐患交办</button>
|
||||
|
||||
Reference in New Issue
Block a user