From 9e10e7d221c8a7f5ca20ce11d0d721eff5370720 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 13 Apr 2021 15:06:22 +0800 Subject: [PATCH] 20210413 后台订单管理修改 --- zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html b/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html index 72e8f44..8aa79f5 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive-erp/order/projService-list.html @@ -54,7 +54,7 @@ <select class="form-control" name="state" id="state"> <option value="">-- 请选择服务状态 --</option> <option value="待预约">待预约</option> - <option value="预约成功待处理">预约成功待处理</option> +<!-- <option value="预约成功待处理">预约成功待处理</option>--> <option value="预约失败">预约失败</option> <option value="预约取消">预约取消</option> <option value="需配料">需配料</option> -- Gitblit v1.9.1