ap-dev 1.1.21 → 1.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -568,7 +568,13 @@ cellClassName: (param) => {
|
|
|
568
568
|
default: '',
|
|
569
569
|
memo: '显示的标题',
|
|
570
570
|
code: '<span class="api-code">label: "名称",</span>'
|
|
571
|
-
},
|
|
571
|
+
},{
|
|
572
|
+
name: 'help',
|
|
573
|
+
type: '字符串',
|
|
574
|
+
default: '',
|
|
575
|
+
memo: '提示信息',
|
|
576
|
+
code: `<span class="api-code">help: "这是提示信息" <br> help: "<div style='color:red'>这是标题提示</div>", </span>`
|
|
577
|
+
}, {
|
|
572
578
|
name: 'prop',
|
|
573
579
|
type: '字符串',
|
|
574
580
|
default: '',
|
|
@@ -1483,7 +1489,7 @@ searchPickerParamsMain: (row, col, selectedNode) => {
|
|
|
1483
1489
|
|
|
1484
1490
|
// 列属性
|
|
1485
1491
|
const columnsRowSpan = 1
|
|
1486
|
-
const colCommonRowSpan =
|
|
1492
|
+
const colCommonRowSpan = 11
|
|
1487
1493
|
const colCommonStyleRowSpan = 6
|
|
1488
1494
|
const colCommonRenderRowSpan = 7
|
|
1489
1495
|
const inputRowSpan = 1
|