浏览代码

音频管理 歌曲 修改文案:批量上传音频

DESKTOP-O04BTUJ\muzen 2 年之前
父节点
当前提交
4079d93634
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/music/list/index.vue

+ 1 - 1
src/views/music/list/index.vue

@@ -26,7 +26,7 @@
         <el-button type="primary" plain icon="el-icon-plus" @click="getDetail()">新增</el-button>
         <el-button type="primary" :disabled="obj.id === ''" @click="getChange(obj, 1)">批量上架</el-button>
         <el-button type="primary" :disabled="obj.id === ''" @click="getChange(obj, 2)">批量下架</el-button>
-        <Upload action="/admin/program/batch/upload" multiple title="选择多个音频文件" @loading="loading = true" @upload="loading = false"
+        <Upload action="/admin/program/batch/upload" multiple title="批量上传音频" @loading="loading = true" @upload="loading = false"
           style="margin-left: 10px" />
       </el-form-item>
     </el-form>