gks 1 жил өмнө
parent
commit
1f71dac78a

+ 2 - 2
src/views/GATHER/index.vue

@@ -163,7 +163,7 @@
             @click="handleDetail(scope.row, 0)">查看</el-button>
           <!-- {{scope.row.collStatus}}--{{scope.row.approveStatus}} -->
 
-          <el-button style="margin: 0 2px" v-if="scope.row.approveStatus == 1 && 
+          <el-button style="margin: 0 2px" v-if="scope.row.approveStatus == 0 || scope.row.approveStatus == 3 && 
             checkPermi(['gather:GATHER:edit']) // 编辑权限
             " size="mini" type="text" @click="handleDetail(scope.row, 1)">修改</el-button>
         </template>
@@ -354,7 +354,7 @@
         <el-button type="primary" @click="cancel">返 回</el-button>
       </div>
 
-      <div class="remark" v-if="form.remark != null && form.approveStatus == 2">
+      <div class="remark" v-if="form.remark != null && form.approveStatus == 3">
         <div class="remark_title">驳回理由:</div>
         <div class="remark_text">{{ form.remark }}</div>
       </div>