Merge remote-tracking branch 'websoft/master'

This commit is contained in:
2026-08-13 20:56:00 +08:00
44 changed files with 1170 additions and 806 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ export const option = createCrudOption([
label: '备注',
prop: 'remark',
type: 'textarea',
minRows: 4,
minRows: 2,
span: 24,
maxlength: 200,
showWordLimit: true,
+1 -1
View File
@@ -127,7 +127,7 @@ export const option = {
label: '备注',
prop: 'remark',
type: 'textarea',
minRows: 4,
minRows: 2,
span: 24,
minWidth: 180,
maxlength: 500,
+1 -1
View File
@@ -253,7 +253,7 @@ export const option = createCrudOption([
prop: 'signType',
type: 'select',
search: false,
span: 6,
span: 8,
order: 190,
dicData: signTypeOptions,
minWidth: 120,
+1 -1
View File
@@ -101,7 +101,7 @@ export const option = {
label: '备注',
prop: 'remark',
type: 'textarea',
minRows: 4,
minRows: 2,
span: 24,
minWidth: 180,
addDisplay: false,