shish 2 ani în urmă
părinte
comite
82bbb0a6eb
1 a modificat fișierele cu 2 adăugiri și 6 ștergeri
  1. 2 6
      pt/src/views/cp/pt-cp-class.vue

+ 2 - 6
pt/src/views/cp/pt-cp-class.vue

@@ -9,15 +9,11 @@
 			</template>
 
 			<template #table-column-num="{scope}">
-				<el-link
-					@click="getCpList(scope.row)"
-				>{{ scope.row.num }}</el-link>
+				{{ scope.row.num }}
 			</template>
 
 			<template #table-column-name="{scope}">
-				<el-link
-					@click="getCpList(scope.row)"
-				>{{ scope.row.name }}</el-link>
+				{{ scope.row.name }}
 			</template>
 
 			<template #table-column-inTurn="{scope}">