Commit 60998f43 authored by zhengke's avatar zhengke

no message

parent a511db24
<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="point" <span @click="CommonJump(isCarrier?'BuildingServiceManager':'BuildingManager')" class="blue point"
:class="[!ID?'blue':'']"
>{{isCarrier?'载体':'楼宇'}}管理</span >{{isCarrier?'载体':'楼宇'}}管理</span
> >
/ <span class="point" :class="[ID?'blue':'']">编辑{{isCarrier?'载体':'楼宇'}}</span> / <span>{{ID?'编辑':'新增'}}{{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