yuanyiming hai 1 ano
pai
achega
f12a80b927
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/fundManage/makerfund.vue

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

@@ -184,7 +184,7 @@
               <div class="operations">
                 <el-button type="primary" size="mini" @click="details(scope.row.fid,scope.row.title,scope.row.acId)">查看详情</el-button>
 
-                <el-button type="primary" v-show="scope.row.state==0" size="mini" @click="Audit(scope.row,0)">提交审核</el-button>
+                <el-button type="primary" v-show="scope.row.state==0" size="mini" @click="Audit(scope.row,0)">提交</el-button>
                 <el-button type="primary"  v-show="scope.row.state==1" class="disa" size="mini">已提交</el-button>
                 <el-button type="primary"  v-show="scope.row.state!=1 && scope.row.state!=0" class="disa" size="mini">已提交</el-button>