applications/task-work-order/src/styles/common/cockpit.scss
@@ -458,10 +458,10 @@ padding: 30px; display: flex; flex-direction: column; background: #FFFFFF; border: 1px solid #CCCCCC; border-radius: 6px 6px 6px 6px; .el-dialog__header { span { @@ -484,25 +484,25 @@ height: 0; flex: 1; .detail-container { padding: 0 10px; .detail-title { margin-bottom: 30px; margin-bottom: 20px; font-family: Source Han Sans CN, Source Han Sans CN; font-weight: 500; font-size: 18px; color: #FFFFFF; text-align: left; font-style: normal; text-transform: none; font-weight: 400; font-size: 14px; color: #161B2C; } .el-row { // 查看 .detail-row-view { background: #F2F3F5; border-radius: 2px 2px 2px 2px; gap: 20px 0; padding: 20px; .el-col { margin-bottom: 20px; display: flex; align-items: center; margin-bottom: 0; .label { width: 88px; @@ -526,41 +526,6 @@ text-align: left; font-style: normal; text-transform: none; } } } .gd-table-container { height: 360px; .gd-pagination-parent { justify-content: center; } } } .dialog-form { .el-form-item { display: flex; align-items: center; .el-form-item__label { display: flex; align-items: center; font-family: Source Han Sans CN, Source Han Sans CN; font-weight: 500; font-size: 14px; color: #4E5969; line-height: 22px; text-align: right; font-style: normal; text-transform: none; } .el-form-item__content { display: flex; align-items: center; } } } @@ -894,3 +859,5 @@ } } applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/FormDiaLog.vue
@@ -7,7 +7,7 @@ destroy-on-close > <div class="detail-container" v-if="dialogReadonly"> <el-row> <el-row class="detail-row-view"> <el-col :span="12"> <div class="label">标题</div> <div class="val">{{ formData.title }}</div> applications/task-work-order/src/views/orderView/orderDataManage/evaluate/FormDiaLog.vue
@@ -6,8 +6,7 @@ @closed="visible = false" destroy-on-close > <div class="detail-container" v-if="dialogReadonly"> <el-row> <el-row class="detail-row-view" v-if="dialogReadonly"> <el-col :span="12"> <div class="label">标题</div> <div class="val">{{ formData.title }}</div> @@ -37,7 +36,6 @@ <div class="val">{{ formData.evaluationContent }}</div> </el-col> </el-row> </div> <el-form class="gd-dialog-form" applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/ApplyViewDialog.vue
applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/FormDiaLog.vue
@@ -7,7 +7,7 @@ destroy-on-close > <div class="detail-container" v-if="dialogReadonly"> <el-row> <el-row class="detail-row-view"> <el-col :span="12"> <div class="label">需求名称</div> <div class="val">{{ formData.demandName }}</div> applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/FormDiaLog.vue
@@ -30,7 +30,7 @@ <!-- 工单信息展示 --> <div class="work-order-info" v-if="selectedWorkOrder"> <el-row> <el-row class="detail-row-view"> <el-col :span="12"> <div class="info-item"> <span class="label">工单类型</span> applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/ViewDiaLog.vue
@@ -11,7 +11,7 @@ <div class="leftBox"> <!-- 查看模式 --> <div class="detail-container" v-if="dialogReadonly"> <el-row> <el-row class="detail-row-view"> <el-col :span="12"> <div class="label">巡查任务名称</div> <div class="val">{{ formData.patrolTaskName }}</div> applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue
@@ -4,16 +4,20 @@ v-model="visible" :title="titleEnum[dialogMode]" @closed="visible = false" :style="{ width: pxToRem(1216) }" width="80%" destroy-on-close > <div class="content" style="display: flex"> <div class="processBox"> <div v-for="(item, index) in processList">{{ index }}-{{ item.flowName }}{{ item.flowDesc }}</div> <el-steps direction="vertical" :active="processList.length"> <el-step v-for="item in processList" :title="item.flowName" :description="item.flowDesc" /> </el-steps> <!-- <div v-for="(item, index) in processList">{{ index }}-{{ item.flowName }}{{ item.flowDesc }}</div>--> </div> <div class="leftBox"> <div class="detail-container" v-if="dialogReadonly"> <el-row> <div v-if="dialogReadonly"> <div class="detail-title">工单详情</div> <el-row class="detail-row-view"> <el-col :span="12"> <div class="label">工单名称</div> <div class="val">{{ formData.workOrderName }}</div> @@ -38,7 +42,8 @@ <div class="val">{{ formData.remark }}</div> </el-col> </el-row> <el-table ref="deviceTableRef" :data="deviceList" row-key="id"> <div class="detail-title" :style="{ marginTop: pxToRem(20) }">已选设备</div> <el-table class="setHeight" ref="deviceTableRef" :data="deviceList" row-key="id"> <el-table-column prop="nickname" label="设备名称" /> <el-table-column prop="deviceName" label="设备型号" /> <el-table-column prop="devicePayload" label="设备负载" /> @@ -129,7 +134,7 @@ /> </div> <div class="rightBox" v-if="!dialogReadonly"> <div class="title">推荐设备</div> <div class="detail-title">推荐设备</div> <el-table ref="deviceTableRef" :data="deviceList" row-key="id" @selection-change="handleDeviceSelectionChange"> <el-table-column type="selection" width="55" :reserve-selection="true" /> <el-table-column prop="nickname" label="设备名称" /> @@ -182,7 +187,6 @@ </el-button> </template> </template> </template> <RefuseOrderDialog @@ -399,7 +403,7 @@ material: Cesium.Color.RED, }, }) viewer.flyTo(mian) viewer.flyTo(mian, { duration: 0 }) } // 同步关联场景 @@ -451,6 +455,8 @@ .leftBox { width: 0; flex: 1; display: flex; flex-direction: column; .gd-cesium { width: 100%; height: 423px; @@ -464,4 +470,9 @@ } } } .setHeight { max-height: 300px; min-height: 200px; } </style>