|
@@ -154,14 +154,14 @@
|
|
class="btn-primary"
|
|
class="btn-primary"
|
|
type="text"
|
|
type="text"
|
|
@click="toPreview(scope.row)"
|
|
@click="toPreview(scope.row)"
|
|
- >查看</el-button
|
|
|
|
|
|
+ >预览</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
v-if="checkPrivilege('link', 'edit')"
|
|
v-if="checkPrivilege('link', 'edit')"
|
|
class="btn-primary"
|
|
class="btn-primary"
|
|
type="text"
|
|
type="text"
|
|
@click="toEdit(scope.row)"
|
|
@click="toEdit(scope.row)"
|
|
- >修改</el-button
|
|
|
|
|
|
+ >编辑</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
v-if="checkPrivilege('link', 'enable')"
|
|
v-if="checkPrivilege('link', 'enable')"
|