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 450c2360
authored
Mar 19, 2026
by
李宁
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
7e603637
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
channelBusiManage/src/components/OrderDetail.vue
channelBusiManage/src/components/OrderDetail.vue
View file @
450c236
...
...
@@ -101,15 +101,15 @@
</span>
</div>
</div>
<div
v-if=
"orderMemo"
class=
"col-span-2"
>
<div
v-if=
"orderMemo"
>
<label
class=
"text-neutral-500 text-sm"
>
备注信息
</label>
<p
class=
"mt-2 text-neutral-700"
>
{{ orderMemo || '--' }}
</p>
</div>
<div
v-if=
"orderAddress"
class=
"col-span-2"
>
<div
v-if=
"orderAddress"
>
<label
class=
"text-neutral-500 text-sm"
>
安装地址
</label>
<p
class=
"mt-2 text-neutral-700"
>
{{ orderAddress || '--' }}
</p>
</div>
<div
v-if=
"companyName"
class=
"col-span-2"
>
<div
v-if=
"companyName"
>
<label
class=
"text-neutral-500 text-sm"
>
集团名称
</label>
<p
class=
"mt-2 text-neutral-700"
>
{{ companyName || '--' }}
</p>
</div>
...
...
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