Commit 5e2554b4 authored by zhengke's avatar zhengke

修改显示

parent eebae7f3
......@@ -394,7 +394,7 @@
<!-- <input type="text" v-model="mathNumber" @blur="mathMoney(mathNumber)">
<input type="text" v-model="ChineseStr"> -->
<div class="_fnDm_content" v-loading='loading' :style="{minHeight:minHeight+'px'}">
<table border="0" cellspacing="0" cellpadding="0" class="singeRowTable">
<table border="0" cellspacing="0" cellpadding="0" class="singeRowTable" style="margin-bottom:30px;">
<tr class="_t_head">
<th v-if="checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" v-model="isCkedAll" @click='checkedAll()'></th>
<th width="90">{{$t('system.query_company')}}</th>
......@@ -1084,7 +1084,7 @@ export default {
this.loading= true
this.checkAllList =[];
this.checkList = [];
if (t&&this.BOSSBtn) {
if ((t&&this.BOSSBtn)||(t&&this.BOSSBtn2)) {
this.msg.pageSize = 1000;
} else {
this.msg.pageSize = 6;
......
......@@ -519,7 +519,7 @@ tr._item_list td:last-child {
<el-option value="1" v-if="isShowType" label="团队营收"></el-option>
<el-option value="3" v-if="isShowType" label="单办签证"></el-option>
<el-option value="2" label="国际机票"></el-option>
<el-option value="4" v-if="isShowType" label="国内票务"></el-option>
<el-option value="4" label="国内票务"></el-option>
<el-option value="5" v-if="isShowType" label="散卖机票"></el-option>
<el-option value="6" v-if="isShowType" label="日本地接部专户"></el-option>
<el-option value="7" v-if="isShowType" label="老挝地接部专户"></el-option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment