Merge branch 'main' into pages

This commit is contained in:
xiaoxian521
2024-05-14 18:02:09 +08:00
25 changed files with 7140 additions and 5815 deletions

View File

@@ -127,7 +127,6 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}

View File

@@ -180,7 +180,6 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}

View File

@@ -180,7 +180,6 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}

View File

@@ -197,7 +197,7 @@ const next = (actives: number, values: any) => {
v-model="active"
simple
class="w-[800px] m-auto"
:data="stepForm"
:data="stepForm as any"
align-center
@next="next"
/>