|
@@ -97,7 +97,7 @@
|
|
{{ sourceTypeOb[scope.row.sourceType] }}
|
|
{{ sourceTypeOb[scope.row.sourceType] }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="belongingProjectName" label="归属的项目" min-width="140" show-overflow-tooltip align="center">
|
|
|
|
|
|
+ <el-table-column prop="belongingProjectName" label="归属的项目" min-width="250" show-overflow-tooltip align="center">
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|
|
{{ scope.row.belongingProjectName }}
|
|
{{ scope.row.belongingProjectName }}
|
|
</template>
|
|
</template>
|