Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibizlab-generator
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibizlab-generator
提交
a1a28061
提交
a1a28061
编写于
1月 24, 2022
作者:
RedPig97
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update: 更新
上级
2d8c1cc2
变更
9
显示空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
13 行增加
和
13 行删除
+13
-13
app-code.vue
...templ/r7/app_{{apps}}/src/components/editors/app-code.vue
+1
-1
app-raw.vue
.../templ/r7/app_{{apps}}/src/components/editors/app-raw.vue
+2
-2
app-span.vue
...templ/r7/app_{{apps}}/src/components/editors/app-span.vue
+1
-1
app-upload.vue
...mpl/r7/app_{{apps}}/src/components/editors/app-upload.vue
+2
-2
app-form-group.vue
.../r7/app_{{apps}}/src/components/render/app-form-group.vue
+1
-1
app-form-item.vue
...l/r7/app_{{apps}}/src/components/render/app-form-item.vue
+1
-1
app-icon-text.vue
...l/r7/app_{{apps}}/src/components/render/app-icon-text.vue
+1
-1
app-menu-center.vue
...r7/app_{{apps}}/src/components/render/app-menu-center.vue
+2
-2
app-user.vue
.../templ/r7/app_{{apps}}/src/components/render/app-user.vue
+2
-2
未找到文件。
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/components/editors/app-code.vue
浏览文件 @
a1a28061
...
...
@@ -253,7 +253,7 @@ const onLanguageChange = (item: string) => {
:value=
"language"
v-for=
"(language,index) in languages"
:key=
"index"
>
\
{{
language
}}
</a-select-option>
>
{{
language
}}
</a-select-option>
</a-select>
</div>
<div
class=
"right-toolbar"
>
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/components/editors/app-raw.vue
浏览文件 @
a1a28061
...
...
@@ -45,9 +45,9 @@ const emit = defineEmits<EditorEmit>();
<
template
>
<div
:class=
"['app-raw-item', 'app-raw', `app-raw-$
{name}`]">
<div
class=
"raw-caption"
v-if=
"caption"
>
\
{{
caption
}}
</div>
<div
class=
"raw-caption"
v-if=
"caption"
>
{{
caption
}}
</div>
<div
v-if=
"Object.is(contentType, 'RAW')"
>
\
{{
value
}}
{{
value
}}
</div>
<div
v-else-if=
"Object.is(contentType, 'HTML')"
v-html=
"value"
/>
<div
v-else-if=
"Object.is(contentType, 'IMAGE')"
>
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/components/editors/app-span.vue
浏览文件 @
a1a28061
...
...
@@ -134,7 +134,7 @@ onBeforeMount(() => {
<
template
>
<div
:class=
"['app-editor-container', 'app-span', `app-span-$
{name}`]">
<span
v-format=
"textFormat"
>
\
{{
text
}}
</span>
<span
v-format=
"textFormat"
>
{{
text
}}
</span>
</div>
</
template
>
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/components/editors/app-upload.vue
浏览文件 @
a1a28061
...
...
@@ -134,11 +134,11 @@ const onChange = ($event: any) => {
@change="onChange">
<a-button
v-if=
"Object.is(listType,'text')"
>
<upload-outlined></upload-outlined>
\
{{
tooltip
}}
{{
tooltip
}}
</a-button>
<div
v-else
>
<plus-outlined
/>
<div
class=
"ant-upload-text"
>
\
{{
tooltip
}}
</div>
<div
class=
"ant-upload-text"
>
{{
tooltip
}}
</div>
</div>
</a-upload>
</div>
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/components/render/app-form-group.vue
浏览文件 @
a1a28061
...
...
@@ -48,7 +48,7 @@ const handleMenuGroupAction = ($event: IParam) => {
<template
v-if=
"Object.is(uIActionGroup.extractMode, 'ITEMS')"
>
<a-dropdown>
<a
class=
"group-action"
@
click
.
prevent
>
\
{{
uIActionGroup
.
caption
}}
{{
uIActionGroup
.
caption
}}
</a>
<template
#
overlay
>
<a-menu
@
click=
"handleMenuGroupAction"
>
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/components/render/app-form-item.vue
浏览文件 @
a1a28061
...
...
@@ -45,7 +45,7 @@ const initRules = () => {
:validateStatus=
"error ? 'error' : 'validating'"
>
<template
#
label
>
<label
:style=
"
{ width: labelWidth + 'px' }" :class="titleStyle">
\
{{
label
}}
</label>
<label
:style=
"
{ width: labelWidth + 'px' }" :class="titleStyle">
{{
label
}}
</label>
</
template
>
<slot></slot>
</a-form-item>
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/components/render/app-icon-text.vue
浏览文件 @
a1a28061
...
...
@@ -34,7 +34,7 @@ const extraClass = {
<i
v-if=
"iconClass"
:class=
"'app-icon-text__icon ' + iconClass"
/>
<img
v-else-if=
"imgPath"
class=
"app-icon-text__icon-img"
:src=
"imgPath"
/>
</
template
>
<span
class=
"app-icon-text__text"
v-if=
"text"
>
\
{{text}}
</span>
<span
class=
"app-icon-text__text"
v-if=
"text"
>
{{text}}
</span>
<
template
v-if=
"position == 'right'"
>
<i
v-if=
"iconClass"
:class=
"'app-icon-text__icon ' + iconClass"
/>
<img
v-else-if=
"imgPath"
class=
"app-icon-text__icon-img"
:src=
"imgPath"
/>
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/components/render/app-menu-center.vue
浏览文件 @
a1a28061
...
...
@@ -45,7 +45,7 @@ const getLayout = (item: IParam ,name: string) => {
<a-space
:size=
"24"
class=
"app-menu__card--flex"
>
<template
v-for=
"item in menu.items"
>
<a-button
v-if=
"!item.hidden"
size=
"large"
:class=
"['app-menu-item', item.itemSysCss]"
@
click=
"onClick(item)"
>
\
{{
item
.
caption
}}
{{
item
.
caption
}}
</a-button>
</
template
>
</a-space>
...
...
@@ -64,7 +64,7 @@ const getLayout = (item: IParam ,name: string) => {
@
click=
"onClick(item)"
>
<a-button
size=
"large"
>
\
{{
item
.
caption
}}
{{
item
.
caption
}}
</a-button>
</a-col>
</a-row>
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/components/render/app-user.vue
浏览文件 @
a1a28061
...
...
@@ -74,7 +74,7 @@ const dropdownList = [
<
template
>
<div
class=
"app-user"
>
<span
class=
"user-name"
>
\
{{
user
.
name
}}
</span>
<span
class=
"user-name"
>
{{
user
.
name
}}
</span>
<a-dropdown>
<a-avatar
size=
"large"
:src=
"user.avatar"
@
click
.
prevent
>
<template
#
icon
><AppIconText
iconClass=
"fa fa-user-o"
></AppIconText></
template
>
...
...
@@ -82,7 +82,7 @@ const dropdownList = [
<
template
#
overlay
>
<a-menu
@
click=
"dropdownClick"
>
<a-menu-item
:value=
"item.tag"
v-for=
"item in dropdownList"
:key=
"item.tag"
>
\
{{
item
.
label
}}
{{
item
.
label
}}
</a-menu-item>
</a-menu>
</
template
>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录