yuanyiming 1 год назад
Родитель
Сommit
f12a80b927
1 измененных файлов с 1 добавлено и 1 удалено
  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>