lsw hace 9 meses
padre
commit
cc605950a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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">