|
@@ -70,7 +70,7 @@
|
|
|
>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
- <el-form :inline="true">
|
|
|
+ <!-- <el-form :inline="true">
|
|
|
<el-form-item
|
|
|
class="label-input"
|
|
|
label="链接有效期"
|
|
@@ -83,7 +83,7 @@
|
|
|
:precision="0"
|
|
|
></el-input-number>
|
|
|
</el-form-item>
|
|
|
- </el-form>
|
|
|
+ </el-form> -->
|
|
|
<div class="table-box">
|
|
|
<el-table
|
|
|
v-loading="tableloading"
|
|
@@ -137,7 +137,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
|
|
@@ -160,9 +160,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
|
|
|
>
|