liuhj 11 月之前
父節點
當前提交
bcd1e1c929
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/components/Finance/billUploading.vue

+ 3 - 2
src/components/Finance/billUploading.vue

@@ -21,7 +21,7 @@
                     </el-select>
                 </div>
             </div>
-            <el-button v-if="panduanbtn" @click="ExportGroupZip" type="primary">下载票据</el-button>
+            <el-button v-if="panduanbtn" @click="ExportGroupZip" type="primary">下载所有票据</el-button>
         </div>
         <div class="billUploading-content">
             <div class="billUploading-content-table">
@@ -271,7 +271,7 @@ export default {
         },
         //panduan
         panduanuserid(val){
-            if(val==187||val==21||val==22){
+            if(val==187||val==21||val==22||val==233){
                 this.panduanbtn=true;
                 return -1
             }else{
@@ -305,6 +305,7 @@ export default {
         font-weight: 600;
     }
     .billUploading-head {
+        width: 60%;
         display: flex;
         justify-content: space-between;
     }