@@ -68,26 +68,7 @@ class ContractRecordsHtmlPage extends GetView<ContractRecordsHtmlController> {
],
),
)
- : Positioned(
- bottom: 8,
- left: 200,
- right: 200,
- child: Row(
- mainAxisAlignment: MainAxisAlignment.spaceAround,
- children: [
- VButton(
- label: "签 约",
- onTap: () async {
- var uplateResult =
- await controller.renewalContractRecordAsync();
- if (uplateResult.isNotEmpty) {
- PromptBox.toast('签约成功');
- }
- },
- ),
- ],
- );
+ : SizedBox();
},