|
|
@@ -9,6 +9,7 @@
|
|
|
<!-- 固定的表头和按钮区域 -->
|
|
|
<view class="fixed-header-wrapper">
|
|
|
<view style="width:100%;">
|
|
|
+ <t-table :headerBackgroundColor="'#F0F2F6'">
|
|
|
<t-tr header>
|
|
|
<t-th><view style="width:130upx;color:#333333;font-size:30upx;font-weight:bold;">时间</view></t-th>
|
|
|
<t-th><view style="width:120upx;color:#333333;font-size:30upx;font-weight:bold;">名称</view></t-th>
|
|
|
@@ -16,6 +17,7 @@
|
|
|
<t-th><view style="color:#333333;font-size:30upx;font-weight:bold;">变动</view></t-th>
|
|
|
<t-th><view style="color:#333333;font-size:30upx;font-weight:bold;">剩余</view></t-th>
|
|
|
</t-tr>
|
|
|
+ </t-table>
|
|
|
</view>
|
|
|
<view style="margin:20upx 0 0 70upx;background-color:#F0F2F6;padding-bottom:15upx;">
|
|
|
<button class="admin-button-com" :class="[hideCost==0?'blue':'']" style="margin-right:20upx;" @click="hideCost=0">开启成本</button>
|