mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 03:28:20 +08:00
amis-saas-6890 [研发任务] 「编辑器」文案统一
Change-Id: If7a253552ea432410da0ceb20bccd47425172f78
This commit is contained in:
parent
cd34c39f9a
commit
a9af5e1ec8
@ -143,7 +143,7 @@ const normalizeBodySchema = (
|
||||
* @param {Object=} panels
|
||||
* @param {string=} key
|
||||
* `property` 属性
|
||||
* `common` 常用
|
||||
* `common` 基本
|
||||
* `status` 状态
|
||||
* `validation` 校验
|
||||
* `style` 样式
|
||||
@ -215,7 +215,7 @@ export const formItemControl: (
|
||||
: [
|
||||
{
|
||||
...collapseProps,
|
||||
header: '常用',
|
||||
header: '基本',
|
||||
key: 'common',
|
||||
body: normalizeBodySchema(
|
||||
[
|
||||
|
@ -54,7 +54,7 @@ export class AvatarPlugin extends BasePlugin {
|
||||
getSchemaTpl('collapseGroup', [
|
||||
{
|
||||
className: 'p-none',
|
||||
title: '常用',
|
||||
title: '基本',
|
||||
body: [
|
||||
// 如果同时存在 src、text 和 icon,会优先用 src、接着 text、最后 icon
|
||||
{
|
||||
|
@ -185,7 +185,7 @@ export class TableViewPlugin extends BasePlugin {
|
||||
body: [
|
||||
getSchemaTpl('collapseGroup', [
|
||||
{
|
||||
title: '常用',
|
||||
title: '基本',
|
||||
body: [
|
||||
{
|
||||
label: '标题',
|
||||
|
@ -59,7 +59,7 @@ export class TooltipWrapperPlugin extends BasePlugin {
|
||||
body: [
|
||||
getSchemaTpl('collapseGroup', [
|
||||
{
|
||||
title: '常用',
|
||||
title: '基本',
|
||||
body: [
|
||||
{
|
||||
type: 'input-text',
|
||||
|
@ -39,7 +39,7 @@ export class WrapperPlugin extends BasePlugin {
|
||||
body: [
|
||||
getSchemaTpl('collapseGroup', [
|
||||
{
|
||||
title: '常用',
|
||||
title: '基本',
|
||||
body: [
|
||||
{
|
||||
label: '内间距',
|
||||
@ -95,8 +95,7 @@ export class WrapperPlugin extends BasePlugin {
|
||||
items: [
|
||||
{
|
||||
type: 'tpl',
|
||||
tpl:
|
||||
'<span class="label label-default">子节点${index | plus}</span>'
|
||||
tpl: '<span class="label label-default">子节点${index | plus}</span>'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user