|
|
@@ -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}">
|