Commit fa3664be authored by LiXuyang's avatar LiXuyang

首页-跳转

parent 12036cdb
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</div> </div>
<h3 class="content-item-h3">数据公示</h3> <h3 class="content-item-h3">数据公示</h3>
<span class="title_bottom">共114条数据,公示期为10个工作日</span> <span class="title_bottom">共112条数据,公示期为10个工作日</span>
<div class="tab-pane"> <div class="tab-pane">
<el-tabs v-model="activeName" @tab-click="handleClick"> <el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane name="first"> <el-tab-pane name="first">
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
<div class="custom-table"> <div class="custom-table">
<el-tab-pane name="first"> <el-tab-pane name="first">
<template #label> <template #label>
<span class="mb-4 tab-label">数据服务(15900</span> <span class="mb-4 tab-label">数据服务(6123</span>
</template> </template>
<el-table <el-table
class="mt-5" class="mt-5"
...@@ -169,7 +169,9 @@ ...@@ -169,7 +169,9 @@
<span class="table-span-label">{{ scope.column.label }}</span> <span class="table-span-label">{{ scope.column.label }}</span>
</template> </template>
<template #default="scope"> <template #default="scope">
<span class="table-span" @click="handleListDataSet">{{ scope.row.address }}</span> <span class="table-span" @click="handleListDataSet">{{
scope.row.address
}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="name" width="350" label="申请人" /> <el-table-column prop="name" width="350" label="申请人" />
...@@ -179,7 +181,7 @@ ...@@ -179,7 +181,7 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane name="second"> <el-tab-pane name="second">
<template #label> <template #label>
<span class="mb-4 tab-label">数据集(100</span> <span class="mb-4 tab-label">数据集(4712</span>
</template> </template>
<el-table <el-table
class="mt-5" class="mt-5"
...@@ -191,10 +193,12 @@ ...@@ -191,10 +193,12 @@
> >
<el-table-column prop="address" width="500" label="数据集产权名称"> <el-table-column prop="address" width="500" label="数据集产权名称">
<template #header="scope"> <template #header="scope">
<span class="table-span-label" @click="handleListFile">{{ scope.column.label }}</span> <span class="table-span-label">{{ scope.column.label }}</span>
</template> </template>
<template #default="scope"> <template #default="scope">
<span class="table-span">{{ scope.row.address }}</span> <span class="table-span" @click="handleListFile">{{
scope.row.address
}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="name" width="350" label="申请人" /> <el-table-column prop="name" width="350" label="申请人" />
...@@ -204,7 +208,7 @@ ...@@ -204,7 +208,7 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane name="third"> <el-tab-pane name="third">
<template #label> <template #label>
<span class="mb-4 tab-label">API(100)</span> <span class="mb-4 tab-label">API(3081)</span>
</template> </template>
<el-table <el-table
class="mt-5" class="mt-5"
...@@ -442,17 +446,17 @@ ...@@ -442,17 +446,17 @@
path: '/aaaFont/dataRegistration/enrollPublicObjection', path: '/aaaFont/dataRegistration/enrollPublicObjection',
}); });
}, },
handleListApi(){ handleListApi() {
this.$router.push({ this.$router.push({
path: '/aaaFont/tradingMarket/details/api', path: '/aaaFont/tradingMarket/details/api',
}); });
}, },
handleListFile(){ handleListFile() {
this.$router.push({ this.$router.push({
path: '/aaaFont/tradingMarket/details/file', path: '/aaaFont/tradingMarket/details/file',
}); });
}, },
handleListDataSet(){ handleListDataSet() {
this.$router.push({ this.$router.push({
path: '/aaaFont/tradingMarket/details/dataSet', path: '/aaaFont/tradingMarket/details/dataSet',
}); });
...@@ -650,6 +654,7 @@ ...@@ -650,6 +654,7 @@
.table-span { .table-span {
color: #1962e2; color: #1962e2;
margin-left: 80px; margin-left: 80px;
cursor: pointer;
} }
.table-span-label { .table-span-label {
......
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