Commit 12e38e9f authored by 华国豪's avatar 华国豪 🙄
parents d62bc61f 2da37a1c
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<div style="width: 100%; height: auto;min-height:500px;overflow-x: auto;" class="ownScrollbarStyle"> <div style="width: 100%; height: auto;min-height:500px;overflow-x: auto;" class="ownScrollbarStyle">
<table class="groupTourOrderSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading='loading'> <table class="groupTourOrderSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading='loading'>
<tr class="title_tr"> <tr class="title_tr">
<th>{{$t('sm.danhao')}}</th> <th>{{$t('fnc.danhao')}}</th>
<th width="70">{{$t('fnc.khxinxi')}}</th> <th width="70">{{$t('fnc.khxinxi')}}</th>
<th>{{$t('sm.airbianma')}}</th> <th>{{$t('sm.airbianma')}}</th>
<th>{{$t('sm.kerenshul')}}</th> <th>{{$t('sm.kerenshul')}}</th>
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
<tr> <tr>
<th>{{$t('hotel.order_Number')}}</th> <th>{{$t('hotel.order_Number')}}</th>
<th>{{$t('restaurant.res_Number')}}</th> <th>{{$t('restaurant.res_Number')}}</th>
<th>{{$t('salesModule.zonge')}}</th> <th>{{$t('sm.zonge')}}</th>
<th>{{$t('fnc.yishoujine')}}</th> <th>{{$t('fnc.yishoujine')}}</th>
<th>{{$t('fnc.tkjine')}}</th> <th>{{$t('fnc.tkjine')}}</th>
<th>{{$t('Operation.Op_daishou')}}</th> <th>{{$t('Operation.Op_daishou')}}</th>
......
...@@ -1746,7 +1746,7 @@ ...@@ -1746,7 +1746,7 @@
<template v-if="item.contractNum.length==0"> <template v-if="item.contractNum.length==0">
<el-upload v-if='item.confirmFileList.length==0&&item.commissionSharePeople !== userId' <el-upload v-if='item.confirmFileList.length==0&&item.commissionSharePeople !== userId'
:http-request="uploadFileBtn" :multiple="false" :show-file-list="false" action=''> :http-request="uploadFileBtn" :multiple="false" :show-file-list="false" action=''>
<el-button size="small" type="danger" @click='getItem(item)'>{{$t('admin.adm_content')}}</el-button> <el-button size="small" type="danger" @click='getItem(item)'>{{$t('adm.adm_content')}}</el-button>
</el-upload> </el-upload>
</template> </template>
</td> </td>
......
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