Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
7b444552
Commit
7b444552
authored
Jun 28, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户名称 被截断bug修复
parent
3f0d9ce7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/ecw/customer/index.vue
+1
-1
query.vue
src/views/ecw/customer/query.vue
+1
-1
index.vue
src/views/ecw/customerConfirm/index.vue
+1
-1
index.vue
src/views/ecw/customerToBeAssigned/index.vue
+1
-1
index.vue
src/views/ecw/myCustomerService/index.vue
+1
-1
index.vue
src/views/ecw/oceanCustomer/index.vue
+1
-1
No files found.
src/views/ecw/customer/index.vue
View file @
7b444552
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('客户名称')"
align=
"center"
prop=
"name"
>
<el-table-column
:label=
"$t('客户名称')"
align=
"center"
prop=
"name"
>
<
template
slot-scope=
"{row}"
>
<
template
slot-scope=
"{row}"
>
<p
style=
"display:inline-block;white-space:
pre
;"
>
{{
$l
(
row
,
'
name
'
)
}}
</p>
<p
style=
"display:inline-block;white-space:
pre-wrap
;"
>
{{
$l
(
row
,
'
name
'
)
}}
</p>
<el-tag
v-if=
"row.isInOpenSea"
size=
"mini"
>
{{
$t
(
'
公
'
)
}}
</el-tag>
<el-tag
v-if=
"row.isInOpenSea"
size=
"mini"
>
{{
$t
(
'
公
'
)
}}
</el-tag>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
src/views/ecw/customer/query.vue
View file @
7b444552
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<el-card
style=
"margin-top: 15px;"
>
<el-card
style=
"margin-top: 15px;"
>
<el-descriptions
:column=
"4"
border
>
<el-descriptions
:column=
"4"
border
>
<el-descriptions-item
:label=
"$t('客户编号')"
>
{{
customer
.
number
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('客户编号')"
>
{{
customer
.
number
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('客户名称')"
>
{{
customer
.
name
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('客户名称')"
>
<span
style=
"white-space: pre-wrap;"
>
{{
customer
.
name
}}
</span>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('客户英文名称')"
>
{{
customer
.
nameEn
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('客户英文名称')"
>
{{
customer
.
nameEn
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('结算方式')"
>
{{
getDictDataLabel
(
DICT_TYPE
.
CUSTOMER_BALANCE
,
customer
.
balance
)
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('结算方式')"
>
{{
getDictDataLabel
(
DICT_TYPE
.
CUSTOMER_BALANCE
,
customer
.
balance
)
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('客户生日')"
>
{{
parseTime
(
customer
.
birthday
,
'
{y
}
-{m
}
-{d
}
'
)
}}
<
/el-descriptions-item
>
<el-descriptions-item
:label=
"$t('客户生日')"
>
{{
parseTime
(
customer
.
birthday
,
'
{y
}
-{m
}
-{d
}
'
)
}}
<
/el-descriptions-item
>
...
...
src/views/ecw/customerConfirm/index.vue
View file @
7b444552
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('客户名称')"
align=
"center"
prop=
"name"
>
<el-table-column
:label=
"$t('客户名称')"
align=
"center"
prop=
"name"
>
<
template
v-slot=
"{row}"
>
<
template
v-slot=
"{row}"
>
<p
style=
"display:inline-block;white-space: pre;"
>
{{
$l
(
row
,
'
name
'
)
}}
</p>
<p
style=
"display:inline-block;white-space: pre
-wrap
;"
>
{{
$l
(
row
,
'
name
'
)
}}
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('客户等级')"
align=
"center"
prop=
"vipLevelNameZh"
>
<el-table-column
:label=
"$t('客户等级')"
align=
"center"
prop=
"vipLevelNameZh"
>
...
...
src/views/ecw/customerToBeAssigned/index.vue
View file @
7b444552
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('客户名称')"
align=
"center"
prop=
"name"
>
<el-table-column
:label=
"$t('客户名称')"
align=
"center"
prop=
"name"
>
<
template
v-slot=
"{row}"
>
<
template
v-slot=
"{row}"
>
<p
style=
"display:inline-block;white-space: pre;"
>
{{
$l
(
row
,
'
name
'
)
}}
</p>
<p
style=
"display:inline-block;white-space: pre
-wrap
;"
>
{{
$l
(
row
,
'
name
'
)
}}
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('客户等级')"
align=
"center"
prop=
"vipLevelNameZh"
>
<el-table-column
:label=
"$t('客户等级')"
align=
"center"
prop=
"vipLevelNameZh"
>
...
...
src/views/ecw/myCustomerService/index.vue
View file @
7b444552
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('客户名称')"
align=
"center"
prop=
"name"
>
<el-table-column
:label=
"$t('客户名称')"
align=
"center"
prop=
"name"
>
<
template
v-slot=
"{row}"
>
<
template
v-slot=
"{row}"
>
<p
style=
"display:inline-block;white-space: pre;"
>
{{
$l
(
row
,
'
name
'
)
}}
</p>
<p
style=
"display:inline-block;white-space: pre
-wrap
;"
>
{{
$l
(
row
,
'
name
'
)
}}
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('客户等级')"
align=
"center"
prop=
"vipLevelNameZh"
>
<el-table-column
:label=
"$t('客户等级')"
align=
"center"
prop=
"vipLevelNameZh"
>
...
...
src/views/ecw/oceanCustomer/index.vue
View file @
7b444552
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('客户名称')"
align=
"center"
prop=
"name"
>
<el-table-column
:label=
"$t('客户名称')"
align=
"center"
prop=
"name"
>
<
template
v-slot=
"{row}"
>
<
template
v-slot=
"{row}"
>
<p
style=
"display:inline-block;white-space: pre;"
>
{{
$l
(
row
,
'
name
'
)
}}
</p>
<p
style=
"display:inline-block;white-space: pre
-wrap
;"
>
{{
$l
(
row
,
'
name
'
)
}}
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('客户等级')"
align=
"center"
prop=
"vipLevelNameZh"
>
<el-table-column
:label=
"$t('客户等级')"
align=
"center"
prop=
"vipLevelNameZh"
>
...
...
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