Commit e5c345b3 authored by zhengke's avatar zhengke

修改

parent cb970d9c
......@@ -117,8 +117,8 @@
<el-popover width="300" trigger="click">
<table style="width:100%;" class="myTable miniTable" border="0" cellspacing="0" cellpadding="0">
<tr>
<th width="90" style="height:30px;" align="center">日期</th>
<th width="90" align="center"></th>
<th width="90" style="height:30px;" align="center" title="日期">日付</th>
<th width="90" align="center" title="价格"></th>
</tr>
<tr v-for="(subItem,subIndex) in item.PriceList" :key="subIndex">
<td align="center">{{subItem.Date}}</td>
......@@ -138,9 +138,8 @@
</td>
<td>
邮箱: {{item.Email}} <br />
电话:{{item.Mobile}}
メール: {{item.Email}} <br />
電話:{{item.Mobile}}
</td>
<td>
<!-- {{item.OrderForm==1?'同行':'直客'}} -->
......@@ -154,22 +153,22 @@
<el-tooltip class="item" effect="dark" content="キャンセル" placement="top">
<img @click="DeleteOrder(item)" style="width:24px;height:24px" src="../../assets/img/qx.png" alt="" />
</el-tooltip>
<el-tooltip class="item" effect="dark" content="キャンセル" placement="top">
<el-tooltip class="item" effect="dark" content="操作履歴" placement="top">
<img @click="OperationCaozuo(item)" style="width:24px;height:24px" src="../../assets/img/czrz.png"
alt="" />
</el-tooltip>
</td>
</tr>
<tr>
<td colspan="13">
旅客名<span class="HotelOderName" v-for="(subItem,subIndex) in item.GuestList"
<td colspan="13" title="旅客名单">
旅客名簿<span class="HotelOderName" v-for="(subItem,subIndex) in item.GuestList"
:key="subIndex">{{subItem.Name}}</span>
</td>
</tr>
</tbody>
<tbody v-if="dataList.length==0">
<tr>
<td colspan="9" style="text-align:center;">暂无数据</td>
<td colspan="9" style="text-align:center;" title="暂无数据">一時データ</td>
</tr>
</tbody>
</table>
......@@ -183,9 +182,9 @@
<table style="min-width:100%" class="myTable miniTable" v-loading="loading2" border="0" cellspacing="0"
cellpadding="0">
<thead>
<th width='200'>内容</th>
<th>创建人</th>
<th>创建时间</th>
<th width='200' title="内容">内容</th>
<th title="创建人">設立者</th>
<th title="创建时间">創建時期</th>
</thead>
<tbody>
<tr v-for="(item, index) in OperationList" :key="index">
......@@ -195,8 +194,8 @@
{{ item.CreateTime }}
</td>
</tr>
<tr v-show="OperationList.length == 0">
<td colspan="3" align="center">暂无数据</td>
<tr v-show="OperationList.length == 0" title="暂无数据">
<td colspan="3" align="center">一時データ</td>
</tr>
</tbody>
</table>
......
......@@ -2,7 +2,7 @@
.PHeader {
width: 100px;
height: 100px;
margin: 30px 0 30px 105px;
margin: 30px 0 30px 130px;
border: 1px solid #d1d1d1;
border-radius: 50%;
background-color: #fff;
......@@ -13,7 +13,9 @@
height: 100%;
border-radius: 50%;
}
.w230{
width:230px!important;
}
</style>
<template>
<div class="App">
......@@ -37,14 +39,14 @@
</el-upload>
<el-form :model="passWordMsg" :rules="rules" ref="passWordMsg" label-width="100px">
<el-form-item label="古い暗号" prop="oldPwd" title="旧密码">
<el-input size="small" class="w200" type="password" v-model="passWordMsg.oldPwd" max-length="20" placeholder="入力してください"></el-input>
<el-input size="small" class="w230" type="password" v-model="passWordMsg.oldPwd" max-length="20" placeholder="入力してください"></el-input>
</el-form-item>
<el-form-item label="新しい暗号" prop="newPwd" title="新密码">
<el-input size="small" class="w200" type="password" v-model="passWordMsg.newPwd" max-length="20" placeholder="入力してください"></el-input>
<el-input size="small" class="w230" type="password" v-model="passWordMsg.newPwd" max-length="20" placeholder="入力してください"></el-input>
</el-form-item>
</el-form>
<div class="btnformItem" style="text-align:center;margin:50px 0 20px 0;">
<span class="chaxunSpan" type="primary" @click="submitForm('passWordMsg')" title="确定">確定</span>
<span class="chaxunSpan" type="primary" @click="submitForm('passWordMsg')" style="margin-right:20px;" title="确定">確定</span>
<span class="addSpan" @click="updateInfo = false,resetMsg()" title="取消">キャンセル</span>
</div>
</div>
......
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