lijinlong
吕天方 4 months ago
parent e27751fdcc
commit fbf28d97c3

@ -101,7 +101,7 @@
<el-table v-loading="loadingProject" :data="tableData" :height="tabHeaderOne" border :header-cell-style="{background:'#E8F3FC'}"> <el-table v-loading="loadingProject" :data="tableData" :height="tabHeaderOne" border :header-cell-style="{background:'#E8F3FC'}">
<el-table-column label="项目名称" key="type" prop="type" align="center" width="180"> <el-table-column label="项目名称" key="type" prop="type" align="center" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="project-trace-table-name" @click="goProjectInfo(scope.row.id)"><dict-tag :options="dict.type.project_small_type" :value="scope.row.projectSmallType"/></div> <div class="project-trace-table-name" @click="goProjectInfo(scope.row.id,1)"><dict-tag :options="dict.type.project_small_type" :value="scope.row.projectSmallType"/></div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="企业名称" key="declareUnit" prop="declareUnit" align="center"> <el-table-column label="企业名称" key="declareUnit" prop="declareUnit" align="center">

Loading…
Cancel
Save