From 2406ac9a70e51e76c6ba95efb69f641c7b22e8ea Mon Sep 17 00:00:00 2001 From: luobisheng <727299681@qq.com> Date: 星期二, 08 十一月 2022 18:48:48 +0800 Subject: [PATCH] 队伍建设接口对接 --- src/views/systemSetting/platform/cockpitManage/detailUser/index.vue | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/src/views/systemSetting/platform/cockpitManage/detailUser/index.vue b/src/views/systemSetting/platform/cockpitManage/detailUser/index.vue index cde5599..74e5f29 100644 --- a/src/views/systemSetting/platform/cockpitManage/detailUser/index.vue +++ b/src/views/systemSetting/platform/cockpitManage/detailUser/index.vue @@ -21,22 +21,10 @@ <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="questionType" label="闂绫诲瀷" min-width="8" v-model="imagedata.questionType"> - </el-form-item> - <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 v-if="updateFlag"> --> <div class="optionBtn"> <el-button type="primary" class="btn submit" @click.native.prevent="handleUser">鎻愪氦 </el-button> </div> - <!-- </el-form-item> --> </el-form> </div> </main> -- Gitblit v1.8.0