|
@@ -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>
|
|
|
|