睡眠报告周报与上周对比模块修改

This commit is contained in:
czz
2025-11-17 16:41:40 +08:00
parent fa11e2c937
commit 7541c18304
2 changed files with 21 additions and 20 deletions

View File

@@ -62,7 +62,8 @@ class IndicatorCompareCard extends StatelessWidget {
14.rpx, 10.rpx, 14.rpx, 10.rpx),
borderRadius: 0.rpx,
onTap: () {
if (AppConstants().ent_type == APPPackageType.MHT.code) {
if (AppConstants().ent_type ==
APPPackageType.MHT.code) {
showTipDialog(
context,
Text(
@@ -112,7 +113,7 @@ class IndicatorCompareCard extends StatelessWidget {
widget1: _buildHeader(headers, 0),
widget2: _buildHeader(headers, 1),
widget3: _buildHeader(headers, 2),
widget4: _buildHeader(headers, 3),
// widget4: _buildHeader(headers, 3),
),
/// 数据行
@@ -123,7 +124,7 @@ class IndicatorCompareCard extends StatelessWidget {
widget1: row[0],
widget2: row[1],
widget3: row[2],
widget4: row[3],
// widget4: row[3],
).paddingOnly(bottom: 0.rpx);
}).toList(),
),