睡眠报告周报与上周对比模块修改
This commit is contained in:
@@ -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(),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user