|
@@ -1623,6 +1623,16 @@ export const formComponents = [
|
|
|
look:true,
|
|
|
text:true,
|
|
|
custom: [
|
|
|
+ {
|
|
|
+ key: 'rowHeaders',
|
|
|
+ label: '行头',
|
|
|
+ type: 'bool',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key: 'colHeaders',
|
|
|
+ label: '列头',
|
|
|
+ type: 'bool',
|
|
|
+ },
|
|
|
{
|
|
|
key: 'bordered',
|
|
|
label: '边框',
|
|
@@ -1643,6 +1653,11 @@ export const formComponents = [
|
|
|
label: '最大展示数',
|
|
|
type: 'number',
|
|
|
},
|
|
|
+ {
|
|
|
+ key:'columns',
|
|
|
+ label: '列配置',
|
|
|
+ type: 'code',
|
|
|
+ },
|
|
|
{
|
|
|
key: 'data',
|
|
|
label: '数据',
|
|
@@ -1781,6 +1796,11 @@ export const formComponents = [
|
|
|
label: '最大展示数',
|
|
|
type: 'number',
|
|
|
},
|
|
|
+ {
|
|
|
+ key:'columns',
|
|
|
+ label: '列配置',
|
|
|
+ type: 'code',
|
|
|
+ },
|
|
|
{
|
|
|
key: 'data',
|
|
|
label: '数据',
|
|
@@ -2043,6 +2063,11 @@ export const formComponents = [
|
|
|
label: '最大展示数',
|
|
|
type: 'number',
|
|
|
},
|
|
|
+ {
|
|
|
+ key:'columns',
|
|
|
+ label: '列配置',
|
|
|
+ type: 'code',
|
|
|
+ },
|
|
|
{
|
|
|
key: 'data',
|
|
|
label: '数据',
|
|
@@ -2267,6 +2292,11 @@ export const formComponents = [
|
|
|
label: '分页配置',
|
|
|
type: 'code',
|
|
|
},
|
|
|
+ {
|
|
|
+ key:'columns',
|
|
|
+ label: '列配置',
|
|
|
+ type: 'code',
|
|
|
+ },
|
|
|
{
|
|
|
key: 'data',
|
|
|
label: '数据',
|