|
@@ -97,7 +97,6 @@
|
|
|
<el-table-column label="链接ID" prop="linkId" width="200" :show-overflow-tooltip="true" />
|
|
<el-table-column label="链接ID" prop="linkId" width="200" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="链接名称" prop="linkName" width="150" :show-overflow-tooltip="true" />
|
|
<el-table-column label="链接名称" prop="linkName" width="150" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="链接URL" prop="url" width="200" :show-overflow-tooltip="true" />
|
|
<el-table-column label="链接URL" prop="url" width="200" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="pageParam" prop="pageParam" width="150" :show-overflow-tooltip="true" />
|
|
|
|
|
<el-table-column label="使用范围" prop="rangeDesc" width="200" :show-overflow-tooltip="true" />
|
|
<el-table-column label="使用范围" prop="rangeDesc" width="200" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="状态" width="80" align="center">
|
|
<el-table-column label="状态" width="80" align="center">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|