소스 검색

修改文字

lex-xin 5 년 전
부모
커밋
a59028bc5a
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.c8afe8f2.js
  3. 2 2
      src/views/orderAccount/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.c8afe8f2.js


+ 2 - 2
src/views/orderAccount/index.vue

@@ -3,7 +3,7 @@
     <el-form :inline="true"
              v-model="topForm">
 
-        <el-form-item label="乐团">
+        <el-form-item label="分部">
             <el-select v-model="topForm.team" @change="handleItemChange"  placeholder="请选择分部名称">
                 <el-option v-for='(item,index) in brancheList'
                         :key='index'
@@ -209,7 +209,7 @@ export default {
             this.$message.error('您没有权限')
             return false
         }
-        if(this.account != 'per' || this.account != 'com') {
+        if(this.account != 'per' && this.account != 'com') {
             this.$message.error('您没有权限')
             return false
         }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.