shish 2 anni fa
parent
commit
82bbb0a6eb
1 ha cambiato i file con 2 aggiunte e 6 eliminazioni
  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>
 
 
 			<template #table-column-num="{scope}">
 			<template #table-column-num="{scope}">
-				<el-link
-					@click="getCpList(scope.row)"
-				>{{ scope.row.num }}</el-link>
+				{{ scope.row.num }}
 			</template>
 			</template>
 
 
 			<template #table-column-name="{scope}">
 			<template #table-column-name="{scope}">
-				<el-link
-					@click="getCpList(scope.row)"
-				>{{ scope.row.name }}</el-link>
+				{{ scope.row.name }}
 			</template>
 			</template>
 
 
 			<template #table-column-inTurn="{scope}">
 			<template #table-column-inTurn="{scope}">