吉安感知网项目-前端
张含笑
2026-02-28 82e02a2500652f6a897b8592e85d1a35b86cd566
Merge remote-tracking branch 'origin/master'
3 files modified
13 ■■■■ changed files
applications/task-work-order/src/styles/common/cockpit.scss 4 ●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/deviceInvocation/deviceCallRecord/FormDiaLog.vue 5 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue 4 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/styles/common/cockpit.scss
@@ -1177,8 +1177,6 @@
}
.el-popper {
  background: #FEFEFE !important;
  .el-menu--popup-container {
    .el-menu--popup {
      min-width: auto !important;
@@ -1199,7 +1197,7 @@
        }
        &:first-child {
          margin-top: 0;
          margin-top: 0 !important;
        }
      }
applications/task-work-order/src/views/orderView/deviceInvocation/deviceCallRecord/FormDiaLog.vue
@@ -100,9 +100,10 @@
}
async function loadDetail(id) {
    formData.value.id = id || formData.value.id
    formData.value.callId = id || formData.value.callId
    const res = await getDeviceCallRecordDetails(formData.value)
    detailsList.value = res?.data?.data.records
    detailsList.value = res?.data?.data.records || []
    total.value = res?.data?.data.total || 0
}
function handleClosed() {
applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue
@@ -64,7 +64,7 @@
                    <el-table-column type="index" width="64" label="序号" />
                    <el-table-column prop="deviceType" show-overflow-tooltip label="设备类型">
                        <template v-slot="{ row }">
                            {{ row.deviceType === '1' ? '无人机' : '机场' }}
                            {{ row.deviceType === 1 ? '无人机' : '机场' }}
                        </template>
                    </el-table-column>
                    <el-table-column prop="deviceName" show-overflow-tooltip label="设备型号" />
@@ -234,4 +234,4 @@
    getList()
})
</script>
<style scoped lang="scss"></style>
<style scoped lang="scss"></style>