| | |
| | | <main> |
| | | <div class="mainContent"> |
| | | <el-form ref="user" style="width: 100%;"> |
| | | <el-form-item prop="code" label="所属事件编号" > |
| | | <el-form-item prop="code" label="所属事件编号"> |
| | | <el-input v-model="imagedata.code"></el-input> |
| | | </el-form-item> |
| | | <el-form-item prop="code" label="大类名称" > |
| | | <el-form-item prop="code" label="大类名称"> |
| | | <el-input v-model="imagedata.questionType"></el-input> |
| | | </el-form-item> |
| | | <el-form-item prop="code" label="小类名称" > |
| | | <el-form-item prop="code" label="小类名称"> |
| | | <el-input v-model="imagedata.bigType"></el-input> |
| | | </el-form-item> |
| | | <el-form-item prop="code" label="图片Id" > |
| | | <el-form-item prop="code" label="图片Id"> |
| | | <el-input v-model="imagedata.imagesId"></el-input> |
| | | </el-form-item> |
| | | <el-form-item prop="code" label="上传时间" > |
| | | <el-form-item prop="code" label="上传时间"> |
| | | <el-input v-model="imagedata.uploadTime"></el-input> |
| | | </el-form-item> |
| | | <!-- <el-form-item prop="questionType" label="问题类型" min-width="8" v-model="imagedata.questionType"> |
| | | <el-form-item prop="questionType" label="图片:" min-width="8"> |
| | | <img style="width: 180px;height: 120px;" :src=imagedata.imageUrl> |
| | | </el-form-item> |
| | | <el-form-item prop="bigType" label="大类名称" min-width="8" v-model="imagedata.bigType"> |
| | | <!-- <el-form-item prop="bigType" label="大类名称" min-width="8" v-model="imagedata.bigType"> |
| | | </el-form-item> |
| | | <el-form-item prop="smallType" label="小类名称" min-width="8" v-model="imagedata.smallType"> |
| | | </el-form-item> |
| | | <el-form-item prop="imagesId" label="图片Id" min-width="8" v-model="imagedata.imagesId"> |
| | | </el-form-item> |
| | | <el-form-item prop="uploadTime" label="上传时间" min-width="15" v-model="imagedata.uploadTime"> --> |
| | | </el-form-item> |
| | | <el-form-item prop="imagesId" label="图片Id" min-width="8" v-model="imagedata.imagesId"> --> |
| | | <!-- </el-form-item> |
| | | <el-form-item prop="uploadTime" label="上传时间" min-width="15" v-model="imagedata.uploadTime"> |
| | | </el-form-item> --> |
| | | <!-- <el-form-item v-if="updateFlag"> --> |
| | | <div class="optionBtn"> |
| | | <el-button type="primary" class="btn submit" @click.native.prevent="handleUser">提交 |
| | |
| | | bigType: "违反国家有关标准编制城乡规划", |
| | | smallType: "在居民住宅楼、未配套设立专用烟道的商住综合楼、商住综合楼内与居住层相邻的商业楼层内新建、改建、扩建产生油烟、异味、废气的餐饮服务项目", |
| | | imagesId: "1", |
| | | uploadTime: "2022-10-31 20:20:01" |
| | | uploadTime: "2022-10-31 20:20:01", |
| | | imageUrl: "https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg.fabao365.xuanfa.cn%2Fimage%2F202107%2F130f9d19f204302f.jpg&refer=http%3A%2F%2Fimg.fabao365.xuanfa.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1670034077&t=974b018f9e27023a01d2d8ad3c7c44f2" |
| | | }, |
| | | } |
| | | }, |
| | |
| | | // }, |
| | | // props: ["userInfo", "updateFlag", "getDepartList", "changeDialog"], |
| | | }, |
| | | props:['updateFlag'] |
| | | props: ['updateFlag'] |
| | | }; |
| | | </script> |
| | | <style lang="scss" scoped> |
| | |
| | | display: flex; |
| | | margin-top: 20px; |
| | | justify-content: center; |
| | | |
| | | .btn { |
| | | padding: 12px 50px; |
| | | } |