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