Commit 005f7e87 authored by youjie's avatar youjie

no message

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