|
@@ -45,7 +45,8 @@
|
|
|
v-for="(item, index) in scope.row.courseList"
|
|
|
:key="index"
|
|
|
>
|
|
|
- <el-input v-model="item.courseCurrentPrice"></el-input>
|
|
|
+ {{item.courseCurrentPrice}}
|
|
|
+ <!-- <el-input v-model="item.courseCurrentPrice"></el-input> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -58,7 +59,8 @@
|
|
|
v-for="(item, index) in scope.row.courseList"
|
|
|
:key="index"
|
|
|
>
|
|
|
- <el-input v-model="item.courseOriginalPrice"></el-input>
|
|
|
+ <!-- <el-input v-model="item.courseOriginalPrice"></el-input> -->
|
|
|
+ {{item.courseOriginalPrice}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|