yuanyiming 1 年之前
父节点
当前提交
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>