qinzhipeng_v 5 жил өмнө
parent
commit
b828e5286b

+ 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>