diff --git a/src/components/page/articleList.vue b/src/components/page/articleList.vue index 79ff0c3..e4e9554 100644 --- a/src/components/page/articleList.vue +++ b/src/components/page/articleList.vue @@ -78,7 +78,7 @@ {{item.ctime}}

-
+
{{item.state,'tst' | stateChange}} @@ -142,11 +142,11 @@
-
+
Current Status : - {{item.state,'tst' | stateChange}} + {{7,'tst' | stateChange}} Click here to : Confirm the Proof @@ -467,7 +467,7 @@ let D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate(); res.data[i].ctime = Y + M + D; } - this.tableData = res.data; + this.tableData = res.data }) .catch(err => { console.log(err);