瀏覽代碼

修改文字

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

部分文件因文件數量過多而無法顯示