Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
66b99d75
authored
Feb 23, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
兼容
parent
52808d45
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/main.js
src/views/List/inquire.vue
src/main.js
View file @
66b99d75
...
@@ -14,7 +14,7 @@ import '@/assets/css/public/common.min.css'
...
@@ -14,7 +14,7 @@ import '@/assets/css/public/common.min.css'
import
'@/assets/css/font/iconfont.css'
import
'@/assets/css/font/iconfont.css'
//本地环境开启提示信息
//本地环境开启提示信息
Vue
.
config
.
productionTip
=
fals
e
;
Vue
.
config
.
productionTip
=
tru
e
;
Vue
.
prototype
.
$ELEMENT
=
{
Vue
.
prototype
.
$ELEMENT
=
{
size
:
'mini'
,
size
:
'mini'
,
...
...
src/views/List/inquire.vue
View file @
66b99d75
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
<p
class=
"row verCenter"
v-if=
"scope.row.buyer_info"
><em>
电话:
</em><span>
{{
scope
.
row
.
buyer_info
.
mobile
}}
</span></p>
<p
class=
"row verCenter"
v-if=
"scope.row.buyer_info"
><em>
电话:
</em><span>
{{
scope
.
row
.
buyer_info
.
mobile
}}
</span></p>
<p
class=
"row verCenter"
v-if=
"scope.row.buyer_info"
><em>
邮箱:
</em><span>
{{
scope
.
row
.
buyer_info
.
email
}}
</span></p>
<p
class=
"row verCenter"
v-if=
"scope.row.buyer_info"
><em>
邮箱:
</em><span>
{{
scope
.
row
.
buyer_info
.
email
}}
</span></p>
</div>
</div>
<a
slot=
"reference"
href=
"javascript:;"
class=
"alink"
>
{{
scope
.
row
.
buyer_info
.
buyer_name
}}
</a>
<a
slot=
"reference"
href=
"javascript:;"
class=
"alink"
v-if=
"scope.row.buyer_info"
>
{{
scope
.
row
.
buyer_info
.
buyer_name
}}
</a>
</el-popover>
</el-popover>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
<p
class=
"row verCenter"
v-if=
"scope.row.buyer_info"
><em>
电话:
</em><span>
{{
scope
.
row
.
buyer_info
.
mobile
}}
</span></p>
<p
class=
"row verCenter"
v-if=
"scope.row.buyer_info"
><em>
电话:
</em><span>
{{
scope
.
row
.
buyer_info
.
mobile
}}
</span></p>
<p
class=
"row verCenter"
v-if=
"scope.row.buyer_info"
><em>
邮箱:
</em><span>
{{
scope
.
row
.
buyer_info
.
email
}}
</span></p>
<p
class=
"row verCenter"
v-if=
"scope.row.buyer_info"
><em>
邮箱:
</em><span>
{{
scope
.
row
.
buyer_info
.
email
}}
</span></p>
</div>
</div>
<a
slot=
"reference"
href=
"javascript:;"
class=
"alink"
>
{{
scope
.
row
.
buyer_info
.
buyer_name
}}
</a>
<a
slot=
"reference"
href=
"javascript:;"
class=
"alink"
v-if=
"scope.row.buyer_info"
>
{{
scope
.
row
.
buyer_info
.
buyer_name
}}
</a>
</el-popover>
</el-popover>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
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