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
9a382530
authored
Mar 01, 2025
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
8d8ada17
7993c32f
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
26 additions
and
25 deletions
+26
-25
src/components/Editor/src/Editor.vue
+1
-1
src/views/ai/model/chatModel/index.vue
+2
-2
src/views/bpm/processInstance/index.vue
+2
-2
src/views/bpm/task/done/index.vue
+4
-4
src/views/bpm/task/manager/index.vue
+1
-1
src/views/bpm/task/todo/index.vue
+3
-3
src/views/mall/promotion/kefu/components/KeFuConversationList.vue
+1
-1
src/views/mall/promotion/kefu/components/KeFuMessageList.vue
+3
-3
src/views/mall/promotion/kefu/components/member/MemberInfo.vue
+2
-2
src/views/mall/promotion/kefu/components/message/OrderItem.vue
+1
-1
src/views/mall/promotion/kefu/components/message/ProductItem.vue
+2
-1
src/views/mall/trade/order/detail/index.vue
+4
-4
No files found.
src/components/Editor/src/Editor.vue
View file @
9a382530
...
@@ -105,7 +105,7 @@ const editorConfig = computed((): IEditorConfig => {
...
@@ -105,7 +105,7 @@ const editorConfig = computed((): IEditorConfig => {
},
},
// 超时时间,默认为 10 秒
// 超时时间,默认为 10 秒
timeout
:
5
*
1000
,
//
5 秒
timeout
:
15
*
1000
,
// 1
5 秒
// form-data fieldName,后端接口参数名称,默认值wangeditor-uploaded-image
// form-data fieldName,后端接口参数名称,默认值wangeditor-uploaded-image
fieldName
:
'file'
,
fieldName
:
'file'
,
...
...
src/views/ai/model/chatModel/index.vue
View file @
9a382530
...
@@ -58,8 +58,8 @@
...
@@ -58,8 +58,8 @@
<dict-tag
:type=
"DICT_TYPE.AI_PLATFORM"
:value=
"scope.row.platform"
/>
<dict-tag
:type=
"DICT_TYPE.AI_PLATFORM"
:value=
"scope.row.platform"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"模型名字"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"模型名字"
align=
"center"
prop=
"name"
min-width=
"120"
/>
<el-table-column
label=
"模型标识"
align=
"center"
prop=
"model"
/>
<el-table-column
label=
"模型标识"
align=
"center"
prop=
"model"
min-width=
"120"
/>
<el-table-column
label=
"API 秘钥"
align=
"center"
prop=
"keyId"
min-width=
"140"
>
<el-table-column
label=
"API 秘钥"
align=
"center"
prop=
"keyId"
min-width=
"140"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<span>
{{
apiKeyList
.
find
((
item
)
=>
item
.
id
===
scope
.
row
.
keyId
)?.
name
}}
</span>
<span>
{{
apiKeyList
.
find
((
item
)
=>
item
.
id
===
scope
.
row
.
keyId
)?.
name
}}
</span>
...
...
src/views/bpm/processInstance/index.vue
View file @
9a382530
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
高级筛选
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
高级筛选
</el-button>
</el-button>
</
template
>
</
template
>
<el-form-item
label=
"流程发起人"
class=
"bold-label"
label-position=
"top"
prop=
"category"
>
<
!-- <
el-form-item label="流程发起人" class="bold-label" label-position="top" prop="category">
<el-select
<el-select
v-model="queryParams.category"
v-model="queryParams.category"
placeholder="请选择流程发起人"
placeholder="请选择流程发起人"
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
:value="category.code"
:value="category.code"
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
<el-form-item
label=
"所属流程"
label=
"所属流程"
class=
"bold-label"
class=
"bold-label"
...
...
src/views/bpm/task/done/index.vue
View file @
9a382530
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
</el-button>
</el-button>
</
template
>
</
template
>
<el-form-item
label=
"流程发起人"
class=
"bold-label"
label-position=
"top"
prop=
"category"
>
<
!-- <
el-form-item label="流程发起人" class="bold-label" label-position="top" prop="category">
<el-select
<el-select
v-model="queryParams.category"
v-model="queryParams.category"
placeholder="请选择流程发起人"
placeholder="请选择流程发起人"
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
:value="category.code"
:value="category.code"
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"发起时间"
class=
"bold-label"
label-position=
"top"
prop=
"createTime"
>
<el-form-item
label=
"发起时间"
class=
"bold-label"
label-position=
"top"
prop=
"createTime"
>
<el-date-picker
<el-date-picker
v-model=
"queryParams.createTime"
v-model=
"queryParams.createTime"
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
{{
formatPast2
(
scope
.
row
.
durationInMillis
)
}}
{{
formatPast2
(
scope
.
row
.
durationInMillis
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
i
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
processInstanceI
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
...
@@ -193,7 +193,7 @@ import { dateFormatter, formatPast2 } from '@/utils/formatTime'
...
@@ -193,7 +193,7 @@ import { dateFormatter, formatPast2 } from '@/utils/formatTime'
import
*
as
TaskApi
from
'@/api/bpm/task'
import
*
as
TaskApi
from
'@/api/bpm/task'
import
{
CategoryApi
,
CategoryVO
}
from
'@/api/bpm/category'
import
{
CategoryApi
,
CategoryVO
}
from
'@/api/bpm/category'
defineOptions
({
name
:
'Bpm
Todo
Task'
})
defineOptions
({
name
:
'Bpm
Done
Task'
})
const
{
push
}
=
useRouter
()
// 路由
const
{
push
}
=
useRouter
()
// 路由
...
...
src/views/bpm/task/manager/index.vue
View file @
9a382530
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
{{
formatPast2
(
scope
.
row
.
durationInMillis
)
}}
{{
formatPast2
(
scope
.
row
.
durationInMillis
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
i
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
processInstanceI
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
...
...
src/views/bpm/task/todo/index.vue
View file @
9a382530
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
</el-button>
</el-button>
</
template
>
</
template
>
<el-form-item
label=
"流程发起人"
class=
"bold-label"
label-position=
"top"
prop=
"category"
>
<
!-- <
el-form-item label="流程发起人" class="bold-label" label-position="top" prop="category">
<el-select
<el-select
v-model="queryParams.category"
v-model="queryParams.category"
placeholder="请选择流程发起人"
placeholder="请选择流程发起人"
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
:value="category.code"
:value="category.code"
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"发起时间"
class=
"bold-label"
label-position=
"top"
prop=
"createTime"
>
<el-form-item
label=
"发起时间"
class=
"bold-label"
label-position=
"top"
prop=
"createTime"
>
<el-date-picker
<el-date-picker
v-model=
"queryParams.createTime"
v-model=
"queryParams.createTime"
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
prop=
"createTime"
prop=
"createTime"
width=
"180"
width=
"180"
/>
/>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
i
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
processInstanceI
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
...
...
src/views/mall/promotion/kefu/components/KeFuConversationList.vue
View file @
9a382530
...
@@ -200,7 +200,7 @@ onBeforeUnmount(() => {
...
@@ -200,7 +200,7 @@ onBeforeUnmount(() => {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.kefu
{
.kefu
{
background-color
:
#e5e4e4
;
background-color
:
var
(
--app-content-bg-color
)
;
&-conversation
{
&-conversation
{
height
:
60px
;
height
:
60px
;
...
...
src/views/mall/promotion/kefu/components/KeFuMessageList.vue
View file @
9a382530
...
@@ -373,7 +373,7 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
...
@@ -373,7 +373,7 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.kefu
{
.kefu
{
background-color
:
#f5f5f5
;
background-color
:
var
(
--app-content-bg-color
)
;
position
:
relative
;
position
:
relative
;
width
:
calc
(
100%
-
300px
-
260px
);
width
:
calc
(
100%
-
300px
-
260px
);
...
@@ -389,7 +389,7 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
...
@@ -389,7 +389,7 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
}
}
.kefu-header
{
.kefu-header
{
background-color
:
#f5f5f5
;
background-color
:
var
(
--app-content-bg-color
)
;
position
:
relative
;
position
:
relative
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
...
@@ -511,7 +511,7 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
...
@@ -511,7 +511,7 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
::v-deep
(
textarea
)
{
::v-deep
(
textarea
)
{
resize
:
none
;
resize
:
none
;
background-color
:
#f5f5f5
;
background-color
:
var
(
--app-content-bg-color
)
;
}
}
:deep
(
.el-input__wrapper
)
{
:deep
(
.el-input__wrapper
)
{
...
...
src/views/mall/promotion/kefu/components/member/MemberInfo.vue
View file @
9a382530
...
@@ -167,7 +167,7 @@ const getUserData = async () => {
...
@@ -167,7 +167,7 @@ const getUserData = async () => {
.kefu
{
.kefu
{
position
:
relative
;
position
:
relative
;
width
:
300px
!important
;
width
:
300px
!important
;
background-color
:
#f5f5f5
;
background-color
:
var
(
--app-content-bg-color
)
;
&::after
{
&::after
{
content
:
''
;
content
:
''
;
...
@@ -181,7 +181,7 @@ const getUserData = async () => {
...
@@ -181,7 +181,7 @@ const getUserData = async () => {
}
}
&
-header
{
&
-header
{
background-color
:
#f5f5f5
;
background-color
:
var
(
--app-content-bg-color
)
;
position
:
relative
;
position
:
relative
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
...
...
src/views/mall/promotion/kefu/components/message/OrderItem.vue
View file @
9a382530
...
@@ -112,7 +112,7 @@ function formatOrderStatus(order: any) {
...
@@ -112,7 +112,7 @@ function formatOrderStatus(order: any) {
border-radius
:
10px
;
border-radius
:
10px
;
padding
:
10px
;
padding
:
10px
;
border
:
1px
var
(
--el-border-color
)
solid
;
border
:
1px
var
(
--el-border-color
)
solid
;
background-color
:
#fff
;
//
透明色,暗黑模式下也能体现
background-color
:
rgba
(
128
,
128
,
128
,
0.3
)
;
//
透明色,暗黑模式下也能体现
.order-card-header
{
.order-card-header
{
height
:
28px
;
height
:
28px
;
...
...
src/views/mall/promotion/kefu/components/message/ProductItem.vue
View file @
9a382530
...
@@ -77,7 +77,8 @@ const openDetail = (spuId: number) => {
...
@@ -77,7 +77,8 @@ const openDetail = (spuId: number) => {
.product-warp
{
.product-warp
{
width
:
100%
;
width
:
100%
;
background-color
:
#fff
;
background-color
:
rgba
(
128
,
128
,
128
,
0.3
);
border
:
1px
solid
var
(
--el-border-color
);
border-radius
:
8px
;
border-radius
:
8px
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
...
...
src/views/mall/trade/order/detail/index.vue
View file @
9a382530
...
@@ -334,13 +334,13 @@ onMounted(async () => {
...
@@ -334,13 +334,13 @@ onMounted(async () => {
// 如果配送方式为快递,则查询物流公司
// 如果配送方式为快递,则查询物流公司
if
(
formData
.
value
.
deliveryType
===
DeliveryTypeEnum
.
EXPRESS
.
type
)
{
if
(
formData
.
value
.
deliveryType
===
DeliveryTypeEnum
.
EXPRESS
.
type
)
{
deliveryExpressList
.
value
=
await
DeliveryExpressApi
.
getSimpleDeliveryExpressList
()
deliveryExpressList
.
value
=
await
DeliveryExpressApi
.
getSimpleDeliveryExpressList
()
if
(
form
.
value
.
logisticsId
)
{
if
(
form
Data
.
value
.
logisticsId
)
{
expressTrackList
.
value
=
await
TradeOrderApi
.
getExpressTrackList
(
formData
.
value
.
id
!
)
expressTrackList
.
value
=
await
TradeOrderApi
.
getExpressTrackList
(
formData
.
value
.
id
!
)
}
}
}
else
if
(
formData
.
value
.
deliveryType
===
DeliveryTypeEnum
.
PICK_UP
.
type
)
{
}
else
if
(
formData
.
value
.
deliveryType
===
DeliveryTypeEnum
.
PICK_UP
.
type
)
{
pickUpStore
.
value
=
await
DeliveryPickUpStoreApi
.
getDeliveryPickUpStore
(
if
(
formData
.
value
.
pickUpStoreId
)
{
formData
.
value
.
pickUpStoreId
pickUpStore
.
value
=
await
DeliveryPickUpStoreApi
.
getDeliveryPickUpStore
(
formData
.
value
.
pickUpStoreId
)
)
}
}
}
})
})
</
script
>
</
script
>
...
...
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