Browse Source

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

DESKTOP-O04BTUJ\muzen 2 years ago
parent
commit
4079d93634
1 changed files with 1 additions and 1 deletions
  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>