|
@@ -135,15 +135,8 @@
|
|
|
<div class="operations">
|
|
|
<!-- <el-button type="primary" > -->
|
|
|
<el-button type="primary" @click="MADetails(scope.row.acId)" size="mini">查看详情</el-button>
|
|
|
-<<<<<<< HEAD
|
|
|
<el-button type="primary" v-show="scope.row.state==0" @click="audi(scope.row)" size="mini">审核</el-button>
|
|
|
<el-button type="info" disabled v-show="scope.row.state==1" @click="audi(scope.row)" size="mini">审核</el-button>
|
|
|
-=======
|
|
|
-
|
|
|
- <el-button type="primary" v-if="scope.row.state==0" @click="audi(scope.row)" size="mini">审核</el-button>
|
|
|
- <el-button type="info" disabled style="background-color: #c8c9cc;border-color: #c8c9cc;cursor: no-drop;" v-if="scope.row.state==1" @click="audi(scope.row)" size="mini">审核</el-button>
|
|
|
-
|
|
|
->>>>>>> 1a40f4474359a33ad35933277aac9e657fbc7bd2
|
|
|
<el-button type="primary" size="mini" @click="edit(scope)">申请表</el-button>
|
|
|
<el-button type="primary" v-if="scope.row.reportFile==''||scope.row.reportFile==null" size="mini" @click="end(scope.row)" >完结</el-button>
|
|
|
<el-button type="info" v-show="scope.row.reportFile!=''&&scope.row.reportFile!=null" size="mini" disabled>完结</el-button>
|