Commit e6ce1165 authored by 小费同学阿's avatar 小费同学阿 💬

2k

parent 38c76c2d
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
<el-table <el-table
ref="table" ref="table"
v-loading="loading" v-loading="loading"
style="cursor: pointer;"
:header-cell-style="{background:'#F4F4F4'}" :header-cell-style="{background:'#F4F4F4'}"
:data="revenueList" :data="revenueList"
:row-class-name="tableRowClassName" :row-class-name="tableRowClassName"
......
...@@ -105,6 +105,7 @@ ...@@ -105,6 +105,7 @@
<el-table <el-table
ref="table" ref="table"
v-loading="loading" v-loading="loading"
style="cursor: pointer;"
:header-cell-style="{background:'#F4F4F4'}" :header-cell-style="{background:'#F4F4F4'}"
:data="paymentList" :data="paymentList"
@select="selectChange" @select="selectChange"
......
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
<el-table <el-table
ref="table" ref="table"
v-loading="loading" v-loading="loading"
style="cursor: pointer;"
:header-cell-style="{background:'#F4F4F4'}" :header-cell-style="{background:'#F4F4F4'}"
:data="revenueList" :data="revenueList"
@select="selectChange" @select="selectChange"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment