guarantee-lsq 11 hónapja
szülő
commit
8d3575ac92
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/views/workflow/workflow/Workflow.vue

+ 2 - 2
src/views/workflow/workflow/Workflow.vue

@@ -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>