Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-R7-Res
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-R7-Res
提交
a2b8bdff
提交
a2b8bdff
编写于
11月 17, 2022
作者:
tony001
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update:更新
上级
0fe0b336
变更
29
显示空白字符变更
内嵌
并排
正在显示
29 个修改的文件
包含
62 行增加
和
63 行删除
+62
-63
app-index-nav-breadcrumb.vue
...dex/app-index-nav-breadcrumb/app-index-nav-breadcrumb.vue
+2
-2
app-index-nav-tabs.vue
...t-element/index/app-index-nav-tabs/app-index-nav-tabs.vue
+2
-2
app-index-org-select.vue
...ement/index/app-index-org-select/app-index-org-select.vue
+2
-2
app-index-user-info.vue
...element/index/app-index-user-info/app-index-user-info.vue
+2
-2
app-preset-button.vue
...ement/interactive/app-preset-button/app-preset-button.vue
+2
-2
app-preset-qrcode.vue
...ement/interactive/app-preset-qrcode/app-preset-qrcode.vue
+2
-2
app-preset-switch.vue
...ement/interactive/app-preset-switch/app-preset-switch.vue
+2
-2
app-preset-text-input.vue
...teractive/app-preset-text-input/app-preset-text-input.vue
+2
-2
app-login-button.vue
...ayout-element/login/app-login-button/app-login-button.vue
+2
-2
app-login-captcha.vue
...out-element/login/app-login-captcha/app-login-captcha.vue
+2
-3
app-login-input.vue
.../layout-element/login/app-login-input/app-login-input.vue
+2
-2
app-login-message.vue
...out-element/login/app-login-message/app-login-message.vue
+2
-2
app-login-note-verify.vue
...ent/login/app-login-note-verify/app-login-note-verify.vue
+2
-2
app-login-org.vue
...ents/layout-element/login/app-login-org/app-login-org.vue
+2
-2
app-login-third.vue
.../layout-element/login/app-login-third/app-login-third.vue
+2
-2
app-field-image-dynamic.vue
...media/app-field-image-dynamic/app-field-image-dynamic.vue
+2
-2
app-rawitem-carousel.vue
...ement/media/app-rawitem-carousel/app-rawitem-carousel.vue
+2
-2
app-rawitem-image.vue
...out-element/media/app-rawitem-image/app-rawitem-image.vue
+2
-2
app-rawitem-video.vue
...out-element/media/app-rawitem-video/app-rawitem-video.vue
+2
-2
app-ctrl-pos.vue
...ts/layout-element/structure/app-ctrl-pos/app-ctrl-pos.vue
+2
-2
app-nav-pos.vue
...ents/layout-element/structure/app-nav-pos/app-nav-pos.vue
+2
-2
app-scroll-container.vue
...t/structure/app-scroll-container/app-scroll-container.vue
+4
-4
app-simpleflex-container.vue
...ure/app-simpleflex-container/app-simpleflex-container.vue
+3
-3
app-standard-container.vue
...ructure/app-standard-container/app-standard-container.vue
+3
-3
app-tab-page.vue
...ts/layout-element/structure/app-tab-page/app-tab-page.vue
+2
-2
app-tab-panel.vue
.../layout-element/structure/app-tab-panel/app-tab-panel.vue
+2
-2
app-preset-caption.vue
...ut-element/text/app-preset-caption/app-preset-caption.vue
+2
-2
app-preset-text.vue
...s/layout-element/text/app-preset-text/app-preset-text.vue
+2
-2
app-preset-title.vue
...layout-element/text/app-preset-title/app-preset-title.vue
+2
-2
未找到文件。
src/components/layout-element/index/app-index-nav-breadcrumb/app-index-nav-breadcrumb.vue
浏览文件 @
a2b8bdff
...
...
@@ -48,7 +48,7 @@ export default class AppIndexNavBreadcrumb extends Vue {
* @type {number}
* @memberof AppIndexNavBreadcrumb
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -57,7 +57,7 @@ export default class AppIndexNavBreadcrumb extends Vue {
* @memberof AppIndexNavBreadcrumb
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/index/app-index-nav-tabs/app-index-nav-tabs.vue
浏览文件 @
a2b8bdff
...
...
@@ -31,7 +31,7 @@ export default class AppIndexNavTabs extends Vue {
* @type {number}
* @memberof AppIndexNavTabs
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -40,7 +40,7 @@ export default class AppIndexNavTabs extends Vue {
* @memberof AppIndexNavTabs
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/index/app-index-org-select/app-index-org-select.vue
浏览文件 @
a2b8bdff
...
...
@@ -31,7 +31,7 @@ export default class AppIndexOrgSelect extends Vue {
* @type {number}
* @memberof AppIndexOrgSelect
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -40,7 +40,7 @@ export default class AppIndexOrgSelect extends Vue {
* @memberof AppIndexOrgSelect
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/index/app-index-user-info/app-index-user-info.vue
浏览文件 @
a2b8bdff
...
...
@@ -31,7 +31,7 @@ export default class AppIndexUserInfo extends Vue {
* @type {number}
* @memberof AppIndexUserInfo
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -40,7 +40,7 @@ export default class AppIndexUserInfo extends Vue {
* @memberof AppIndexUserInfo
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/interactive/app-preset-button/app-preset-button.vue
浏览文件 @
a2b8bdff
...
...
@@ -47,7 +47,7 @@ export default class AppPresetButton extends Vue {
* @type {number}
* @memberof AppPresetButton
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -56,7 +56,7 @@ export default class AppPresetButton extends Vue {
* @memberof AppPresetButton
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/interactive/app-preset-qrcode/app-preset-qrcode.vue
浏览文件 @
a2b8bdff
...
...
@@ -46,7 +46,7 @@ export default class AppPresetQrCode extends Vue {
* @type {number}
* @memberof AppPresetQrCode
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -55,7 +55,7 @@ export default class AppPresetQrCode extends Vue {
* @memberof AppPresetQrCode
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/interactive/app-preset-switch/app-preset-switch.vue
浏览文件 @
a2b8bdff
...
...
@@ -37,7 +37,7 @@ export default class AppPresetSwitch extends Vue {
* @type {number}
* @memberof AppPresetSwitch
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -46,7 +46,7 @@ export default class AppPresetSwitch extends Vue {
* @memberof AppPresetSwitch
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/interactive/app-preset-text-input/app-preset-text-input.vue
浏览文件 @
a2b8bdff
...
...
@@ -39,7 +39,7 @@ export default class AppPresetTextInput extends Vue {
* @type {number}
* @memberof AppPresetTextInput
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -48,7 +48,7 @@ export default class AppPresetTextInput extends Vue {
* @memberof AppPresetTextInput
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/login/app-login-button/app-login-button.vue
浏览文件 @
a2b8bdff
...
...
@@ -47,7 +47,7 @@ export default class AppLoginButton extends Vue {
* @type {number}
* @memberof AppLoginButton
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -56,7 +56,7 @@ export default class AppLoginButton extends Vue {
* @memberof AppLoginButton
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/login/app-login-captcha/app-login-captcha.vue
浏览文件 @
a2b8bdff
...
...
@@ -44,8 +44,7 @@ export default class AppLoginCaptcha extends Vue {
* @type {number}
* @memberof AppLoginCaptcha
*/
@
Prop
({
default
:
0
})
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 是否显示
...
...
@@ -69,7 +68,7 @@ export default class AppLoginCaptcha extends Vue {
* @memberof AppLoginCaptcha
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/login/app-login-input/app-login-input.vue
浏览文件 @
a2b8bdff
...
...
@@ -59,7 +59,7 @@ export default class AppLoginInput extends Vue {
* @type {number}
* @memberof AppLoginInput
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -68,7 +68,7 @@ export default class AppLoginInput extends Vue {
* @memberof AppLoginInput
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/login/app-login-message/app-login-message.vue
浏览文件 @
a2b8bdff
...
...
@@ -40,7 +40,7 @@ export default class AppLoginMessage extends Vue {
* @type {number}
* @memberof AppLoginMessage
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -49,7 +49,7 @@ export default class AppLoginMessage extends Vue {
* @memberof AppLoginMessage
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/login/app-login-note-verify/app-login-note-verify.vue
浏览文件 @
a2b8bdff
...
...
@@ -50,7 +50,7 @@ export default class AppLoginNoteVerify extends Vue {
* @type {number
}
* @memberof AppLoginNoteVerify
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -59,7 +59,7 @@ export default class AppLoginNoteVerify extends Vue {
* @memberof AppLoginNoteVerify
*/
get
itemName
()
{
return
this
.
index
?
`${this.name
}
_${this.index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`${this.name
}
_${this.index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/login/app-login-org/app-login-org.vue
浏览文件 @
a2b8bdff
...
...
@@ -41,7 +41,7 @@ export default class AppLoginOrg extends Vue {
* @type {number}
* @memberof AppLoginOrg
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -50,7 +50,7 @@ export default class AppLoginOrg extends Vue {
* @memberof AppLoginOrg
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/login/app-login-third/app-login-third.vue
浏览文件 @
a2b8bdff
...
...
@@ -47,7 +47,7 @@ export default class AppThirdLogin extends Vue {
* @type {number}
* @memberof AppThirdLogin
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -56,7 +56,7 @@ export default class AppThirdLogin extends Vue {
* @memberof AppThirdLogin
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/media/app-field-image-dynamic/app-field-image-dynamic.vue
浏览文件 @
a2b8bdff
...
...
@@ -39,7 +39,7 @@ export default class AppFieldImageDynamic extends Vue {
* @type {number}
* @memberof AppFieldImageDynamic
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 值变更
...
...
@@ -58,7 +58,7 @@ export default class AppFieldImageDynamic extends Vue {
* @memberof AppFieldImageDynamic
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/media/app-rawitem-carousel/app-rawitem-carousel.vue
浏览文件 @
a2b8bdff
...
...
@@ -60,7 +60,7 @@ export default class AppCarousel extends Vue {
* @type {number}
* @memberof AppCarousel
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -69,7 +69,7 @@ export default class AppCarousel extends Vue {
* @memberof AppCarousel
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/media/app-rawitem-image/app-rawitem-image.vue
浏览文件 @
a2b8bdff
...
...
@@ -46,7 +46,7 @@ export default class AppRawItemImage extends Vue {
* @type {number}
* @memberof AppRawItemImage
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -55,7 +55,7 @@ export default class AppRawItemImage extends Vue {
* @memberof AppRawItemImage
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/media/app-rawitem-video/app-rawitem-video.vue
浏览文件 @
a2b8bdff
...
...
@@ -42,7 +42,7 @@ export default class AppRawItemVideo extends Vue {
* @type {number}
* @memberof AppRawItemVideo
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 值变更
...
...
@@ -61,7 +61,7 @@ export default class AppRawItemVideo extends Vue {
* @memberof AppRawItemVideo
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/structure/app-ctrl-pos/app-ctrl-pos.vue
浏览文件 @
a2b8bdff
...
...
@@ -31,7 +31,7 @@ export default class AppCtrlPos extends Vue {
* @type {number}
* @memberof AppCtrlPos
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -40,7 +40,7 @@ export default class AppCtrlPos extends Vue {
* @memberof AppCtrlPos
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/structure/app-nav-pos/app-nav-pos.vue
浏览文件 @
a2b8bdff
...
...
@@ -43,7 +43,7 @@ export default class AppNavPos extends Vue {
* @type {number}
* @memberof AppNavPos
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 导航数据
...
...
@@ -60,7 +60,7 @@ export default class AppNavPos extends Vue {
* @memberof AppNavPos
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/structure/app-scroll-container/app-scroll-container.vue
浏览文件 @
a2b8bdff
...
...
@@ -55,7 +55,7 @@ export default class AppScrollContainer extends Vue {
* @type {number}
* @memberof AppScrollContainer
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 布局模型详情
...
...
@@ -96,7 +96,7 @@ export default class AppScrollContainer extends Vue {
* @memberof AppScrollContainer
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
@@ -132,7 +132,7 @@ export default class AppScrollContainer extends Vue {
if
(
curLayoutModel
&&
curLayoutModel
.
details
&&
curLayoutModel
.
details
.
length
>
0
)
{
curLayoutModel
.
details
.
forEach
((
key
:
string
)
=>
{
let
childModelDetail
:
any
;
if
(
this
.
index
)
{
if
(
this
.
index
||
this
.
index
===
0
)
{
childModelDetail
=
this
.
layoutModelDetails
[
`
${
key
}
_
${
this
.
index
}
`
];
}
else
{
childModelDetail
=
this
.
layoutModelDetails
[
key
];
...
...
@@ -171,7 +171,7 @@ export default class AppScrollContainer extends Vue {
* 获取项布局样式
*/
public
getItemPosStyle
(
name
:
string
)
{
const
itemName
=
this
.
index
?
`
${
name
}
_
${
this
.
index
}
`
:
name
;
const
itemName
=
(
this
.
index
||
this
.
index
===
0
)
?
`
${
name
}
_
${
this
.
index
}
`
:
name
;
let
layoutModel
=
this
.
layoutModelDetails
[
itemName
];
if
(
layoutModel
)
{
const
childBoxSizeStyle
:
any
=
layoutModel
.
getBoxSizeStyle
();
...
...
src/components/layout-element/structure/app-simpleflex-container/app-simpleflex-container.vue
浏览文件 @
a2b8bdff
...
...
@@ -27,7 +27,7 @@ export default class AppSimpleFlexContainer extends Vue {
* @type {number}
* @memberof AppSimpleFlexContainer
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 布局模型详情
...
...
@@ -61,7 +61,7 @@ export default class AppSimpleFlexContainer extends Vue {
* @memberof AppSimpleFlexContainer
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
@@ -104,7 +104,7 @@ export default class AppSimpleFlexContainer extends Vue {
*/
public
getItemPosStyle
(
name
:
string
)
{
let
layoutModel
:
any
;
if
(
this
.
index
)
{
if
(
this
.
index
||
this
.
index
===
0
)
{
layoutModel
=
this
.
layoutModelDetails
[
`
${
name
}
_
${
this
.
index
}
`
];
}
else
{
layoutModel
=
this
.
layoutModelDetails
[
name
];
...
...
src/components/layout-element/structure/app-standard-container/app-standard-container.vue
浏览文件 @
a2b8bdff
...
...
@@ -38,7 +38,7 @@ export default class AppStandardContainer extends Vue {
* @type {number}
* @memberof AppStandardContainer
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 布局模型详情
...
...
@@ -63,7 +63,7 @@ export default class AppStandardContainer extends Vue {
* @memberof AppStandardContainer
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
@@ -137,7 +137,7 @@ export default class AppStandardContainer extends Vue {
*/
public
getItemPosStyle
(
name
:
string
)
{
let
layoutModel
:
any
;
if
(
this
.
index
)
{
if
(
(
this
.
index
||
this
.
index
===
0
)
)
{
layoutModel
=
this
.
layoutModelDetails
[
`
${
name
}
_
${
this
.
index
}
`
];
}
else
{
layoutModel
=
this
.
layoutModelDetails
[
name
];
...
...
src/components/layout-element/structure/app-tab-page/app-tab-page.vue
浏览文件 @
a2b8bdff
...
...
@@ -36,7 +36,7 @@ export default class AppTabPage extends Vue {
* @type {number}
* @memberof AppTabPage
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 布局模型详情变更
...
...
@@ -69,7 +69,7 @@ export default class AppTabPage extends Vue {
* @memberof AppTabPage
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/structure/app-tab-panel/app-tab-panel.vue
浏览文件 @
a2b8bdff
...
...
@@ -35,7 +35,7 @@ export default class AppTabPanel extends Vue {
* @type {number}
* @memberof AppTabPanel
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -44,7 +44,7 @@ export default class AppTabPanel extends Vue {
* @memberof AppTabPanel
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/text/app-preset-caption/app-preset-caption.vue
浏览文件 @
a2b8bdff
...
...
@@ -70,7 +70,7 @@ export default class AppPresetCaption extends Vue {
* @type {number}
* @memberof AppPresetCaption
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -79,7 +79,7 @@ export default class AppPresetCaption extends Vue {
* @memberof AppPresetCaption
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/text/app-preset-text/app-preset-text.vue
浏览文件 @
a2b8bdff
...
...
@@ -87,7 +87,7 @@ export default class AppPresetText extends Vue {
* @type {number}
* @memberof AppPresetText
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -96,7 +96,7 @@ export default class AppPresetText extends Vue {
* @memberof AppPresetText
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
src/components/layout-element/text/app-preset-title/app-preset-title.vue
浏览文件 @
a2b8bdff
...
...
@@ -30,7 +30,7 @@ export default class AppPresetTitle extends Vue {
* @type {number}
* @memberof AppPresetTitle
*/
@
Prop
(
{
default
:
0
}
)
public
index
?:
number
;
@
Prop
()
public
index
?:
number
;
/**
* 项名称
...
...
@@ -39,7 +39,7 @@ export default class AppPresetTitle extends Vue {
* @memberof AppPresetTitle
*/
get
itemName
()
{
return
this
.
index
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
return
(
this
.
index
||
this
.
index
===
0
)
?
`
${
this
.
name
}
_
${
this
.
index
}
`
:
this
.
name
;
}
/**
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录