fix(firstPurchase): rm settleDate slot. fix bug-66
This commit is contained in:
parent
80b56d78a7
commit
c09af127fa
|
@ -49,14 +49,6 @@
|
||||||
width="200"
|
width="200"
|
||||||
:label="'奖金日期'"
|
: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>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
|
|
Loading…
Reference in New Issue