shish 8 месяцев назад
Родитель
Сommit
97acc59f0d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      ghsApp/src/pagesStorehouse/stockWarn/detailed.vue

+ 2 - 0
ghsApp/src/pagesStorehouse/stockWarn/detailed.vue

@@ -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>