ruoyi-ui/src/views/collection/collectionInfo.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/collection/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/contacts/contactsInfo.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/contacts/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/doctor/doctorInfo.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/doctor/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/homeRoot/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/views/collection/collectionInfo.vue
@@ -2,7 +2,7 @@ <div class="app-container"> <div class="form-header mt"> <h4 class="dt h4">收藏与荣誉详细信息 </h4> <el-button v-if="isShow" type="primary" class="pt" icon="el-icon-edit" @click="handleEdit()" >编辑</el-button> <!-- <el-button v-if="isShow" type="primary" class="pt" icon="el-icon-edit" @click="handleEdit()" >编辑</el-button>--> <!-- <br>--> <!-- <el-button type="primary" class="pt" @click="handleExport"--> <!-- v-hasPermi="['self:user:export']" >导出</el-button>--> @@ -14,7 +14,7 @@ <!-- clearable prefix-icon='el-icon-mobile' :style="{width: '100%'}"></el-input>--> <!-- </el-form-item>--> <el-form-item label="获得时间" prop="happenTime"> <el-input v-model="formData.type" placeholder="请输入获得时间" clearable :style="{width: '100%'}" :disabled="dsb"> <el-input v-model="formData.happenTime" placeholder="请输入获得时间" clearable :style="{width: '100%'}" :disabled="dsb"> </el-input> </el-form-item> <el-form-item label="类别" prop="type"> @@ -64,22 +64,23 @@ fit="cover" :preview-src-list="[file.url]" > <span class="el-upload-list__item-actions"> <span class="el-upload-list__item-actions" > <span v-if="isShow" class="el-upload-list__item-preview" @click="handlePictureCardPreview(file)" > <i class="el-icon-zoom-in"></i> </span> <span v-if="!disabled" v-if="isShow" class="el-upload-list__item-delete" @click="handleDownload(file.url)" > <i class="el-icon-download"></i> </span> <span v-if="!disabled" v-if="isShow" class="el-upload-list__item-delete" @click="handleRemove(file)" > @@ -91,7 +92,7 @@ </div> </el-upload> <h4 class="form-header">其他附件 </h4> <!--<h4 class="form-header">其他附件 </h4> <el-upload action="" :file-list="fileListOther" @@ -103,17 +104,68 @@ :http-request="requestUpload" :show-file-list="true" > <el-button type="primary">点击上传</el-button> <el-button v-if="isShow" type="primary" >点击上传</el-button> <template #tip> <div class="el-upload__tip"> </div> </template> </el-upload>--> <h4 class="form-header">其他附件 </h4> <el-upload action="" :file-list="fileListOther" class="upload-demo" multiple list-type="picture-card" :on-preview="handleFileCardPreview" :on-remove="handleRemove" :http-request="requestUpload" :show-file-list="true" > <i slot="default" class="el-icon-plus"></i> <div slot="file" slot-scope="{file}"> <img class="el-upload-list__item-thumbnail" src="../../assets/401_images/401.gif" alt="" style="width: 147px; height: 147px" fit="cover" > <span class="el-upload-list__item-actions"> <span v-if="isShow" class="el-upload-list__item-preview" @click="handleFileCardPreview(file)" > <i class="el-icon-zoom-in"></i> </span> <span v-if="isShow" @click="handleRemove(file)" class="el-upload-list__item-delete" > <i class="el-icon-download"></i> </span> <span v-if="isShow" class="el-upload-list__item-delete" @click="handleRemoveFile(file)" > <i class="el-icon-delete"></i> </span> </span> </div> </el-upload> <el-form-item size="large"> <el-button type="primary" @click="submitForm" :disabled="dsb" >修改</el-button> <el-button v-if="isShow" type="primary" @click="submitForm" :disabled="dsb" >修改</el-button> </el-form-item> </el-form> @@ -228,6 +280,7 @@ else{ document.title = "查看收藏与荣誉详细信息"; this.$route.meta.title = "查看收藏与荣誉详细信息";//列表的名称 this.isShow=false } let _this = this @@ -319,6 +372,12 @@ handleRemove(file) { alert(323) }, handleFileCardPreview(file){ this.dialogFileUrl = file.url; const Base64 = require('js-base64').Base64 this.desurl = process.env.VUE_APP_BASE_OTHER_API+'onlinePreview?url='+encodeURIComponent(Base64.encode(this.dialogFileUrl)); myWindow=window.open(this.desurl,'','width=1200,height=800,top=150,left=300'); }, handlePictureCardPreview(file) { this.dialogImageUrl = file.url; this.dialogVisible = true; ruoyi-ui/src/views/collection/index.vue
@@ -85,10 +85,10 @@ </el-form-item> </el-col> </el-cntainer> <el-form-item label="持有者" prop="owner" > <el-form-item label="拥有者" prop="owner" > <el-input v-model="queryParams.owner" placeholder="请输入持有者" placeholder="请输入拥有者" clearable style="width: 240px" @keyup.enter.native="handleQuery"> @@ -224,7 +224,7 @@ </template> </el-table-column> <el-table-column label="备注" prop="remark" sortable width="140" align="center"> <el-table-column label="备注" prop="remark" sortable width="90" align="center"> <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> </el-table-column> <el-table-column label="操作" align="center" class-name="small-padding fixed-width" > @@ -252,6 +252,7 @@ type="text" icon="el-icon-d-arrow-right" @click="handleCheck(scope.row)" >查看详情</el-button> </el-dropdown> @@ -638,6 +639,7 @@ handleCheck(row){ const id = row.id; this.$router.push("/familymodel/collection/collectionInfo/" + id); }, /** 修改按钮操作 */ handleUpdate(row) { ruoyi-ui/src/views/contacts/contactsInfo.vue
@@ -2,7 +2,7 @@ <div class="app-container"> <div class="form-header mt"> <h4 class="dt h4">通讯录详细信息 </h4> <el-button v-if="isShow" type="primary" class="pt" icon="el-icon-edit" @click="handleEdit()" >编辑</el-button> <!-- <el-button v-if="isShow" type="primary" class="pt" icon="el-icon-edit" @click="handleEdit()" >编辑</el-button>--> <!-- <br>--> <!-- <el-button type="primary" class="pt" @click="handleExport"--> <!-- v-hasPermi="['self:user:export']" >导出</el-button>--> @@ -73,20 +73,21 @@ > <span class="el-upload-list__item-actions"> <span v-if="isShow" class="el-upload-list__item-preview" @click="handlePictureCardPreview(file)" > <i class="el-icon-zoom-in"></i> </span> <span v-if="!disabled" v-if="isShow" class="el-upload-list__item-delete" @click="handleDownload(file.url)" > <i class="el-icon-download"></i> </span> <span v-if="!disabled" v-if="isShow" class="el-upload-list__item-delete" @click="handleRemove(file)" > @@ -101,7 +102,7 @@ <el-form-item size="large"> <el-button type="primary" @click="submitForm" :disabled="dsb">修改</el-button> <el-button v-if="isShow" type="primary" @click="submitForm" :disabled="dsb">修改</el-button> </el-form-item> </el-form> @@ -203,12 +204,14 @@ jd = this.$route.query.detail this.btn= jd this.dsb = !jd this.isShow=true document.title = "修改通讯录详细信息"; this.$route.meta.title = "修改通讯录详细信息";//列表的名称 } else{ document.title = "查看通讯录详细信息"; this.$route.meta.title = "查看通讯录详细信息";//列表的名称 this.isShow=false } let _this = this ruoyi-ui/src/views/contacts/index.vue
@@ -196,7 +196,7 @@ alt="" style="width: 35px; height: 35px;" fit="cover" v-if="scope.row.url !== null" v-if="scope.row.url !== ','" > <img class="el-upload-list__item-thumbnail" @@ -204,7 +204,7 @@ alt="" style="width: 35px; height: 35px;" fit="cover" v-if="scope.row.url === null" v-if="scope.row.url === ','" > </template> </el-table-column> @@ -254,7 +254,7 @@ @pagination="getList" /> <el-dialog :title="title" :visible.sync="open" width="800px" append-to-body> <el-form ref="elForm" :model="formDat" :rules="rules" size="medium" label-width="100px"> @@ -359,7 +359,7 @@ <h4 class="form-header"> </h4> <div slot="footer" class="dialog-footer"> <el-button type="primary" @click="submitDataScope">确 定</el-button> <el-button type="primary" @click="submitDataScope">保 存</el-button> <el-button @click="cancelData">取 消</el-button> </div> </el-dialog> ruoyi-ui/src/views/doctor/doctorInfo.vue
@@ -2,7 +2,7 @@ <div class="app-container"> <div class="form-header mt"> <h4 class="dt h4">就医记录详细信息 </h4> <el-button v-if="isShow" type="primary" class="pt" icon="el-icon-edit" @click="handleEdit()" >编辑</el-button> <!-- <el-button v-if="isShow" type="primary" class="pt" icon="el-icon-edit" @click="handleEdit()" >编辑</el-button>--> <!-- <br>--> <!-- <el-button type="primary" class="pt" @click="handleExport"--> <!-- v-hasPermi="['self:user:export']" >导出</el-button>--> @@ -66,20 +66,21 @@ > <span class="el-upload-list__item-actions"> <span v-if="isShow" class="el-upload-list__item-preview" @click="handlePictureCardPreview(file)" > <i class="el-icon-zoom-in"></i> </span> <span v-if="!disabled" v-if="isShow" class="el-upload-list__item-delete" @click="handleDownload(file.url)" > <i class="el-icon-download"></i> </span> <span v-if="!disabled" v-if="isShow" class="el-upload-list__item-delete" @click="handleRemove(file)" > @@ -115,13 +116,14 @@ > <span class="el-upload-list__item-actions"> <span v-if="isShow" class="el-upload-list__item-preview" @click="handleFileCardPreview(file)" > <i class="el-icon-zoom-in"></i> </span> <span v-if="!disabled" v-if="isShow" @click="handleRemove(file)" class="el-upload-list__item-delete" @@ -129,7 +131,7 @@ <i class="el-icon-download"></i> </span> <span v-if="!disabled" v-if="isShow" class="el-upload-list__item-delete" @click="handleRemoveFile(file)" > @@ -144,7 +146,7 @@ </el-upload> <el-form-item size="large"> <el-button type="primary" @click="submitForm" :disabled="dsb">修改</el-button> <el-button v-if="isShow" type="primary" @click="submitForm" :disabled="dsb">修改</el-button> </el-form-item> </el-form> @@ -253,12 +255,14 @@ jd = this.$route.query.detail this.btn= jd this.dsb = !jd this.isShow=true document.title = "修改就医记录详细信息"; this.$route.meta.title = "修改就医记录详细信息";//列表的名称 } else{ document.title = "查看就医记录详细信息"; this.$route.meta.title = "查看就医记录详细信息";//列表的名称 this.isShow=false } let _this = this ruoyi-ui/src/views/doctor/index.vue
@@ -215,7 +215,7 @@ <el-table-column label="备注" prop="remark" sortable width="120" align="center"> <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> </el-table-column> <el-table-column label="电子文件" prop="url" width="80" > <el-table-column label="电子文件" prop="url" width="140" align="center"> <template slot-scope="scope" > <img class="el-upload-list__item-thumbnail" @@ -223,7 +223,7 @@ alt="" style="width: 35px; height: 35px;" fit="cover" v-if="scope.row.url !== null" v-if="scope.row.url !== ','" > <img class="el-upload-list__item-thumbnail" @@ -231,7 +231,7 @@ alt="" style="width: 35px; height: 35px;" fit="cover" v-if="scope.row.url === null" v-if="scope.row.url === ','" > </template> </el-table-column> ruoyi-ui/src/views/homeRoot/index.vue
@@ -225,7 +225,63 @@ url:undefined, familyId:undefined, secondFamilyId: undefined, childList:undefined childList:[{ userId: undefined, nickName: undefined, oldName: undefined, sex: undefined, nationality: undefined, nation: undefined, maritalStatus: undefined, politicalOutlook: undefined, phoneNumber:undefined, idNum: undefined, locationAddress: undefined, alwaysAddress:undefined, locationPolice: undefined, alwaysPolice: undefined, unit: undefined, position:undefined, outStatus:undefined, idNo: undefined, img: undefined, spouseId: undefined, fatherId: undefined, momId: undefined, birth: undefined, url:undefined, familyId:undefined, secondFamilyId: undefined, childList:[{ userId: undefined, nickName: undefined, oldName: undefined, sex: undefined, nationality: undefined, nation: undefined, maritalStatus: undefined, politicalOutlook: undefined, phoneNumber:undefined, idNum: undefined, locationAddress: undefined, alwaysAddress:undefined, locationPolice: undefined, alwaysPolice: undefined, unit: undefined, position:undefined, outStatus:undefined, idNo: undefined, img: undefined, spouseId: undefined, fatherId: undefined, momId: undefined, birth: undefined, url:undefined, familyId:undefined, secondFamilyId: undefined, childList:undefined }] }] } }