fix(firstPurchase): rm settleDate slot. fix bug-66

This commit is contained in:
woody 2025-05-08 09:28:31 +08:00
parent 80b56d78a7
commit c09af127fa
1 changed files with 0 additions and 8 deletions

View File

@ -49,14 +49,6 @@
width="200"
:label="'奖金日期'"
>
<template slot-scope="scope">
<div
@click="dateHref(scope.row)"
:class="marketList[0].isShow == true ? 'style1' : ''"
>
{{ scope.row.settleDate }}
</div>
</template>
</el-table-column>
<el-table-column
align="center"