This commit is contained in:
2025-04-03 14:03:09 +08:00
parent bcacabf793
commit 9e7404372d

View File

@@ -78,7 +78,7 @@
<b style="font-weight: normal;margin: 0 0 0 5px;">{{item.ctime}}</b> <b style="font-weight: normal;margin: 0 0 0 5px;">{{item.ctime}}</b>
</p> </p>
<div class="man_state" :style="item.state,'3' | stateChange"> <div class="man_state" :style="item.state,'3' | stateChange" v-if="item.proof==0">
<b :style="item.state,'4' | stateChange"> <b :style="item.state,'4' | stateChange">
{{item.state,'tst' | stateChange}} {{item.state,'tst' | stateChange}}
</b> </b>
@@ -142,11 +142,11 @@
</router-link> </router-link>
</div> </div>
<div class="man_progess" v-if="item.state==7" :style="item.state,'7' | stateChange"> <div class="man_progess" v-if="item.proof==1" :style="7,'7' | stateChange">
<font style="color: #666b7a;"> <font style="color: #666b7a;">
Current Status : Current Status :
</font> </font>
<b style="margin: 0 0 0 5px;color: #5fab3b;">{{item.state,'tst' | stateChange}} </b> <b style="margin: 0 0 0 5px;color: #5fab3b;">{{7,'tst' | stateChange}} </b>
<router-link :to="{path:'/articleProcessConfirm',query:{id:item.article_id}}" style="color: #333;"> <router-link :to="{path:'/articleProcessConfirm',query:{id:item.article_id}}" style="color: #333;">
<span style="margin: 0 4px 0 5px;">Click here to :</span> <span style="margin: 0 4px 0 5px;">Click here to :</span>
<b style="color: #5fab3b;">Confirm the Proof</b> <b style="color: #5fab3b;">Confirm the Proof</b>
@@ -467,7 +467,7 @@
let D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate(); let D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();
res.data[i].ctime = Y + M + D; res.data[i].ctime = Y + M + D;
} }
this.tableData = res.data; this.tableData = res.data
}) })
.catch(err => { .catch(err => {
console.log(err); console.log(err);