|
@@ -406,6 +406,11 @@
|
|
{{ getTypeName(scope.row.typeId) }}
|
|
{{ getTypeName(scope.row.typeId) }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column label="子分类" align="center" min-width="100">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{ getTypeName(scope.row.typeSubId) }}
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column label="关联项目" align="center" min-width="100">
|
|
<el-table-column label="关联项目" align="center" min-width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<a
|
|
<a
|