上传http与https的处理,优化Aajx的超时时间

This commit is contained in:
daihh
2023-03-28 16:10:15 +08:00
parent e34c9873bd
commit 7b72e42798
8 changed files with 40 additions and 145 deletions

View File

@@ -74,7 +74,7 @@
<el-table style="margin:10px 32px 10px 22px;" :data="pageData" border stripe>
<el-table-column label="序号" type="index" width="50"></el-table-column>
<el-table-column v-if="forChoose" label="选择" width="80">
<template slot-scope="scope">
<template slot-scope="scope" v-if="scope.row.published">
<el-button type="default" size="mini" @click="handleChoose(scope.row)">选择</el-button>
</template>
</el-table-column>