|
@@ -42,8 +42,8 @@
|
|
|
<s-table ref="table" size="default" rowKey="id" :columns="columns" :data="loadData" :alert="options.alert" :rowSelection="options.rowSelection" showPagination="auto">
|
|
|
<span slot="action" slot-scope="record">
|
|
|
<template>
|
|
|
- <a @click="handleView(record)">查看</a>
|
|
|
- <operation-button @click="handleEdit(record)">修改</operation-button>
|
|
|
+ <a @click="handleView(record)">预览</a>
|
|
|
+ <operation-button @click="handleEdit(record)">编辑</operation-button>
|
|
|
<operation-button v-if="$auth('workflow-workflow-del')" :type="2" title="是否要删除该条数据?" @confirm="batchDelete(record.id)">删除</operation-button>
|
|
|
</template>
|
|
|
</span>
|