Commit 6eb863ef authored by zhengke's avatar zhengke

no message

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