| | |
| | | <template #header> |
| | | <el-row :gutter="10" class="mb8"> |
| | | <el-col :span="1.5"> |
| | | <el-button type="primary" plain icon="Upload" @click="handleFile" v-if="isContains(useUserStore().permissions, 'system:oss:upload')">上传文件</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 handleFile = () => { |
| | | |
| | | reset(); |
| | | type.value = 0; |
| | | dialog.visible = true; |
| | |
| | | dialog.visible = false; |
| | | } |
| | | const lookPawsd = async (row: any) => { |
| | | // percentage2.value = 0; |
| | | console.log(row, row.ossId); |
| | | testtxt.value = row.msg; |
| | | titleDownload.value = '查看提取码' |