فهرست منبع

删除主播确认弹窗问题修复

evoxwht 2 سال پیش
والد
کامیت
89e88e443d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      template/admin/src/pages/marketing/live/anchor.vue

+ 1 - 1
template/admin/src/pages/marketing/live/anchor.vue

@@ -26,7 +26,7 @@
         <template slot-scope="{ row, index }" slot="action">
         <template slot-scope="{ row, index }" slot="action">
           <a @click="edit(row.id)">修改</a>
           <a @click="edit(row.id)">修改</a>
           <Divider type="vertical" />
           <Divider type="vertical" />
-          <a @click="del(row, '删除分组', index)">删除</a>
+          <a @click="del(row, '删除主播', index)">删除</a>
         </template>
         </template>
       </Table>
       </Table>
       <div class="acea-row row-right page">
       <div class="acea-row row-right page">