소스 검색

提交代码

Lijy 11 달 전
부모
커밋
d2ec624a52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/financeAudit/financeAudit.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/financeAudit/financeAudit.vue

@@ -37,7 +37,7 @@
                 </el-table-column>
                 <el-table-column label="操作" align="center" fixed="right">
                     <template slot-scope="scope">
-                        <el-button @click="audit(scope.row)" type="text" v-if="tableForm.status == 1">审核</el-button>
+                        <el-button @click="audit(scope.row)" type="text" v-if="scope.row.reviewStatus == 1">审核</el-button>
                         <el-button type="text" @click="toDetail(scope.row)">查看详情</el-button>
                     </template>
                 </el-table-column>