| applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue | ●●●●● patch | view | raw | blame | history |
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue
@@ -177,6 +177,7 @@ <div class="rightBox" v-if="!dialogReadonly"> <div class="detail-title">推荐设备</div> <el-table class="separateTable" :empty-text="(formData.deviceLoadDemand && pointList.length) ? '暂无数据' : '请先选择设备需求并在地图上绘制工单范围'" ref="deviceTableRef" :data="(formData.deviceLoadDemand && pointList.length) ? deviceList : []" @@ -635,7 +636,7 @@ </script> <style lang="scss" scoped> .el-table{ .separateTable{ height: 0; flex: 1; :deep(){