lsw 9 달 전
부모
커밋
cc605950a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      admin-ui/src/views/work/pay/cash_out.vue

+ 1 - 1
admin-ui/src/views/work/pay/cash_out.vue

@@ -36,7 +36,7 @@
       <el-table-column label="提现时间" align="center" prop="createTime" width="200" />
       <el-table-column label="操作" align="center" width="200">
         <template slot-scope="scope">
-          <el-button size="mini" type="text" icon="el-icon-edit" @click="op('edit', scope.row)" v-hasPermi="['work:pay:audit']" v-if="scope.row == 0">确认</el-button>
+          <el-button size="mini" type="text" icon="el-icon-edit" @click="op('edit', scope.row)" v-hasPermi="['work:pay:audit']" v-if="scope.row.state == 0">确认</el-button>
         </template>
       </el-table-column>
       <template slot="empty">