泰国项目翻译调整
This commit is contained in:
parent
78cbf08eda
commit
a64b627982
@ -4,7 +4,7 @@
|
||||
class="chengdou-03__systerm train-set-plan"
|
||||
:title="title"
|
||||
:visible.sync="show"
|
||||
width="800px"
|
||||
width="780px"
|
||||
:before-close="doClose"
|
||||
:z-index="2000"
|
||||
:modal="false"
|
||||
@ -91,13 +91,13 @@
|
||||
<el-date-picker v-model="model.arrivePlanTime" type="datetime" :disabled="model.startRunPlan" value-format="yyyy-MM-dd HH:mm" format="yyyy-MM-dd HH:mm" style="width:160px" />
|
||||
</el-form-item>
|
||||
<el-form-item label="" prop="startRunPlan" class="noMargin" style="margin-left:10px;">
|
||||
<el-checkbox v-model="model.startRunPlan" @change="changeStartRp">Departure</el-checkbox>
|
||||
<el-checkbox v-model="model.startRunPlan" @change="changeStartRp">Start</el-checkbox>
|
||||
</el-form-item>
|
||||
<el-form-item label="Departure time:" prop="departPlanTime" style="margin-left:10px;">
|
||||
<el-date-picker v-model="model.departPlanTime" type="datetime" :disabled="model.endRunPlan" value-format="yyyy-MM-dd HH:mm" format="yyyy-MM-dd HH:mm" style="width:160px" />
|
||||
</el-form-item>
|
||||
<el-form-item label="" prop="endRunPlan" class="noMargin" style="margin-left:10px;">
|
||||
<el-checkbox v-model="model.endRunPlan" @change="changeEndRp">Arrival</el-checkbox>
|
||||
<el-checkbox v-model="model.endRunPlan" @change="changeEndRp">End</el-checkbox>
|
||||
</el-form-item>
|
||||
<el-form-item label="" prop="electrical" class="noMargin" style="margin-left:80px;">
|
||||
<el-checkbox v-model="model.electrical">Electricity</el-checkbox>
|
||||
|
Loading…
Reference in New Issue
Block a user