amis-saas-6890 [研发任务] 「编辑器」文案统一

Change-Id: If7a253552ea432410da0ceb20bccd47425172f78
This commit is contained in:
jiatianqi 2022-09-19 19:31:03 +08:00
parent cd34c39f9a
commit a9af5e1ec8
5 changed files with 7 additions and 8 deletions

View File

@ -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(
[

View File

@ -54,7 +54,7 @@ export class AvatarPlugin extends BasePlugin {
getSchemaTpl('collapseGroup', [
{
className: 'p-none',
title: '常用',
title: '基本',
body: [
// 如果同时存在 src、text 和 icon会优先用 src、接着 text、最后 icon
{

View File

@ -185,7 +185,7 @@ export class TableViewPlugin extends BasePlugin {
body: [
getSchemaTpl('collapseGroup', [
{
title: '常用',
title: '基本',
body: [
{
label: '标题',

View File

@ -59,7 +59,7 @@ export class TooltipWrapperPlugin extends BasePlugin {
body: [
getSchemaTpl('collapseGroup', [
{
title: '常用',
title: '基本',
body: [
{
type: 'input-text',

View File

@ -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>'
}
]
}