| | |
| | | |
| | | <el-button class="button1" size="mini" type="text" @click="handleAdd" v-hasPermi="['system:role:add']"> |
| | | <sapn v-html="'\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0'"></sapn> </el-button> |
| | | <el-table v-loading="loading" :data="memoList" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;width: 60%;"> |
| | | <el-table v-loading="loading" border :data="memoList" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;width: 60%;"> |
| | | <el-table-column label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="150"/> |
| | | |
| | | <el-table-column label="时间" prop="happenTime" sortable width="180px" align="center"> |
| | |
| | | style="background: #FEF7FC;" |
| | | /> |
| | | |
| | | <el-dialog :title="isEdit1 ? '编辑' : '新增'" :visible.sync="open" width="900px" append-to-body> |
| | | <el-dialog :title="isEdit1 ? '编辑' : '新增'" :visible.sync="open" width="900px" append-to-body @close='closeFn'> |
| | | <el-col > |
| | | <el-form ref="elForm" :model="formDat" :rules="rules" size="medium" label-width="100px"> |
| | | |
| | |
| | | |
| | | |
| | | <!-- 查看详情弹窗 --> |
| | | <el-dialog title="详情" :visible.sync="open2" width="900px" append-to-body> |
| | | <el-dialog title="详情" :visible.sync="open2" width="900px" append-to-body @close='closeFn'> |
| | | <el-col > |
| | | <el-form ref="elForm" :model="formDat" :rules="rules" size="medium" label-width="100px"> |
| | | |
| | |
| | | // 数据范围选项 |
| | | // 数据范围选项 |
| | | fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx', |
| | | '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'], |
| | | '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng','.M4A'], |
| | | fileList:[ |
| | | ], |
| | | fileList1:[], |
| | |
| | | |
| | | }, |
| | | methods: { |
| | | closeFn(){ |
| | | this.fileList = [] |
| | | this.fileListOther = [] |
| | | }, |
| | | // 弹窗 |
| | | handleShow(scope){ |
| | | |
| | |
| | | this.dialogFileUrl = file.url; |
| | | if(this.dialogFileUrl.includes("47.93.189.255")==true) |
| | | this.dialogFileUrl = this.dialogFileUrl.replace("47.93.189.255","www.bendudu.com") |
| | | //alert(this.dialogFileUrl) |
| | | alert(this.dialogFileUrl) |
| | | const Base64 = require('js-base64').Base64 |
| | | |
| | | this.desurl = process.env.VUE_APP_BASE_OTHER_API+"preview/"+'onlinePreview?url='+encodeURIComponent(Base64.encode(this.dialogFileUrl)); |
| | |
| | | .button1 { |
| | | background:center no-repeat url('../../assets/icons/add1.png') ; |
| | | /* margin-left: 69.5vw; */ |
| | | margin-left: 780px; |
| | | margin-left: 650px; |
| | | } |
| | | |
| | | .button_delete { |