|
@@ -128,7 +128,7 @@
|
|
|
width="170"
|
|
|
sortable="custom"
|
|
|
/>
|
|
|
- <el-table-column fixed="right" label="操作" prop width="370">
|
|
|
+ <el-table-column fixed="right" label="操作" prop width="300">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" @click="handleClick(scope.row)"
|
|
|
>编辑</el-button
|
|
@@ -151,9 +151,9 @@
|
|
|
<el-button type="text" @click="handleDiscount(scope.row)"
|
|
|
>授权码</el-button
|
|
|
>
|
|
|
- <el-button type="text" @click="handleCreatLink(scope.row)"
|
|
|
+ <!-- <el-button type="text" @click="handleCreatLink(scope.row)"
|
|
|
>生成链接</el-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
<el-button type="text" @click="handleDel(scope.row)"
|
|
|
>删除</el-button
|
|
|
>
|