Commit 56ebda40 authored by zhanglw's avatar zhanglw

调整

parent 47a6aefa
......@@ -125,7 +125,7 @@
<el-col :span="7" class="grid-content">&#12288;{{ 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">&#12288;{{ 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">&#12288;{{ 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment