-
- {{valPrint(value,props.data.control.type,props.data.control.valueFormat)}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ valPrint(value, props.data.control.type,
+ props.data.control.valueFormat)
+ }}
+ {{ valPrint(value, props.data.control.type,
+ props.data.control.valueFormat)
+ }}
+
+
+
+
+
+ {{ formatStart
+ }}
+ {{ formatStart
+ }}
+
+
+
+ 至
+
+
+
+ {{ formatEnd
+ }}
+ {{formatEnd
+ }}
+
+
+
+
-
\ No newline at end of file
diff --git a/src/main.ts b/src/main.ts
index d679749..6cec772 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -10,10 +10,12 @@ import 'virtual:svg-icons-register';
import { setupStores } from '@/utils/pinia/stores/index'
import router from "@/utils/router/index"
import AppLowCode from '@/utils/lowCode/index'
+import { DatePicker, Picker,ConfigProvider } from '@nutui/nutui';
import 'font-awesome/css/font-awesome.min.css'
import '@/assets/css/reset.css'
import '@/assets/css/public.css'
+import '@nutui/nutui/dist/style.css'; // 全局样式或按需导入
import App from './App.vue'
@@ -25,6 +27,7 @@ app.use(ElementPlus, {
})
app.use(router)
app.use(AppLowCode)
+app.use(DatePicker).use(Picker).use(ConfigProvider);
// app.use(pinia.stores)
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
app.component(key, component)