+
+
\ No newline at end of file
diff --git a/src/components/lowCode/assistant/selectPage.vue b/src/components/lowCode/assistant/selectPage.vue
new file mode 100644
index 0000000..1ebab57
--- /dev/null
+++ b/src/components/lowCode/assistant/selectPage.vue
@@ -0,0 +1,195 @@
+
+
+
+
+{{valPrint(value,props.data.options)}}
+
+
\ No newline at end of file
diff --git a/src/components/lowCode/assistant/serialNumber.vue b/src/components/lowCode/assistant/serialNumber.vue
index 3389cbb..df9b980 100644
--- a/src/components/lowCode/assistant/serialNumber.vue
+++ b/src/components/lowCode/assistant/serialNumber.vue
@@ -21,6 +21,8 @@ const props = withDefaults(
numrun?: number
modelValue?: any // 子表和弹性布局时时有传
tProp?: string // 子表时的form-item的prop值,用于子表校验用
+ types?:number
+ control?:any
}>(),
{}
)
@@ -188,10 +190,13 @@ const formatCustomRules = () => {
}
-
+
NO.
+ NO.{{value}}
\ No newline at end of file
diff --git a/src/components/lowCode/assistant/signatureMap.vue b/src/components/lowCode/assistant/signatureMap.vue
index 13a5b5d..db4d8f0 100644
--- a/src/components/lowCode/assistant/signatureMap.vue
+++ b/src/components/lowCode/assistant/signatureMap.vue
@@ -1,13 +1,13 @@
- 签名版
+
\ No newline at end of file
diff --git a/src/components/lowCode/assistant/textareaPage.vue b/src/components/lowCode/assistant/textareaPage.vue
new file mode 100644
index 0000000..f1e9641
--- /dev/null
+++ b/src/components/lowCode/assistant/textareaPage.vue
@@ -0,0 +1,69 @@
+
+
+
+
+ {{value}}
+
+
\ No newline at end of file
diff --git a/src/components/lowCode/assistant/timePickerPage.vue b/src/components/lowCode/assistant/timePickerPage.vue
new file mode 100644
index 0000000..8a0e090
--- /dev/null
+++ b/src/components/lowCode/assistant/timePickerPage.vue
@@ -0,0 +1,78 @@
+
+
+
+
+ {{valPrint(value)}}
+
+
+
\ No newline at end of file
diff --git a/src/components/lowCode/assistant/treeSelectPage.vue b/src/components/lowCode/assistant/treeSelectPage.vue
new file mode 100644
index 0000000..6dde1e5
--- /dev/null
+++ b/src/components/lowCode/assistant/treeSelectPage.vue
@@ -0,0 +1,132 @@
+
+
+
+
+ {{valPrint(value,props.data)}}
+
+
\ No newline at end of file
diff --git a/src/components/lowCode/assistant/uploadPage.vue b/src/components/lowCode/assistant/uploadPage.vue
index 63aa57a..0f88bd8 100644
--- a/src/components/lowCode/assistant/uploadPage.vue
+++ b/src/components/lowCode/assistant/uploadPage.vue
@@ -25,6 +25,7 @@ const props = withDefaults(
control?: Object
config?: Object
data?: Object
+ types?:number
}>(),
{}
)
@@ -137,7 +138,7 @@ const uploadSuccess = (response: any, uploadFile: any, uploadFiles: any) => {
// console.log("uploadSuccess=fileList==>",fileList)
}
-
+{{types}}
(),
{}
)
@@ -142,7 +143,7 @@ const urlVal = ref("http://")
//访问URL
const openUrl = () => {
let patt = /^http(s)?:\/\/[\w-]+(\.[\w-]+)+(\:\d+)?(\/\w+)*(\?\w+=.*(\&\w+=.*)*)?$/i;
- // console.log("编码组件-url-1111-》",value.value,patt.test(value.value))
+ console.log("编码组件-url-1111-》",value.value,patt.test(value.value))
if(patt.test(value.value)){
// console.log("编码组件-url--》",value)
window.open(value.value,'_blank')
@@ -158,7 +159,7 @@ onMounted(() => {
})
-
+
@@ -167,7 +168,10 @@ onMounted(() => {
访问
+ {{urlVal}}{{value}}
\ No newline at end of file
diff --git a/src/components/lowCode/assistant/user.vue b/src/components/lowCode/assistant/user.vue
index 73456ef..789c4f1 100644
--- a/src/components/lowCode/assistant/user.vue
+++ b/src/components/lowCode/assistant/user.vue
@@ -10,6 +10,8 @@ const props = withDefaults(
defineProps<{
modelValue?: string
disabled?: boolean
+ types?:number
+ control?:any
}>(),
{}
)
@@ -57,11 +59,24 @@ onMounted(() => {
nextTick(() => {})
})
-
+/**
+@ 作者: 秦东
+@ 时间: 2025-06-10 11:13:06
+@ 功能: 输出结果
+*/
+const valPrint = (val:string) => {
+ if(val != "" && val != undefined){
+ let pickVal = JSON.parse(val)
+ if(Array.isArray(pickVal)){
+ return pickVal.join("、")
+ }
+ }
+}
{
-
+
+ {{valPrint(value)}}
\ No newline at end of file
diff --git a/src/components/lowCode/assistant/videoUpAndPlay.vue b/src/components/lowCode/assistant/videoUpAndPlay.vue
index 9be9a15..7f62750 100644
--- a/src/components/lowCode/assistant/videoUpAndPlay.vue
+++ b/src/components/lowCode/assistant/videoUpAndPlay.vue
@@ -13,6 +13,9 @@ const props = defineProps({
valInfo: {
type: String,
},
+ modelValue: {
+ type: String,
+ },
})
const configStyle = computed(() => {
// console.log("视频宽度",props.data)
@@ -50,7 +53,9 @@ const openVideo = () => {
const imgUrl = computed({
get() {
- if (props.valInfo != "") {
+ if (props.modelValue != "") {
+ return props.modelValue;
+ } else if (props.valInfo != "") {
return props.valInfo;
} else {
return props.data?.control.videoMsg[0].url;
diff --git a/src/components/lowCode/formItemGroups.vue b/src/components/lowCode/formItemGroups.vue
index ec2671a..489ea16 100644
--- a/src/components/lowCode/formItemGroups.vue
+++ b/src/components/lowCode/formItemGroups.vue
@@ -147,7 +147,7 @@ const getFormItemInputStyle = (ele: any,sty:number) => {
-
+