| | |
| | | <el-row style="text-align: center"> |
| | | <el-col> |
| | | <el-input v-model="input1" placeholder="请输入提取码" style="width: 150px"> |
| | | </el-input> |
| | | </el-input> |
| | | <el-button type="primary" @click="downloadFile">下载</el-button> |
| | | <el-button type="primary" plain icon="Upload" @click="handleFile" v-if="isContains(useUserStore().permissions, 'system:oss:upload')">上传文件</el-button> |
| | | </el-col> |
| | | |
| | | <!-- <el-col :span="1.5">--> |
| | |
| | | const lookPawsd = async (row:any) => { |
| | | console.log(row); |
| | | // row.msg = ':/"123456' |
| | | testtxt.value = row.msg.slice(2); |
| | | // testtxt.value = row.msg.slice(2); |
| | | titleDownload.value = '查看提取码' |
| | | pasTxt.value = '' |
| | | visibleCode.value = true |