diff --git a/lib/client/src/components/patch/widget-vant-date-time-picker/index.js b/lib/client/src/components/patch/widget-vant-date-time-picker/index.js
new file mode 100644
index 000000000..39b7f7099
--- /dev/null
+++ b/lib/client/src/components/patch/widget-vant-date-time-picker/index.js
@@ -0,0 +1,17 @@
+/**
+ * Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
+ * Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved.
+ * Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * http://opensource.org/licenses/MIT
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
+ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations under the License.
+ */
+
+import widgetTimePicker from './index.vue'
+import setInstaller from '@/common/component-installer.js'
+
+setInstaller(widgetTimePicker)
+
+export default widgetTimePicker
diff --git a/lib/client/src/components/patch/widget-vant-date-time-picker/index.vue b/lib/client/src/components/patch/widget-vant-date-time-picker/index.vue
new file mode 100644
index 000000000..ff7cf5c98
--- /dev/null
+++ b/lib/client/src/components/patch/widget-vant-date-time-picker/index.vue
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/lib/client/src/components/project/create-page-dialog.vue b/lib/client/src/components/project/create-page-dialog.vue
index 380235fb2..f800b5704 100644
--- a/lib/client/src/components/project/create-page-dialog.vue
+++ b/lib/client/src/components/project/create-page-dialog.vue
@@ -319,7 +319,7 @@
})
}
}
- return res
+ return { id: res, pageName: this.formData.pageName }
} catch (e) {
console.error(e)
} finally {
diff --git a/lib/client/src/components/render-nocode/form/components/form-edit/association-value/components/rateValueRule.vue b/lib/client/src/components/render-nocode/form/components/form-edit/association-value/components/rateValueRule.vue
index b3ac2d2ac..d1a177b8b 100644
--- a/lib/client/src/components/render-nocode/form/components/form-edit/association-value/components/rateValueRule.vue
+++ b/lib/client/src/components/render-nocode/form/components/form-edit/association-value/components/rateValueRule.vue
@@ -11,6 +11,7 @@
size="small"
placeholder="表单字段"
:loading="!isCurrentTable && formListLoading"
+ :disabled="disabled"
@change="ruleChange">
的值处于