Browse Source

修改文字

lex-xin 5 years ago
parent
commit
a59028bc5a
3 changed files with 2 additions and 2 deletions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.c8afe8f2.js
  3. 2 2
      src/views/orderAccount/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 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
         }

Some files were not shown because too many files changed in this diff