|
@@ -91,21 +91,22 @@ class _JobListState extends BaseState<JobListPage, JobListController> {
|
|
|
controller.showFilterDialog();
|
|
|
}).marginOnly(right: 15),
|
|
|
]),
|
|
|
- //添加用工请求按钮
|
|
|
- MyButton(
|
|
|
- type: ClickType.throttle,
|
|
|
- milliseconds: 500,
|
|
|
- onPressed: () {
|
|
|
- FocusScope.of(context).unfocus();
|
|
|
- controller.gotoLabourRequestAddPage();
|
|
|
- },
|
|
|
- text: "Create New Job".tr,
|
|
|
- textColor: ColorConstants.white,
|
|
|
- fontSize: 16,
|
|
|
- radius: 20,
|
|
|
- backgroundColor: hexToColor("#FFBB1B"),
|
|
|
- fontWeight: FontWeight.w500,
|
|
|
- ).marginOnly(left: 15, right: 15, top: 15, bottom: 5),
|
|
|
+
|
|
|
+ // //添加用工请求按钮
|
|
|
+ // MyButton(
|
|
|
+ // type: ClickType.throttle,
|
|
|
+ // milliseconds: 500,
|
|
|
+ // onPressed: () {
|
|
|
+ // FocusScope.of(context).unfocus();
|
|
|
+ // controller.gotoLabourRequestAddPage();
|
|
|
+ // },
|
|
|
+ // text: "Create New Job".tr,
|
|
|
+ // textColor: ColorConstants.white,
|
|
|
+ // fontSize: 16,
|
|
|
+ // radius: 20,
|
|
|
+ // backgroundColor: hexToColor("#FFBB1B"),
|
|
|
+ // fontWeight: FontWeight.w500,
|
|
|
+ // ).marginOnly(left: 15, right: 15, top: 15, bottom: 5),
|
|
|
|
|
|
//底部的列表
|
|
|
EasyRefresh(
|