fix(ui): 调整多处textarea组件的最小行数为2

- 统一将备注、详细地址、任务描述等多个textarea字段的minRows从3改为2
- 涉及多个业务模块,包括车辆、作业、数据记录、系统等
- 优化表单布局,提升视觉紧凑度和用户体验
- 调整内容不影响功能,仅样式属性的配置变更
This commit is contained in:
2026-08-13 17:02:11 +08:00
parent b64465a4c3
commit 8b35fcaa0d
15 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export const createOption = () => ({
prop: 'detailAddress',
formslot: true,
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
minWidth: 220,
showOverflowTooltip: true,
+1 -1
View File
@@ -88,7 +88,7 @@ export const option = {
label: '备注',
prop: 'remark',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 18,
order: 360,
minWidth: 180,
+1 -1
View File
@@ -539,7 +539,7 @@ export const option = {
prop: 'attachmentsJson',
type: 'textarea',
formslot: true,
minRows: 3,
minRows: 2,
span: 24,
order: 260,
hide: true,
+1 -1
View File
@@ -676,7 +676,7 @@ export const option = {
label: '附件',
prop: 'attachmentsJson',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
hide: true,
display: false,
+2 -2
View File
@@ -373,7 +373,7 @@ export default {
label: '任务描述',
prop: 'jobDescription',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
},
],
@@ -509,7 +509,7 @@ export default {
labelTip: '供开发者使用,用于功能扩展,powerjob 自身不会使用该字段',
prop: 'extra',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
},
],
+1 -1
View File
@@ -74,7 +74,7 @@ export default {
label: '任务备注',
prop: 'jobRemark',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
},
],
+1 -1
View File
@@ -159,7 +159,7 @@ export const option = {
label: '备注',
prop: 'remark',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
minWidth: 180,
overHidden: true,
@@ -166,7 +166,7 @@ export const option = {
label: '备注',
prop: 'remark',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
minWidth: 180,
overHidden: true,
+1 -1
View File
@@ -124,7 +124,7 @@ export const option = {
label: '备注',
prop: 'remark',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
order: 10,
minWidth: 180,
+1 -1
View File
@@ -167,7 +167,7 @@ export const option = {
label: '备注',
prop: 'remark',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
hide: true,
rules: [{ max: 200, message: '备注最多 200 个字', trigger: 'blur' }],
+2 -2
View File
@@ -181,7 +181,7 @@ export const option = {
label: '过程描述',
prop: 'processDescription',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
minWidth: 220,
overHidden: true,
@@ -195,7 +195,7 @@ export const option = {
label: '处理结果',
prop: 'processResult',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
minWidth: 220,
overHidden: true,
+1 -1
View File
@@ -370,7 +370,7 @@ export default {
label: '详细地址',
prop: 'detailAddress',
type: 'textarea',
minRows: 3,
minRows: 2,
span: 24,
minWidth: 220,
overHidden: false,
+3 -3
View File
@@ -200,7 +200,7 @@ export default {
prop: 'oldData',
type: 'textarea',
span: 24,
minRows: 3,
minRows: 2,
hide: true,
},
{
@@ -208,7 +208,7 @@ export default {
prop: 'newData',
type: 'textarea',
span: 24,
minRows: 3,
minRows: 2,
hide: true,
},
{
@@ -216,7 +216,7 @@ export default {
prop: 'recordResult',
type: 'textarea',
span: 24,
minRows: 3,
minRows: 2,
hide: true,
},
{
+1 -1
View File
@@ -216,7 +216,7 @@ export default {
label: '备注',
prop: 'remark',
span: 24,
minRows: 3,
minRows: 2,
hide: true,
type: 'textarea',
},
+1 -1
View File
@@ -217,7 +217,7 @@ export default {
label: '备注',
prop: 'remark',
span: 24,
minRows: 3,
minRows: 2,
hide: true,
type: 'textarea',
},