qinzhipeng_v 5 years ago
parent
commit
b828e5286b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/projectManage/requirement/list/index.vue

+ 1 - 1
src/views/projectManage/requirement/list/index.vue

@@ -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 }}
           </template>
         </el-table-column>