Commit 6eb863ef authored by zhengke's avatar zhengke

no message

parent 12a91b07
<template> <template>
<div v-loading="pageloading" class="editVehicle"> <div v-loading="pageloading" class="editVehicle">
<div class="head-title"> <div class="head-title">
<span @click="CommonJump('VehicleManagement')" class="blue point" <span @click="CommonJump('VehicleManagement')" class="point"
:class="[!ID?'blue':'']"
>{{isCarrier?'载体':'楼宇'}}管理</span >{{isCarrier?'载体':'楼宇'}}管理</span
> >
/ 编辑{{isCarrier?'载体':'楼宇'}} / <span class="point" :class="[ID?'blue':'']">编辑{{isCarrier?'载体':'楼宇'}}</span>
</div> </div>
<el-form :model="addMsg" :rules="rules" ref="addMsg" label-width="180px"> <el-form :model="addMsg" :rules="rules" ref="addMsg" label-width="180px">
<el-card shadow="never" style="margin-top: 10px" class="box-card"> <el-card shadow="never" style="margin-top: 10px" class="box-card">
......
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