|
@@ -59,7 +59,7 @@
|
|
|
<el-tab-pane label="机票预订" name="85"></el-tab-pane>
|
|
|
<el-tab-pane label="团组增减款项" name="98"></el-tab-pane> -->
|
|
|
</el-tabs>
|
|
|
- <div>
|
|
|
+ <div class="feepage-tables">
|
|
|
<el-table height="600" ref="multipleTable" border :data="tableData" tooltip-effect="dark" style="width: 100%"
|
|
|
@selection-change="handleSelectionChange" :row-class-name="rowClassName">
|
|
|
<el-table-column type="selection" width="40" v-if="formInline.Status == 0">
|
|
@@ -93,20 +93,20 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="balance" label="剩余尾款" show-overflow-tooltip width="150">
|
|
|
</el-table-column>
|
|
|
- <el-table-column v-if="activeName==98" label="下载" show-overflow-tooltip>
|
|
|
+ <el-table-column v-if="activeName==98" label="下载" show-overflow-tooltip width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="primary" @click="Additionaldownload(scope.row)">附加下载</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="operatorName" label="申请人" width="100">
|
|
|
+ <el-table-column prop="operatorName" label="申请人" width="80">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="auditOperatorName" label="审核人" width="100" >
|
|
|
+ <el-table-column prop="auditOperatorName" label="审核人" width="80" >
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="overBudget" label="超预算比例" show-overflow-tooltip width="120">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="payType" label="支付方式" width="100" >
|
|
|
+ <el-table-column prop="payType" label="支付方式" width="80" >
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="cardType" label="卡类型" width="100" >
|
|
|
+ <el-table-column prop="cardType" label="卡类型" width="80" >
|
|
|
<template slot-scope="scope">
|
|
|
{{scope.row.payType!="刷卡"?'-':scope.row.cardType}}
|
|
|
</template>
|
|
@@ -461,7 +461,9 @@ export default {
|
|
|
.fesspage-head .el-form-item {
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
-
|
|
|
+.feepage-tables .el-button{
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
.payments {
|
|
|
margin-top: 10px;
|
|
|
}
|