Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c6342142
authored
Mar 13, 2023
by
gexinzhineng/gxzn27
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、调度日志点击详情无数据显示
2、id显示序号问题 3、租户详情修改中不显示名称密码
parent
3354462b
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue
+0
-1
src/views/infra/job/JobLog.vue
+1
-1
src/views/infra/job/job.data.ts
+1
-1
src/views/infra/job/jobLog.data.ts
+1
-1
src/views/system/tenant/tenant.data.ts
+4
-2
No files found.
src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue
View file @
c6342142
...
@@ -166,7 +166,6 @@
...
@@ -166,7 +166,6 @@
@
click=
"processSave"
@
click=
"processSave"
:type=
"props.headerButtonType"
:type=
"props.headerButtonType"
:disabled=
"simulationStatus"
:disabled=
"simulationStatus"
/>
/>
</template>
</template>
<!-- 用于打开本地文件-->
<!-- 用于打开本地文件-->
...
...
src/views/infra/job/JobLog.vue
View file @
c6342142
...
@@ -70,7 +70,7 @@ const detailData = ref() // 详情 Ref
...
@@ -70,7 +70,7 @@ const detailData = ref() // 详情 Ref
// 详情操作
// 详情操作
const
handleDetail
=
async
(
row
:
JobLogApi
.
JobLogVO
)
=>
{
const
handleDetail
=
async
(
row
:
JobLogApi
.
JobLogVO
)
=>
{
// 设置数据
// 设置数据
const
res
=
JobLogApi
.
getJobLogApi
(
row
.
id
)
const
res
=
await
JobLogApi
.
getJobLogApi
(
row
.
id
)
detailData
.
value
=
res
detailData
.
value
=
res
dialogTitle
.
value
=
t
(
'action.detail'
)
dialogTitle
.
value
=
t
(
'action.detail'
)
dialogVisible
.
value
=
true
dialogVisible
.
value
=
true
...
...
src/views/infra/job/job.data.ts
View file @
c6342142
...
@@ -11,7 +11,7 @@ export const rules = reactive({
...
@@ -11,7 +11,7 @@ export const rules = reactive({
// CrudSchema
// CrudSchema
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
primaryKey
:
'id'
,
primaryKey
:
'id'
,
primaryType
:
'
seq
'
,
primaryType
:
'
id
'
,
primaryTitle
:
'任务编号'
,
primaryTitle
:
'任务编号'
,
action
:
true
,
action
:
true
,
actionWidth
:
'280px'
,
actionWidth
:
'280px'
,
...
...
src/views/infra/job/jobLog.data.ts
View file @
c6342142
...
@@ -4,7 +4,7 @@ const { t } = useI18n()
...
@@ -4,7 +4,7 @@ const { t } = useI18n()
// CrudSchema
// CrudSchema
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
primaryKey
:
'id'
,
primaryKey
:
'id'
,
primaryType
:
'
seq
'
,
primaryType
:
'
id
'
,
primaryTitle
:
'日志编号'
,
primaryTitle
:
'日志编号'
,
action
:
true
,
action
:
true
,
columns
:
[
columns
:
[
...
...
src/views/system/tenant/tenant.data.ts
View file @
c6342142
...
@@ -123,7 +123,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
...
@@ -123,7 +123,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
title
:
'用户名称'
,
title
:
'用户名称'
,
field
:
'username'
,
field
:
'username'
,
isTable
:
false
,
isTable
:
false
,
isDetail
:
false
isDetail
:
false
,
isForm
:
false
},
},
{
{
title
:
'用户密码'
,
title
:
'用户密码'
,
...
@@ -132,7 +133,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
...
@@ -132,7 +133,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
isDetail
:
false
,
isDetail
:
false
,
form
:
{
form
:
{
component
:
'InputPassword'
component
:
'InputPassword'
}
},
isForm
:
false
},
},
{
{
title
:
'账号额度'
,
title
:
'账号额度'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment