瀏覽代碼

修改老师课酬单位

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>