|
@@ -188,6 +188,18 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
<el-input
|
|
|
+ v-if="scope.row.musicTheory"
|
|
|
+ type="number"
|
|
|
+ @mousewheel.native.prevent
|
|
|
+ v-model.trim="scope.row.offlineClassesSalary"
|
|
|
+ placeholder="请输入内容"
|
|
|
+ >
|
|
|
+ <template slot="append"> 人/节</template>
|
|
|
+ <!-- <template slot="append" v-else>节/人</template> v-if="scope.row.musicTheory" -->
|
|
|
+ </el-input>
|
|
|
+
|
|
|
+ <el-input
|
|
|
+ v-else
|
|
|
type="number"
|
|
|
@mousewheel.native.prevent
|
|
|
v-model.trim="scope.row.offlineClassesSalary"
|