This commit is contained in:
yanran200730
2021-12-03 15:50:06 +08:00
4 changed files with 5 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ export default {
},
created() {
this.checkAccess()
document.title = "调查问卷"
}
}
</script>

View File

@@ -23,7 +23,7 @@
</template>
<template v-else-if="op.fieldType=='upload'">
<ai-uploader @list="v=>op.fieldValue=v.map(e=>e.url)" :def="op.fieldValue" :disabled="isResult"
preview/>
preview action="/admin/file/add2"/>
</template>
<u-row v-else-if="op.fieldType=='radio'">
<radio-group @change="({detail})=>op.fieldValue=detail.value">