司机管理修改
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
<el-col>
|
||||
<el-form-item label="车辆所属" prop="ownership">
|
||||
<el-select
|
||||
disabled
|
||||
v-model="oilVehicleOwner.ownership"
|
||||
style="width: 100%"
|
||||
>
|
||||
@@ -53,7 +54,7 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col>
|
||||
<!-- <el-col>
|
||||
<el-form-item label="常用油品" prop="normsOilNumber">
|
||||
<el-select
|
||||
v-model="oilVehicleOwner.normsOilNumber"
|
||||
@@ -69,9 +70,9 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
</el-row>
|
||||
<el-row type="flex">
|
||||
<!-- <el-row type="flex">
|
||||
<el-col>
|
||||
<el-form-item label="车牌颜色" prop="plateColor">
|
||||
<el-select
|
||||
@@ -133,7 +134,7 @@
|
||||
</el-col>
|
||||
<el-col />
|
||||
<el-col />
|
||||
</el-row>
|
||||
</el-row> -->
|
||||
</el-card>
|
||||
<el-col :span="24" style="text-align: right">
|
||||
<el-button @click="close">取消</el-button>
|
||||
@@ -176,9 +177,9 @@ export default {
|
||||
};
|
||||
},
|
||||
created() {
|
||||
oilVehicleOwnerApi.getVehicleType().then((res) => {
|
||||
this.vehicleTypeList = res.data;
|
||||
});
|
||||
// oilVehicleOwnerApi.getVehicleType().then((res) => {
|
||||
// this.vehicleTypeList = res.data;
|
||||
// });
|
||||
oilVehicleOwnerApi.getOils().then((res) => {
|
||||
this.oilList = res.data;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user