Commit 005f7e87 authored by youjie's avatar youjie

no message

parent 100aa3f9
...@@ -1255,7 +1255,7 @@ input[type="number"] { ...@@ -1255,7 +1255,7 @@ input[type="number"] {
layout="total,prev, pager, next, jumper" :page-size="czMsg.pageSize" :total='total2'> layout="total,prev, pager, next, jumper" :page-size="czMsg.pageSize" :total='total2'>
</el-pagination> </el-pagination>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<button class="hollowFixedBtn" @click="cdState=false">{{$t('pub.cancelBtn')}}</button> <button class="hollowFixedBtn" @click="yfcdState=false">{{$t('pub.cancelBtn')}}</button>
<button class="normalBtn" type="primary" @click="goUrlZD">{{$t('pub.sureBtn')}}</button> <button class="normalBtn" type="primary" @click="goUrlZD">{{$t('pub.sureBtn')}}</button>
</div> </div>
</el-dialog> </el-dialog>
......
...@@ -307,7 +307,7 @@ ...@@ -307,7 +307,7 @@
<el-table-column <el-table-column
prop="TCID" prop="TCID"
label="团ID" label="团ID"
width="170"/> width="50"/>
<el-table-column <el-table-column
prop="TCNUM" prop="TCNUM"
label="团号" label="团号"
...@@ -315,15 +315,15 @@ ...@@ -315,15 +315,15 @@
<el-table-column <el-table-column
prop="OutBranchName" prop="OutBranchName"
label="出团公司" label="出团公司"
width="150"/> width="100"/>
<el-table-column <el-table-column
prop="StartDate" prop="StartDate"
label="出发日期" label="出发日期"
width="150"/> width="100"/>
<el-table-column <el-table-column
prop="CreateDate" prop="CreateDate"
label="最早制单日期" label="最早制单日期"
width="150"/> width="110"/>
<el-table-column <el-table-column
label="汇率类型" label="汇率类型"
width="120"> width="120">
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="币种名称" label="币种名称"
width="150"> width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="scope.row.TCRate&&scope.row.TCRate.length>0"> <template v-if="scope.row.TCRate&&scope.row.TCRate.length>0">
<div class="GroupRateQuery-scope-box" <div class="GroupRateQuery-scope-box"
......
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