diff --git a/61651.5fdec027.async.js b/61651.133c621b.async.js
similarity index 98%
rename from 61651.5fdec027.async.js
rename to 61651.133c621b.async.js
index 433d0e251d..c426f23808 100644
--- a/61651.5fdec027.async.js
+++ b/61651.133c621b.async.js
@@ -557,6 +557,12 @@ var ReservationDialog = function ReservationDialog(_ref) {
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
disabled: dataInfo !== null && dataInfo !== void 0 && dataInfo.reservations_id ? true : false,
+ showSearch: true,
+ filterOption: function filterOption(input, option) {
+ var _option$label;
+ var realName = (option === null || option === void 0 || (_option$label = option.label) === null || _option$label === void 0 ? void 0 : _option$label.toLowerCase()) || '';
+ return realName.includes(input.toLowerCase());
+ },
options: users
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
@@ -564,7 +570,7 @@ var ReservationDialog = function ReservationDialog(_ref) {
label: "\u9884\u7EA6\u4EBA\u7535\u8BDD",
colon: false,
rules: [{
- required: false,
+ required: true,
message: '请输入正确的手机号',
pattern: new RegExp(/^1(3|4|5|6|7|8|9)\d{9}$/, 'g')
}],
diff --git a/index.html b/index.html
index a9e2b79274..9ab0cfa68e 100644
--- a/index.html
+++ b/index.html
@@ -27,7 +27,7 @@
display: block !important;
}
-
+