|
@@ -89,7 +89,7 @@
|
|
|
align="center"
|
|
align="center"
|
|
|
></el-table-column>
|
|
></el-table-column>
|
|
|
<!-- <el-table-column label="主键id" align="center" prop="id" /> -->
|
|
<!-- <el-table-column label="主键id" align="center" prop="id" /> -->
|
|
|
- <el-table-column label="项目名称" align="center" prop="projectName">
|
|
|
|
|
|
|
+ <el-table-column label="项目名称" align="center" prop="projectName" width="200">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<div
|
|
<div
|
|
|
:title="scope.row.projectName"
|
|
:title="scope.row.projectName"
|
|
@@ -109,17 +109,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
|
|
- label="项目所属城市"
|
|
|
|
|
- align="center"
|
|
|
|
|
- prop="tProjectCompany.registeredAddress"
|
|
|
|
|
- >
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- <div :title="scope.row.tProjectCompany.registeredAddress">
|
|
|
|
|
- {{ scope.row.tProjectCompany.registeredAddress }}
|
|
|
|
|
- </div>
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
<el-table-column label="所属行业" align="center" prop="industry"
|
|
<el-table-column label="所属行业" align="center" prop="industry"
|
|
|
><template slot-scope="scope">
|
|
><template slot-scope="scope">
|
|
|
<dict-tag
|
|
<dict-tag
|
|
@@ -255,7 +244,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" align="center" width="150" fixed="right" class-name="small-padding fixed-width">
|
|
|
|
|
|
|
+ <el-table-column label="操作" align="center" width="90" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button v-if="scope.row.taskDefKey=='modifyApply'" type="text" @click="handleEdit(scope.row)">处理</el-button>
|
|
<el-button v-if="scope.row.taskDefKey=='modifyApply'" type="text" @click="handleEdit(scope.row)">处理</el-button>
|
|
|
<template v-else>
|
|
<template v-else>
|
|
@@ -302,7 +291,7 @@
|
|
|
align="center"
|
|
align="center"
|
|
|
></el-table-column>
|
|
></el-table-column>
|
|
|
<!-- <el-table-column label="主键id" align="center" prop="id" /> -->
|
|
<!-- <el-table-column label="主键id" align="center" prop="id" /> -->
|
|
|
- <el-table-column label="项目名称" align="center" prop="projectName">
|
|
|
|
|
|
|
+ <el-table-column label="项目名称" align="center" prop="projectName" width="200">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<div
|
|
<div
|
|
|
:title="scope.row.projectName"
|
|
:title="scope.row.projectName"
|
|
@@ -322,17 +311,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
|
|
- label="项目所属城市"
|
|
|
|
|
- align="center"
|
|
|
|
|
- prop="tProjectCompany.registeredAddress"
|
|
|
|
|
- >
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- <div :title="scope.row.tProjectCompany.registeredAddress">
|
|
|
|
|
- {{ scope.row.tProjectCompany.registeredAddress }}
|
|
|
|
|
- </div>
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
<el-table-column label="所属行业" align="center" prop="industry"
|
|
<el-table-column label="所属行业" align="center" prop="industry"
|
|
|
><template slot-scope="scope">
|
|
><template slot-scope="scope">
|
|
|
<dict-tag
|
|
<dict-tag
|
|
@@ -462,7 +440,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" align="center" width="150" fixed="right" class-name="small-padding fixed-width">
|
|
|
|
|
|
|
+ <el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" size="small" @click="handleDetail(scope.row)">详情</el-button>
|
|
<el-button type="text" size="small" @click="handleDetail(scope.row)">详情</el-button>
|
|
|
</template>
|
|
</template>
|
|
@@ -496,7 +474,7 @@
|
|
|
align="center"
|
|
align="center"
|
|
|
></el-table-column>
|
|
></el-table-column>
|
|
|
<!-- <el-table-column label="主键id" align="center" prop="id" /> -->
|
|
<!-- <el-table-column label="主键id" align="center" prop="id" /> -->
|
|
|
- <el-table-column label="项目名称" align="center" prop="projectName">
|
|
|
|
|
|
|
+ <el-table-column label="项目名称" align="center" prop="projectName" width="200">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<div
|
|
<div
|
|
|
:title="scope.row.projectName"
|
|
:title="scope.row.projectName"
|
|
@@ -516,17 +494,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
|
|
- label="项目所属城市"
|
|
|
|
|
- align="center"
|
|
|
|
|
- prop="tProjectCompany.registeredAddress"
|
|
|
|
|
- >
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- <div :title="scope.row.tProjectCompany.registeredAddress">
|
|
|
|
|
- {{ scope.row.tProjectCompany.registeredAddress }}
|
|
|
|
|
- </div>
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
<el-table-column label="所属行业" align="center" prop="industry"
|
|
<el-table-column label="所属行业" align="center" prop="industry"
|
|
|
><template slot-scope="scope">
|
|
><template slot-scope="scope">
|
|
|
<dict-tag
|
|
<dict-tag
|
|
@@ -653,7 +620,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" align="center" width="150" fixed="right" class-name="small-padding fixed-width">
|
|
|
|
|
|
|
+ <el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" size="small" @click="handleDetail(scope.row)">详情</el-button>
|
|
<el-button type="text" size="small" @click="handleDetail(scope.row)">详情</el-button>
|
|
|
</template>
|
|
</template>
|