yuanyiming 2 年之前
父節點
當前提交
3f88f6d741
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/activityManage/makerActvity.vue

+ 1 - 1
src/views/activityManage/makerActvity.vue

@@ -137,7 +137,7 @@
                         <el-button type="primary"  @click="MADetails(scope.row.acId)" 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>
+                        <el-button type="info" disabled v-show="scope.row.state==1" size="mini">审核</el-button>
                         
                         <el-button type="primary"  size="mini" @click="edit(scope)">申请表</el-button>
                         <el-button type="primary" v-show="scope.row.reportFile==''||scope.row.reportFile==null" size="mini" @click="end(scope.row)" >完结</el-button>