Q-ABAB 1 éve
szülő
commit
234a288c9e

+ 0 - 1
src/views/activityManage/makerActvity.vue

@@ -491,7 +491,6 @@ import { ActivityWord } from '@/components/tool/getWord';
             uid:this.$store.state.userInfo.userid,
             aid:val.acId
           }).then(result=>{
-            console.log(result);
             if(result['data'][0].length>0){
               this.endTable.title = val.title;
               this.endFundData = result['data'][0];

+ 2 - 2
src/views/fundManage/makerfund.vue

@@ -193,14 +193,14 @@
                 <el-button type="primary"   v-if="scope.row.state==0&& $store.state.userInfo.type==0" class="disa" size="mini">审核</el-button>
                 <el-button type="primary" @click="Audit(scope.row,1)"  v-if="scope.row.state==1&& $store.state.userInfo.type==0" size="mini">审核</el-button>
                 <el-button type="primary"   v-if="scope.row.state==2&& $store.state.userInfo.type==0" class="disa" size="mini">已审核</el-button>
-                <el-button type="primary"   v-if="scope.row.state==3&& $store.state.userInfo.type==0" class="disa" size="mini">已完结</el-button>
+                <el-button type="primary"   v-if="scope.row.state==3&& $store.state.userInfo.type==0" class="disa" size="mini">已审核</el-button>
 
 
 
                 <el-button  v-if="scope.row.state==0"  class="disa" type="primary"  size="mini">完结</el-button>
                 <el-button  v-if="scope.row.state==1" class="disa"  type="primary"  size="mini">完结</el-button>
                 <el-button  v-if="scope.row.state==2" @click="endDialogShow(scope.row.fid)"   type="primary" size="mini">完结</el-button>
-                <el-button  v-if="scope.row.state==3" class="disa" type="primary" size="mini">已完结</el-button>
+                <el-button  v-if="scope.row.state==3" class="disa" type="primary" size="mini">已报销</el-button>
 
 
               </div>