Commit ff92bd90 authored by zhengke's avatar zhengke

修改日语

parent 9e24fa11
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
</el-form-item> </el-form-item>
</div> </div>
<div style="position:relative;margin-bottom:15px;"> <div style="position:relative;margin-bottom:15px;">
<span style="top:0;position: absolute;left:75px;color:#606266">交通案内</span> <span style="top:0;position: absolute;left:75px;color:#606266">ホテルの魅力</span>
<div style="display:inline-block;margin-left:173px;background:#fff;width:800px;"> <div style="display:inline-block;margin-left:173px;background:#fff;width:800px;">
<quill-editor :options="editorOption" v-model="addMsg.SHotelInfo"></quill-editor> <quill-editor :options="editorOption" v-model="addMsg.SHotelInfo"></quill-editor>
</div> </div>
......
...@@ -107,14 +107,14 @@ ...@@ -107,14 +107,14 @@
</div> </div>
<div class="baseform"> <div class="baseform">
<el-form-item label="" prop="CostPrice" title="成本价人民币"> <el-form-item label="" prop="CostPrice" title="成本价人民币">
<span class="label">公式料金 人民元</span> <span class="label">契約料金 人民元</span>
<el-input @keyup.native="checkPrice(addMsg,'CostPrice')" size="mini" v-model="addMsg.CostPrice" <el-input @keyup.native="checkPrice(addMsg,'CostPrice')" size="mini" v-model="addMsg.CostPrice"
placeholder="公式料金 人民元" maxlength="7"></el-input> placeholder="契約料金 人民元" maxlength="7"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="" prop="Money" title="内部卖价人民币"> <el-form-item label="" prop="Money" title="内部卖价人民币">
<span class="label">契約料金 人民元</span> <span class="label">社内料金 人民元</span>
<el-input @keyup.native="checkPrice(addMsg,'Money')" size="mini" v-model="addMsg.Money" <el-input @keyup.native="checkPrice(addMsg,'Money')" size="mini" v-model="addMsg.Money"
placeholder="契約料金 人民元" maxlength="7"></el-input> placeholder="社内料金 人民元" maxlength="7"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="" prop="B2BPrice" title="同行卖价人民币"> <el-form-item label="" prop="B2BPrice" title="同行卖价人民币">
<span class="label">同業料金 人民元</span> <span class="label">同業料金 人民元</span>
......
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
<span class="label">屋外の景観</span> <span class="label">屋外の景観</span>
<el-input size="mini" v-model="addMsg.Landscape" placeholder="入力してください"></el-input> <el-input size="mini" v-model="addMsg.Landscape" placeholder="入力してください"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="" prop="WindoWCut" title="窗型"> <el-form-item label="" title="窗型">
<span class="label">窓型</span> <span class="label">窓型</span>
<el-input size="mini" v-model="addMsg.WindoWCut" placeholder="入力してください"></el-input> <el-input size="mini" v-model="addMsg.WindoWCut" placeholder="入力してください"></el-input>
</el-form-item> </el-form-item>
...@@ -346,11 +346,11 @@ ...@@ -346,11 +346,11 @@
message: "名前を入力してください", message: "名前を入力してください",
trigger: "blur" trigger: "blur"
}], }],
WindoWCut: [{ // WindoWCut: [{
required: true, // required: true,
message: "部屋窓型を入力してください", // message: "部屋窓型を入力してください",
trigger: "blur" // trigger: "blur"
}], // }],
RoomFacility: [{ RoomFacility: [{
required: true, required: true,
message: "客室タイプを入力してください", message: "客室タイプを入力してください",
......
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