Merge remote-tracking branch 'origin/feature/feature-20250331-h5' into feature/feature-20250331-h5

# Conflicts:
#	src/views/Design/components/Questions/MatrixCheckbox.vue
#	src/views/Survey/views/Preview/components/questions/PreviewNPS.vue
#	src/views/Survey/views/Preview/components/questions/PreviewRate.vue
This commit is contained in:
陈昱达
2025-03-23 17:57:06 +08:00
22 changed files with 73 additions and 160 deletions

View File

@@ -36,7 +36,7 @@ const isOptionChecked = (rowIndex: number, colIndex: number): boolean => {
};
// 当 matrix radio 选中时,更新 rowRecord 和 matrixAnswer
function handleMatrixCheckboxChange(row: number, col: number) {
function handleMatrixCheckboxChange (row: number, col: number) {
// 获取 colIndexArray
if (!rowRecord.value[row]) {
// 如果没有对应的row创建一个