applications/task-work-order/src/styles/common/cockpit.scss
@@ -1058,14 +1058,14 @@ th.el-table__cell { height: 40px; border-bottom: 1px solid #DBDFF1 !important; border-bottom: 1px solid #E5E6EB !important; .cell { padding: 0 0 0 16px; font-family: Source Han Sans CN, Source Han Sans CN; font-weight: 400; font-size: 14px; color: #9292C1; color: #86909C; text-align: left; font-style: normal; text-transform: none; @@ -1081,7 +1081,7 @@ font-family: Source Han Sans CN, Source Han Sans CN; font-weight: 400; font-size: 14px; color: #383874; color: #4E5969; text-align: left; font-style: normal; text-transform: none; applications/task-work-order/src/views/orderView/flyingHand/FlyingHandDialog.vue
@@ -184,7 +184,7 @@ </el-row> </el-form> <template #footer> <el-button color="#F2F3F5" @click="handleClose">取消</el-button> <el-button v-if="dialogType !== 'view'" color="#F2F3F5" @click="handleClose">取消</el-button> <el-button v-if="dialogType !== 'view'" type="primary" applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue
@@ -1,7 +1,7 @@ <template> <el-dialog class="gd-dialog" v-model="visible" title="查看" @closed="visible = false" width="1000px" destroy-on-close> <div v-loading="loading"> <el-table :data="list"> <el-table :data="list" class="gd-dialog-table"> <el-table-column label="线索缩略图" width="120"> <template v-slot="{ row }"> <el-image @@ -42,9 +42,9 @@ </el-table> </div> <template #footer> <!-- <template #footer> <el-button color="#F2F3F5" @click="visible = false">关闭</el-button> </template> </template> --> <DistributeDiaLog ref="distributeDialogRef" applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/ViewDiaLog.vue
@@ -6,6 +6,7 @@ @closed="visible = false" destroy-on-close :close-on-click-modal="false" width="80%" > <div class="detail-container" style="display: flex"> <div class="detail-left" v-if="dialogMode !== 'add' && processList.length"> uniapps/work-wx/src/subPackages/flightApplication/add.vue
@@ -334,6 +334,7 @@ v-model="startTime" mode="datetime" :min-date="minDate" :formatter="formatter" @confirm="onConfirmStartTime" @cancel="isShowStartTime = false" ></u-datetime-picker> @@ -342,6 +343,7 @@ v-model="endTime" mode="datetime" :min-date="minDate" :formatter="formatter" @confirm="onConfirmEndTime" @cancel="isShowEndTime = false" ></u-datetime-picker> @@ -548,11 +550,11 @@ const endTime = ref(Date.now()); // 设置默认值为当前时间戳 const onConfirmStartTime = (e) => { formParams.value.flightStartTime = dayjs(e.value).format('YYYY-MM-DD HH:mm:ss') formParams.value.flightStartTime = dayjs(e.value).format('YYYY-MM-DD HH:mm') isShowStartTime.value = false } const onConfirmEndTime = (e) => { formParams.value.flightEndTime = dayjs(e.value).format('YYYY-MM-DD HH:mm:ss') formParams.value.flightEndTime = dayjs(e.value).format('YYYY-MM-DD HH:mm') isShowEndTime.value = false } @@ -721,6 +723,16 @@ isSubmitDisabled.value = false }) } const formatter = (type, value) => { if (type === 'year') return `${value}年`; if (type === 'month') return `${value}月`; if (type === 'day') return `${value}日`; if (type === 'hour') return `${value}时`; if (type === 'minute') return `${value}分`; return value; }; onMounted(() => { // getProTypeApi() // getTaskType()