Merge branch 'master' of bitbucket.org:jubilian/nhance_partner
This commit is contained in:
commit
f55c4ba1c1
@ -604,17 +604,17 @@ class _PerformanceState extends State<Performance> {
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
flex: 2,
|
||||
flex: 1,
|
||||
child: Text(
|
||||
"Partner Name",
|
||||
"Partner Code",
|
||||
textAlign: TextAlign.left,
|
||||
style: _headerStyle,
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
flex: 1,
|
||||
flex: 2,
|
||||
child: Text(
|
||||
"Partner Code",
|
||||
"Partner Name",
|
||||
textAlign: TextAlign.left,
|
||||
style: _headerStyle,
|
||||
),
|
||||
@ -674,14 +674,6 @@ class _PerformanceState extends State<Performance> {
|
||||
style: _tableDataStyle,
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
flex: 2,
|
||||
child: Text(
|
||||
row['agent_name'] ?? "",
|
||||
textAlign: TextAlign.left,
|
||||
style: _tableDataStyle,
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
flex: 1,
|
||||
child: Text(
|
||||
@ -690,6 +682,14 @@ class _PerformanceState extends State<Performance> {
|
||||
style: _tableDataStyle,
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
flex: 2,
|
||||
child: Text(
|
||||
row['agent_name'] ?? "",
|
||||
textAlign: TextAlign.left,
|
||||
style: _tableDataStyle,
|
||||
),
|
||||
),
|
||||
|
||||
if (widget.title == 'Performing Partner') ...[
|
||||
Expanded(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user