Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李宁
/
Activity
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7e603637
authored
Mar 19, 2026
by
李宁
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
29d9f600
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
channelBusiManage/src/components/OrderDetail.vue
channelBusiManage/src/components/OrderMonitoring.vue
channelBusiManage/src/components/OrderDetail.vue
View file @
7e60363
...
@@ -106,9 +106,13 @@
...
@@ -106,9 +106,13 @@
<p
class=
"mt-2 text-neutral-700"
>
{{ orderMemo || '--' }}
</p>
<p
class=
"mt-2 text-neutral-700"
>
{{ orderMemo || '--' }}
</p>
</div>
</div>
<div
v-if=
"orderAddress"
class=
"col-span-2"
>
<div
v-if=
"orderAddress"
class=
"col-span-2"
>
<label
class=
"text-neutral-500 text-sm"
>
联系
地址
</label>
<label
class=
"text-neutral-500 text-sm"
>
安装
地址
</label>
<p
class=
"mt-2 text-neutral-700"
>
{{ orderAddress || '--' }}
</p>
<p
class=
"mt-2 text-neutral-700"
>
{{ orderAddress || '--' }}
</p>
</div>
</div>
<div
v-if=
"companyName"
class=
"col-span-2"
>
<label
class=
"text-neutral-500 text-sm"
>
集团名称
</label>
<p
class=
"mt-2 text-neutral-700"
>
{{ companyName || '--' }}
</p>
</div>
</div>
</div>
</el-card>
</el-card>
...
@@ -491,6 +495,15 @@ const orderAddress = computed(() => {
...
@@ -491,6 +495,15 @@ const orderAddress = computed(() => {
return
JSON
.
parse
(
p
.
orderContent
).
address
return
JSON
.
parse
(
p
.
orderContent
).
address
})
})
const
companyName
=
computed
(()
=>
{
let
p
=
props
.
order
if
(
!
p
.
orderContent
){
return
''
}
return
JSON
.
parse
(
p
.
orderContent
).
companyName
})
// 方法
// 方法
// 状态样式映射 - 使用浅色背景样式(与订单监控页保持一致)
// 状态样式映射 - 使用浅色背景样式(与订单监控页保持一致)
...
...
channelBusiManage/src/components/OrderMonitoring.vue
View file @
7e60363
...
@@ -243,6 +243,7 @@
...
@@ -243,6 +243,7 @@
<
el
-
option
label
=
"20 条/页"
:
value
=
"20"
/>
<
el
-
option
label
=
"20 条/页"
:
value
=
"20"
/>
<
el
-
option
label
=
"50 条/页"
:
value
=
"50"
/>
<
el
-
option
label
=
"50 条/页"
:
value
=
"50"
/>
<
el
-
option
label
=
"100 条/页"
:
value
=
"100"
/>
<
el
-
option
label
=
"100 条/页"
:
value
=
"100"
/>
<
el
-
option
label
=
"200 条/页"
:
value
=
"200"
/>
<
/el-select
>
<
/el-select
>
<
/div
>
<
/div
>
<
el
-
pagination
<
el
-
pagination
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment