src/views/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/oss/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/index.vue
@@ -87,8 +87,10 @@ </template> </el-dialog> <el-dialog :title="titleDownload" v-model="visibleCode" width="500px" append-to-body> <p style="color: red">提取码将会在24小时后失效请尽快下载!</p> <span v-show="titleDownload=='查看提取码'">{{testtxt}}</span> <div style="width: 100%;text-align: center"> <p style="color: red; font-size: 20px">提取码将会在24小时后失效请尽快下载!</p> <span v-show="titleDownload=='查看提取码'" style="font-size: 80px;">{{testtxt}}</span> </div> <el-input style="margin: 10px 0" ref="inputRef" :style="inputSty" v-show="titleDownload=='输入提取码'" v-model="pasTxt" v-if="isContains(useUserStore().permissions, 'system:oss:download')" placeholder="请输入文件提取码"></el-input> <el-input style="margin: 10px 0" ref="inputRef" :style="inputSty" v-show="titleDownload=='请输入提取码'" v-model="pasTxt" placeholder="请输入文件提取码"></el-input> <!-- <el-button link type="primary" v-show="titleDownload=='输入提取码'" icon="Download" @click="handleDownloadFile()" v-if="isContains(useUserStore().permissions, 'system:oss:download')">下载</el-button>--> src/views/system/oss/index.vue
@@ -79,8 +79,10 @@ </template> </el-dialog> <el-dialog :title="titleDownload" v-model="visibleCode" width="500px" append-to-body> <p style="color: red">提取码将会在24小时后失效请尽快下载!</p> <span v-show="titleDownload=='查看提取码'">{{testtxt}}</span> <div style="width: 100%;text-align: center"> <p style="color: red; font-size: 20px">提取码将会在24小时后失效请尽快下载!</p> <span v-show="titleDownload=='查看提取码'" style="font-size: 80px;">{{testtxt}}</span> </div> <el-input style="margin: 10px 0" ref="inputRef" :style="inputSty" v-show="titleDownload=='输入提取码'" v-model="pasTxt" v-if="isContains(useUserStore().permissions, 'system:oss:download')" placeholder="请输入文件提取码"></el-input> <el-input style="margin: 10px 0" ref="inputRef" :style="inputSty" v-show="titleDownload=='请输入提取码'" v-model="pasTxt" placeholder="请输入文件提取码"></el-input> <!-- <el-button link type="primary" v-show="titleDownload=='输入提取码'" icon="Download" @click="handleDownloadFile()" v-if="isContains(useUserStore().permissions, 'system:oss:download')">下载</el-button>-->