Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fulixin
dsk-operate-sys-cscec
Commits
994f274f
Commit
994f274f
authored
Mar 19, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
d44e632a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ledger.vue
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
+2
-2
No files found.
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
View file @
994f274f
...
@@ -120,13 +120,13 @@
...
@@ -120,13 +120,13 @@
<el-tooltip
placement=
"top"
v-if=
"scope.row.customerText.length>20"
>
<el-tooltip
placement=
"top"
v-if=
"scope.row.customerText.length>20"
>
<div
slot=
"content"
>
{{
scope
.
row
.
customerText
}}
</div>
<div
slot=
"content"
>
{{
scope
.
row
.
customerText
}}
</div>
<div
class=
"renling"
>
<div
class=
"renling"
>
<router-link
v-if=
"scope.row.companyId"
:to=
"`/enterprise/$
{encodeStr(scope.row.companyId)}?path=cooperationRecord
&
companyName=${scope.row.customerText}
?customerId=scope.row.customerId
`" tag="a"
<router-link
v-if=
"scope.row.companyId"
:to=
"`/enterprise/$
{encodeStr(scope.row.companyId)}?path=cooperationRecord
&
companyName=${scope.row.customerText}
&
ctmId=${scope.row.customerId}
`" tag="a"
class="wordprimary" v-html="scope.row.customerName">
</router-link>
class="wordprimary" v-html="scope.row.customerName">
</router-link>
<span
v-else
v-html=
"scope.row.customerName"
></span>
<span
v-else
v-html=
"scope.row.customerName"
></span>
</div>
</div>
</el-tooltip>
</el-tooltip>
<div
class=
"renling"
v-else
>
<div
class=
"renling"
v-else
>
<router-link
v-if=
"scope.row.companyId"
:to=
"`/enterprise/$
{encodeStr(scope.row.companyId)}?path=cooperationRecord
&
companyName=${scope.row.customerText}
?customerId=scope.row.customerId
`" tag="a"
<router-link
v-if=
"scope.row.companyId"
:to=
"`/enterprise/$
{encodeStr(scope.row.companyId)}?path=cooperationRecord
&
companyName=${scope.row.customerText}
&
ctmId=${scope.row.customerId}
`" tag="a"
class="wordprimary" v-html="scope.row.customerName">
</router-link>
class="wordprimary" v-html="scope.row.customerName">
</router-link>
<span
v-else
v-html=
"scope.row.customerName"
></span>
<span
v-else
v-html=
"scope.row.customerName"
></span>
</div>
</div>
...
...
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