lex-xin пре 4 година
родитељ
комит
cc14fcb2c9
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/teacherManager/teacherOperation/components/salarySet.vue

+ 2 - 2
src/views/teacherManager/teacherOperation/components/salarySet.vue

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