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
f8ce3da5
authored
Feb 23, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
133f76fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
src/views/List/inquire.vue
src/views/List/inquire.vue
View file @
f8ce3da5
...
@@ -296,7 +296,17 @@
...
@@ -296,7 +296,17 @@
</template>
</template>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"expire_time"
label=
"报价有效期"
width=
"160"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"expire_time"
label=
"报价有效期"
width=
"160"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
""
label=
"猎芯采购员"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"buyer_info"
label=
"猎芯采购员"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-popover
placement=
"bottom"
title=
"采购员联系方式"
width=
"200"
trigger=
"hover"
>
<div
class=
"contact-information"
>
<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>
</div>
<a
slot=
"reference"
href=
"javascript:;"
class=
"alink"
v-if=
"scope.row.buyer_info"
>
{{
scope
.
row
.
buyer_info
.
buyer_name
}}
</a>
</el-popover>
</
template
>
</el-table-column>
<el-table-column
prop=
"goods_name"
label=
"报价型号"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"goods_name"
label=
"报价型号"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"status"
label=
"状态"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
>
<el-table-column
prop=
"status"
label=
"状态"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
>
...
...
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