wang hou sheng 11 months ago
parent 73c89cfd71
commit 38999f33db
  1. 6
      src/views/store/auth.vue

@ -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' },

Loading…
Cancel
Save