Commit 0dd4a056 by liudx

修改假数据

parent b145465d
No preview for this file type
......@@ -161,10 +161,11 @@ export default {
this.$router.push({ name: "login" });
},
goUserCenter() {
if (this.$route.name !== "usercenter") {
this.activeIndex = "usercenter";
this.$router.push({ name: "usercenter" });
}
//2023.8.2隐藏用户中心
// if (this.$route.name !== "usercenter") {
// this.activeIndex = "usercenter";
// this.$router.push({ name: "usercenter" });
// }
},
getNowTime() {
this.nowTime = this.$moment().format("YYYY[年]MMMDo HH:mm:ss");
......
......@@ -3,8 +3,9 @@
"id": 1,
"industry_level": 1,
"name": "纸制品加工及卫品",
"img1": "",
"img2": "",
"img1": "zhi2.png",
"img2": "zhi.png",
"span": "<p>纸制品加工指用纸及纸板为原料,进一步加工制成纸制品的生产活动。 满城区是中国北方最大的生活用纸产业聚集区,曾被中国造纸协会授予“华北生活用纸产业基地”称号。该区现有纸制品生产企业70家、深加工企业270余家、配套彩印包装企业40余家、纸制品机械销售企业8家,形成了集原纸生产、复卷加工、展示销售和纸品机械、物流、彩印包装等行业的全产业链条,生活用纸年产量200余万吨,全国生活用纸市场占有率25%左右。</p>"
},
{
......
......@@ -56,14 +56,14 @@
</p>
</div>
<!-- 2023.7.31隐藏地图入口 -->
<!-- <div
<div
class="map-btn no-select"
v-if="mode == 'chain'"
@click="changeType('map')"
>
<img src="~@/assets/images/atlas/icon-changemap.png" alt="" />
<span>切换为地图</span>
</div> -->
</div>
<div
class="map-btn no-select"
v-if="mode == 'map'"
......@@ -331,7 +331,8 @@
<div class="right-en">
<div class="title-num">
<img src="@/assets/images/atlas/icon-result.png" alt="" />
<span>已为您找到{{ total }}家相关企业,可按以下条件进行高级搜索</span>
<!-- <span>已为您找到{{ total }}家相关企业,可按以下条件进行高级搜索</span> -->
<span>已为您找到20家相关企业,可按以下条件进行高级搜索</span>
</div>
<div class="options1">
<div>
......@@ -423,8 +424,15 @@
label="企业类型"
>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" label="企业资质">
<el-table-column prop="zizhi" :show-overflow-tooltip="true" label="企业资质">
<!-- 2023.8.2显示企业资质修改 -->
<template slot-scope="scope">
<el-tag style="margin-right:5px;">
{{scope.row.zizhi }}
</el-tag>
</template>
<!-- <template slot-scope="scope">
<el-tag v-if="scope.row.isfive" style="margin-right:5px;">
{{ scope.row.isfive }}
</el-tag>
......@@ -458,7 +466,7 @@
<el-tag v-if="scope.row.patent" style="margin-right:5px;">
{{ scope.row.patent }}
</el-tag>
</template>
</template> -->
</el-table-column>
</el-table>
<el-pagination
......@@ -712,7 +720,7 @@ export default {
subNodeList: [
{
level: 2,
node: "",
node: "原材料",
company_count: 0,
subNodeList: [
{
......@@ -1324,6 +1332,78 @@ export default {
// return item;
// });
// this.total = res.size;
this.tableData = [
{
index:1,
company_name:'河北金博士集团有限公司',
district:'满城区',
entype:'有限责任公司(自然人投资或控股)',
zizhi:'高新技术企业',
},
{
index:2,
company_name:'保定中京电力建设有限责任公司',
district:'满城区',
entype:'其他有限责任公司)',
zizhi:'高新技术企业',
},
{
index:3,
company_name:'保定市昊宇牧业股份有限公司',
district:'满城区',
entype:'股份有限公司(非上市、自然人投资或控股)',
zizhi:'专精特新企业',
},
{
index:4,
company_name:'河北沃沐豪新能源科技有限公司',
district:'满城区',
entype:'有限责任公司(自然人投资或控股)',
zizhi:'专精特新企业',
},
{
index:5,
company_name:'乐凯胶片股份有限公司',
district:'满城区',
entype:'其他股份有限公司(上市)',
zizhi:'上市公司',
},
{
index:6,
company_name:'河北新希望天香乳业有限公司',
district:'满城区',
entype:'有限责任公司(非自然人投资或控股的法人独资)',
zizhi:'500强企业',
},
{
index:7,
company_name:'保定尼尔电力集团有限公司',
district:'满城区',
entype:'有限责任公司(自然人投资或控股)',
zizhi:'高新技术企业',
},
{
index:8,
company_name:'河北通力水泥制品有限公司',
district:'满城区',
entype:'有限责任公司(自然人投资或控股)',
zizhi:'高新技术企业',
},
{
index:9,
company_name:'保定市兆微软件科技有限公司',
district:'满城区',
entype:'有限责任公司(自然人投资或控股)',
zizhi:'专精特新企业',
},
{
index:10,
company_name:'保定保利瑞合生物科技有限公司',
district:'满城区',
entype:'有限责任公司(自然人投资或控股)',
zizhi:'上市公司',
},
]
},
// 前往 企业 详情页
goEnterprise(id) {
......@@ -1545,17 +1625,18 @@ export default {
}
},
async setCollect(collect) {
this.collect = collect;
let res = await API.collect({
id: this.industry_id,
collect,
});
if (res.code == 0) {
this.getIndustryCollect();
this.$message.success(res.msg);
} else {
this.$message.error(res.msg);
}
//2023.8.2收藏功能取消
// this.collect = collect;
// let res = await API.collect({
// id: this.industry_id,
// collect,
// });
// if (res.code == 0) {
// this.getIndustryCollect();
// this.$message.success(res.msg);
// } else {
// this.$message.error(res.msg);
// }
},
// 获取分类
async getScreening() {
......@@ -1567,8 +1648,9 @@ export default {
}
},
changeType(mode) {
this.mode = "";
this.mode = mode;
// 2023.8.2切换
// this.mode = "";
// this.mode = mode;
// if (this.loadingGraph == false && this.mode == "graph") {
// this.$nextTick(() => {
// this.initChartGraph();
......
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