吉安感知网项目-前端
张含笑
2026-01-30 c67c65b01d5a275cd86b70596f2fa11cb10fe15d
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(){