From afd90fb801debcca600ae001f1391134bc09b05b Mon Sep 17 00:00:00 2001 From: ngfchl Date: Tue, 6 Dec 2022 18:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auto_pt/downloading.html | 4 ++-- templates/auto_pt/status.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/auto_pt/downloading.html b/templates/auto_pt/downloading.html index d27357f..cda7c76 100644 --- a/templates/auto_pt/downloading.html +++ b/templates/auto_pt/downloading.html @@ -275,9 +275,9 @@ :sort-config="{trigger: 'cell', orders: ['desc', 'asc', null]}" highlight-current-row style="width: 100%;"> - + - + diff --git a/templates/auto_pt/status.html b/templates/auto_pt/status.html index f9c8bfd..c7437fe 100644 --- a/templates/auto_pt/status.html +++ b/templates/auto_pt/status.html @@ -120,11 +120,11 @@
- 排序 + 关注度 - 排序按钮单次步进值: + 关注度按钮单次步进值:
@@ -236,7 +236,7 @@
- 排序 + 关注度 @@ -411,7 +411,7 @@ axios.get( "{% url 'site_sort_api' %}" + `?id=${id}&sort=${sort}` ).then(res => { - console.log('修改排序成功', res.data) + console.log('修改关注度成功', res.data) {#let data = res.data#} {#console.log(typeof res.data.data)#} if (res.data.code === 0) { @@ -428,10 +428,10 @@ }); } }).catch(res => { - console.log('修改排序失败', res) + console.log('修改关注度失败', res) this.$message({ type: 'warning', - message: '修改排序失败!' + res + message: '修改关注度失败!' + res }); }) },