Your Name
2022-09-28 fe48637b8197e55cb2b454f79d29dab88bd5f7dd
src/views/specialWorkManage/workTicket/myJobApply/components/groundLog.vue
@@ -37,9 +37,9 @@
         <el-form-item label="关联其他作业">
            <el-input v-model="details.workDetail.otherSpecialWork" readonly type="textarea"/>
         </el-form-item>
         <el-form-item label="图片">
            <el-image v-for="item in details.workDetail.gbPath" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" />
         </el-form-item>
<!--         <el-form-item label="图片">-->
<!--            <el-image v-for="item in details.workDetail.gbPath" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" />-->
<!--         </el-form-item>-->
         <el-form-item label="期望开始时间">
            <el-input v-model="details.expStartTime" readonly />
         </el-form-item>