Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzlite
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzlite
提交
ed7c7978
提交
ed7c7978
编写于
4年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibiz4j 发布系统代码
上级
6ef515cf
变更
6
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
25 行增加
和
11 行删除
+25
-11
edit-main-grid-base.vue
...widgets/meta-field/edit-main-grid/edit-main-grid-base.vue
+11
-5
main-grid-base.vue
app_web/src/widgets/meta-field/main-grid/main-grid-base.vue
+3
-3
edit-main-grid-base.vue
.../meta-relationship/edit-main-grid/edit-main-grid-base.vue
+1
-1
application-web-prod.yml
...zlite-app-web/src/main/resources/application-web-prod.yml
+4
-0
application-dev.yml
ibzlite-boot/src/main/resources/application-dev.yml
+4
-0
h2_table.xml
ibzlite-core/src/main/resources/liquibase/h2_table.xml
+2
-2
未找到文件。
app_web/src/widgets/meta-field/edit-main-grid/edit-main-grid-base.vue
浏览文件 @
ed7c7978
...
@@ -362,7 +362,7 @@
...
@@ -362,7 +362,7 @@
</el-table-column>
</el-table-column>
</template>
</template>
<
template
v-if=
"getColumnState('relationname')"
>
<
template
v-if=
"getColumnState('relationname')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'relationname'"
:label=
"$t('entities.metafield.editmain_grid.columns.relationname')"
:width=
"
3
50"
:align=
"'left'"
:sortable=
"'custom'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'relationname'"
:label=
"$t('entities.metafield.editmain_grid.columns.relationname')"
:width=
"
4
50"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
<span
class=
"column-header "
>
{{
$t
(
'entities.metafield.editmain_grid.columns.relationname'
)
}}
{{
$t
(
'entities.metafield.editmain_grid.columns.relationname'
)
}}
...
@@ -499,14 +499,20 @@
...
@@ -499,14 +499,20 @@
<
template
v-slot=
"{row,column,$index}"
>
<
template
v-slot=
"{row,column,$index}"
>
<template
v-if=
"actualIsOpenEdit && !row.children"
>
<template
v-if=
"actualIsOpenEdit && !row.children"
>
<app-form-item
:error=
"gridItemsModel[$index][column.property].error"
>
<app-form-item
:error=
"gridItemsModel[$index][column.property].error"
>
<div
class=
"ivu-input-wrapper ivu-input-wrapper-default ivu-input-type"
>
<input-box
<textarea
class=
"ivu-input"
rows=
"10"
:disabled=
"row.srfuf === 1 ? (3 & 2) !== 2 : (3 & 1) !== 1"
v-model=
"row[column.property]"
style=
""
@
change=
"($event)=>
{gridEditItemChange(row, column.property, $event, $index)}">
</textarea>
:disabled=
"row.srfuf === 1 ? (3 & 2) !== 2 : (3 & 1) !== 1"
</div>
v-model=
"row[column.property]"
style=
""
type=
"text"
@
change=
"($event)=>
{gridEditItemChange(row, column.property, $event, $index)}">
</input-box>
</app-form-item>
</app-form-item>
</
template
>
</
template
>
<
template
v-if=
"!actualIsOpenEdit"
>
<
template
v-if=
"!actualIsOpenEdit"
>
<app-span
name=
'expression'
editorType=
"TEXT
AREA
"
:value=
"row.expression"
dataType=
"LONGTEXT_1000"
precision=
"0"
></app-span>
<app-span
name=
'expression'
editorType=
"TEXT
BOX
"
:value=
"row.expression"
dataType=
"LONGTEXT_1000"
precision=
"0"
></app-span>
</
template
>
</
template
>
</template>
</template>
</el-table-column>
</el-table-column>
...
...
This diff is collapsed.
Click to expand it.
app_web/src/widgets/meta-field/main-grid/main-grid-base.vue
浏览文件 @
ed7c7978
...
@@ -218,7 +218,7 @@
...
@@ -218,7 +218,7 @@
</el-table-column>
</el-table-column>
</template>
</template>
<
template
v-if=
"getColumnState('relationname')"
>
<
template
v-if=
"getColumnState('relationname')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'relationname'"
:label=
"$t('entities.metafield.main_grid.columns.relationname')"
:width=
"
3
50"
:align=
"'left'"
:sortable=
"'custom'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'relationname'"
:label=
"$t('entities.metafield.main_grid.columns.relationname')"
:width=
"
4
50"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
<span
class=
"column-header "
>
{{
$t
(
'entities.metafield.main_grid.columns.relationname'
)
}}
{{
$t
(
'entities.metafield.main_grid.columns.relationname'
)
}}
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
</el-table-column>
</el-table-column>
</template>
</template>
<
template
v-if=
"getColumnState('reffieldname')"
>
<
template
v-if=
"getColumnState('reffieldname')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'reffieldname'"
:label=
"$t('entities.metafield.main_grid.columns.reffieldname')"
:width=
"
10
0"
:align=
"'left'"
:sortable=
"'custom'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'reffieldname'"
:label=
"$t('entities.metafield.main_grid.columns.reffieldname')"
:width=
"
25
0"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
<span
class=
"column-header "
>
{{
$t
(
'entities.metafield.main_grid.columns.reffieldname'
)
}}
{{
$t
(
'entities.metafield.main_grid.columns.reffieldname'
)
}}
...
@@ -282,7 +282,7 @@
...
@@ -282,7 +282,7 @@
</
template
>
</
template
>
<
template
v-slot=
"{row,column,$index}"
>
<
template
v-slot=
"{row,column,$index}"
>
<template
>
<template
>
<app-span
name=
'expression'
editorType=
"TEXT
AREA
"
:value=
"row.expression"
dataType=
"LONGTEXT_1000"
precision=
"0"
></app-span>
<app-span
name=
'expression'
editorType=
"TEXT
BOX
"
:value=
"row.expression"
dataType=
"LONGTEXT_1000"
precision=
"0"
></app-span>
</
template
>
</
template
>
</template>
</template>
</el-table-column>
</el-table-column>
...
...
This diff is collapsed.
Click to expand it.
app_web/src/widgets/meta-relationship/edit-main-grid/edit-main-grid-base.vue
浏览文件 @
ed7c7978
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
</el-table-column>
</el-table-column>
</template>
</template>
<
template
v-if=
"getColumnState('relationname')"
>
<
template
v-if=
"getColumnState('relationname')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'relationname'"
:label=
"$t('entities.metarelationship.editmain_grid.columns.relationname')"
:width=
"
3
50"
:align=
"'left'"
:sortable=
"'custom'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'relationname'"
:label=
"$t('entities.metarelationship.editmain_grid.columns.relationname')"
:width=
"
4
50"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
<span
class=
"column-header "
>
{{
$t
(
'entities.metarelationship.editmain_grid.columns.relationname'
)
}}
{{
$t
(
'entities.metarelationship.editmain_grid.columns.relationname'
)
}}
...
...
This diff is collapsed.
Click to expand it.
ibzlite-app/ibzlite-app-web/src/main/resources/application-web-prod.yml
浏览文件 @
ed7c7978
...
@@ -115,5 +115,9 @@ zuul:
...
@@ -115,5 +115,9 @@ zuul:
path
:
/sysdepartments/**
path
:
/sysdepartments/**
serviceId
:
${ibiz.ref.service.ou:ibzou-api}
serviceId
:
${ibiz.ref.service.ou:ibzou-api}
stripPrefix
:
false
stripPrefix
:
false
lite-core
:
path
:
/lite/**
serviceId
:
${ibiz.ref.service.lite:ibzlite-api}
stripPrefix
:
false
sensitive-headers
:
sensitive-headers
:
-
Cookie,Set-Cookie,Authorization
-
Cookie,Set-Cookie,Authorization
This diff is collapsed.
Click to expand it.
ibzlite-boot/src/main/resources/application-dev.yml
浏览文件 @
ed7c7978
...
@@ -52,5 +52,9 @@ zuul:
...
@@ -52,5 +52,9 @@ zuul:
path
:
/sysdepartments/**
path
:
/sysdepartments/**
serviceId
:
${ibiz.ref.service.ou:ibzou-api}
serviceId
:
${ibiz.ref.service.ou:ibzou-api}
stripPrefix
:
false
stripPrefix
:
false
lite-core
:
path
:
/lite/**
serviceId
:
${ibiz.ref.service.lite:ibzlite-api}
stripPrefix
:
false
sensitive-headers
:
sensitive-headers
:
-
Cookie,Set-Cookie,Authorization
-
Cookie,Set-Cookie,Authorization
This diff is collapsed.
Click to expand it.
ibzlite-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
ed7c7978
...
@@ -182,7 +182,7 @@
...
@@ -182,7 +182,7 @@
<!--输出实体[META_FIELD]数据结构 -->
<!--输出实体[META_FIELD]数据结构 -->
<changeSet
author=
"a_A_5d9d78509"
id=
"tab-meta_field-14
2
-9"
>
<changeSet
author=
"a_A_5d9d78509"
id=
"tab-meta_field-14
4
-9"
>
<createTable
tableName=
"IBZFIELD"
>
<createTable
tableName=
"IBZFIELD"
>
<column
name=
"FIELDID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"FIELDID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_FIELD_FIELDID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_FIELD_FIELDID"
/>
...
@@ -270,7 +270,7 @@
...
@@ -270,7 +270,7 @@
<!--输出实体[META_RELATION]数据结构 -->
<!--输出实体[META_RELATION]数据结构 -->
<changeSet
author=
"a_A_5d9d78509"
id=
"tab-meta_relation-7
1
-12"
>
<changeSet
author=
"a_A_5d9d78509"
id=
"tab-meta_relation-7
2
-12"
>
<createTable
tableName=
"IBZRELATION"
>
<createTable
tableName=
"IBZRELATION"
>
<column
name=
"RELATIONID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"RELATIONID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_RELATION_RELATIONID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_RELATION_RELATIONID"
/>
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录