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