|
@@ -11,12 +11,12 @@
|
|
|
width="180px;"
|
|
|
prop="yuji"
|
|
|
label="课程费用">
|
|
|
- <template slot-scope="scope">
|
|
|
+ <!-- <template slot-scope="scope">
|
|
|
<div>
|
|
|
<el-input style="width:100px"
|
|
|
v-model.trim="scope.row.yuji"></el-input>
|
|
|
</div>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
</el-table-column>
|
|
|
<el-table-column label="可选乐器规格"
|
|
|
align="center"
|
|
@@ -342,7 +342,7 @@ export default {
|
|
|
|
|
|
sessionStorage.setItem('resetCode', '2');
|
|
|
// 获取所有声部
|
|
|
- getSoundTree({tenantId:1}).then(res => {
|
|
|
+ getSoundTree({ tenantId: 1 }).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
this.soundList = res.data.rows;
|
|
|
// // 生成动态的checkList
|