Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
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
zhanglw
sensorConsult
Commits
56ebda40
Commit
56ebda40
authored
Aug 21, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
47a6aefa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
details.vue
src/views/homepage/supplier/details.vue
+3
-2
No files found.
src/views/homepage/supplier/details.vue
View file @
56ebda40
...
...
@@ -125,7 +125,7 @@
<el-col
:span=
"7"
class=
"grid-content"
>
 
{{
dict
.
label
.
company_type
[
supplierObj
.
enterpriseType
]
||
'
-
'
}}
</el-col>
</el-row>
<el-row>
<el-col
:span=
"5"
class=
"grid-content"
><div
class=
"grid-label"
>
注册资本
</div></el-col>
<el-col
:span=
"5"
class=
"grid-content"
><div
class=
"grid-label"
>
注册资本
(万元)
</div></el-col>
<el-col
:span=
"7"
class=
"grid-content"
>
 
{{
supplierObj
.
registeredCapital
||
'
-
'
}}
</el-col>
<el-col
:span=
"5"
class=
"grid-content"
><div
class=
"grid-label"
>
所属行业
</div></el-col>
<el-col
:span=
"7"
class=
"grid-content"
>
 
{{
dict
.
label
.
industry_type
[
supplierObj
.
industry
]
||
'
-
'
}}
</el-col>
...
...
@@ -403,7 +403,8 @@ export default {
// this.tabChange('3')
HttpReq
.
webClientApi
.
productGetHardwareList
({
page
:
0
,
pageSize
:
9999
pageSize
:
9999
,
...
this
.
query
}).
then
((
res
)
=>
{
this
.
showMore
=
false
this
.
productList
=
res
.
data
.
hardwareList
.
data
...
...
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