feature:支持修改光盘编号和音轨号

This commit is contained in:
charlesxie
2023-07-31 14:06:24 +08:00
parent 085f76a3df
commit b359e68bbf
8 changed files with 46 additions and 3 deletions

View File

@@ -149,6 +149,18 @@
</div>
</div>
</div>
<div style="display: flex;margin-bottom: 10px;align-items: center;">
<div class="label1">光盘编号</div>
<div style="width: 70%;">
<bk-input :clearable="true" v-model="musicInfo.discnumber"></bk-input>
</div>
</div>
<div style="display: flex;margin-bottom: 10px;align-items: center;">
<div class="label1">音轨号</div>
<div style="width: 70%;">
<bk-input :clearable="true" v-model="musicInfo.tracknumber"></bk-input>
</div>
</div>
</div>
</transition>
<transition name="bk-slide-fade-left">
@@ -256,6 +268,18 @@
</div>
</div>
</div>
<div style="display: flex;margin-bottom: 10px;align-items: center;">
<div class="label1">光盘编号</div>
<div style="width: 70%;">
<bk-input :clearable="true" v-model="musicInfoManual.discnumber"></bk-input>
</div>
</div>
<div style="display: flex;margin-bottom: 10px;align-items: center;">
<div class="label1">音轨号</div>
<div style="width: 70%;">
<bk-input :clearable="true" v-model="musicInfoManual.tracknumber"></bk-input>
</div>
</div>
</div>
</transition>
</div>