Commit 60998f43 authored by zhengke's avatar zhengke

no message

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