浏览代码

工作台

walter 8 月之前
父节点
当前提交
f8a7c6aa96
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/workbench/task.vue

+ 3 - 3
src/components/workbench/task.vue

@@ -147,9 +147,9 @@ export default {
     pts.unshift({code:'all',id:0,name:'积分类型'})
     const publishSort = [{id:1,name:'按截止时间',code:'expire_time'},{id:2,name:'按发布时间',code:'create_time'}]
     const publishStatus = [
-      {code:'all',id:1,name:'悬赏状态'},
-      {code:'waiting',id:2,name:'领取'},
-      {code:'catch',id:3,name:'领取'},
+      {code:'all',id:1,name:'领取情况'},
+      {code:'waiting',id:2,name:'领取'},
+      {code:'catch',id:3,name:'不可领取'},
     ]
     return {
       tabs:tabs,