Your Name
2022-09-28 1cc2bba0c5cfd27e0744f1df8c5bbd41135ae817
src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue
@@ -38,7 +38,7 @@
            <el-input v-model="details.workDetail.involvedDepIds" readonly type="textarea"/>
         </el-form-item>
         <el-form-item label="图片">
            <el-image v-for="item in details.workDetail.bcPath" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" />
            <el-image v-for="item in details.workDetail.bcPath" :preview-src-list="details.workDetail.bcPath" 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 />