去除本子更新(同步更新)

This commit is contained in:
chuzhongzai
2023-12-23 15:33:19 +08:00
parent 85b8a8c2a3
commit 83c093c4ee
2 changed files with 0 additions and 18 deletions
-4
View File
@@ -25,7 +25,6 @@
<el-button @click="deleteGallery(props.row.gid)" :disabled="props.row.status !== '下载完成'">删除</el-button>
<el-button @click="editGalleryTag(props.row)">编辑标签</el-button>
<el-button @click="updateGallery(props.row.link)" :disabled="props.row.status !== '下载完成'">更新</el-button>
<el-button @click="shareGallery({gid:props.row.gid, shortName:props.row.shortName + '.zip'})" v-show="isLion" :disabled="props.row.status !== '下载完成'">分享</el-button>
</template>
</el-table-column>
@@ -301,9 +300,6 @@ function disMark(gid, tid){
function downloadTask(link){
window.open(link)
}
function updateGallery(link){
store.dispatch("updateGallery", link)
}
function deleteGallery(gid){
store.dispatch("deleteGallery", gid)
}