|
|
|
@ -54,8 +54,8 @@ |
|
|
|
|
</span> |
|
|
|
|
<!-- 操作项 --> |
|
|
|
|
<span class="actions" slot="action" slot-scope="text, item"> |
|
|
|
|
<a @click="handleCommit(item.appid)">发布体验版</a> |
|
|
|
|
<a @click="handleAudit(item.appid)">发布正式版</a> |
|
|
|
|
<!-- <a @click="handleCommit(item.appid)">发布体验版</a> |
|
|
|
|
<a @click="handleAudit(item.appid)">发布正式版</a> --> |
|
|
|
|
<a @click="handleVersion(item)">刷新版本</a> |
|
|
|
|
</span> |
|
|
|
|
</a-table> |
|
|
|
@ -141,7 +141,7 @@ const columns = [ |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
title: '操作', |
|
|
|
|
width: '250px', |
|
|
|
|
width: '100px', |
|
|
|
|
key: 'action', |
|
|
|
|
fixed: 'right', |
|
|
|
|
scopedSlots: { customRender: 'action' }, |
|
|
|
|