Commit a2b1392e authored by 张伯涛's avatar 张伯涛

修改

parent 5b004d99
......@@ -254,12 +254,12 @@
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="返回工站" prop="returnSta" :show-overflow-tooltip="true">
<el-form-item label="返回工站" prop="stationName" :show-overflow-tooltip="true">
<div slot="label" class="labelClass">
<div class="labelName">返回工站</div>
<div class="labelName">Return Station</div>
</div>
<el-input v-model="form.returnSta" :title="form.returnSta" :disabled="true" />
<el-input v-model="form.stationName" :title="form.stationName" :disabled="true" />
</el-form-item>
</el-col>
</el-row>
......
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