update:问卷UI修改

This commit is contained in:
du.meimei
2025-03-17 20:45:22 +08:00
parent 0a7be4b14b
commit 748f197ed3
38 changed files with 455 additions and 395 deletions

View File

@@ -21,14 +21,14 @@ const { element } = toRefs(props);
*/
const tableInputTypeMapping = (/** regx?: any */) => {
switch (element.value.question_type) {
case 8:
return 'text';
case 9:
return 'radio';
case 10:
return 'checkbox';
default:
return 'radio';
case 8:
return 'text';
case 9:
return 'radio';
case 10:
return 'checkbox';
default:
return 'radio';
}
};