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
6ad29c6a
authored
Jun 23, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitee.com/yudaocode/yudao-ui-admin-vue3
into feature/bpm
parents
64a691a3
a0ecfed6
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
src/api/mall/promotion/seckill/seckillConfig.ts
+1
-1
src/views/bpm/processInstance/detail/index.vue
+1
-1
src/views/mp/account/index.vue
+1
-1
src/views/system/operatelog/index.vue
+2
-1
No files found.
src/api/mall/promotion/seckill/seckillConfig.ts
View file @
6ad29c6a
...
@@ -19,7 +19,7 @@ export const SeckillConfigApi = {
...
@@ -19,7 +19,7 @@ export const SeckillConfigApi = {
// 查询秒杀时段列表
// 查询秒杀时段列表
getSimpleSeckillConfigList
:
async
()
=>
{
getSimpleSeckillConfigList
:
async
()
=>
{
return
await
request
.
get
({
url
:
`/promotion/seckill-config/
simple-
list`
})
return
await
request
.
get
({
url
:
`/promotion/seckill-config/list`
})
},
},
// 查询秒杀时段详情
// 查询秒杀时段详情
...
...
src/views/bpm/processInstance/detail/index.vue
View file @
6ad29c6a
...
@@ -363,7 +363,7 @@ const loadRunningTask = (tasks) => {
...
@@ -363,7 +363,7 @@ const loadRunningTask = (tasks) => {
// 2.4 处理 approve 表单
// 2.4 处理 approve 表单
if
(
task
.
formId
&&
task
.
formConf
)
{
if
(
task
.
formId
&&
task
.
formConf
)
{
const
approveForm
=
{}
const
approveForm
=
{}
setConfAndFields2
(
approveForm
,
task
.
formConf
,
task
.
formFields
,
task
.
formVariable
)
setConfAndFields2
(
approveForm
,
task
.
formConf
,
task
.
formFields
,
task
.
formVariable
s
)
approveForms
.
value
.
push
(
approveForm
)
approveForms
.
value
.
push
(
approveForm
)
}
else
{
}
else
{
approveForms
.
value
.
push
({})
// 占位,避免为空
approveForms
.
value
.
push
({})
// 占位,避免为空
...
...
src/views/mp/account/index.vue
View file @
6ad29c6a
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<el-table-column
label=
"appId"
align=
"center"
prop=
"appId"
width=
"180"
/>
<el-table-column
label=
"appId"
align=
"center"
prop=
"appId"
width=
"180"
/>
<el-table-column
label=
"服务器地址(URL)"
align=
"center"
prop=
"appId"
width=
"360"
>
<el-table-column
label=
"服务器地址(URL)"
align=
"center"
prop=
"appId"
width=
"360"
>
<template
#
default=
"scope"
>
<template
#
default=
"scope"
>
{{
'http://服务端地址/mp/open/'
+
scope
.
row
.
appId
}}
{{
'http://服务端地址/
admin-api/
mp/open/'
+
scope
.
row
.
appId
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"二维码"
align=
"center"
prop=
"qrCodeUrl"
>
<el-table-column
label=
"二维码"
align=
"center"
prop=
"qrCodeUrl"
>
...
...
src/views/system/operatelog/index.vue
View file @
6ad29c6a
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
<el-form-item
label=
"操作人"
prop=
"userId"
>
<el-form-item
label=
"操作人"
prop=
"userId"
>
<el-select
<el-select
v-model=
"queryParams.userId"
v-model=
"queryParams.userId"
multiple
clearable
filterable
placeholder=
"请输入操作人员"
placeholder=
"请输入操作人员"
class=
"!w-240px"
class=
"!w-240px"
>
>
...
...
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