|
|
@ -3,57 +3,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
:visible.sync="addLabDialog"
|
|
|
|
:visible.sync="addLabDialog"
|
|
|
|
width="48%">
|
|
|
|
width="48%">
|
|
|
|
<div style="width: 100%;height: 100% ;background-color:#0BFFFF">
|
|
|
|
<div style="width: 100%;height: 120% ">
|
|
|
|
<el-form :model="form">
|
|
|
|
<el-form :model="form">
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-form-item label="位置">
|
|
|
|
<el-form-item label="位置" style="">
|
|
|
|
<el-input v-model="form.position" placeholder="位置" class="position" style="width:70% "></el-input>
|
|
|
|
<el-input v-model="form.position" placeholder="位置" class="position" style="width:70%;border-style: outset "></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col style="width:45% ;">
|
|
|
|
<el-col style="width:45% ;">
|
|
|
|
<el-form-item label="地址" >
|
|
|
|
<el-form-item label="地址" style="">
|
|
|
|
<el-input v-model="form.status" placeholder="地址id" style="width:60% ;left:10%" ></el-input>
|
|
|
|
<el-input v-model="form.status" placeholder="地址id" style="width:60% ;left:10%;border-style: outset" ></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-form-item label="实验室id">
|
|
|
|
<el-form-item label="实验室id" style="">
|
|
|
|
<el-input v-model="form.labId" placeholder="请输入id" style="width:70%;left: -5%"></el-input>
|
|
|
|
<el-input v-model="form.labId" placeholder="请输入id" style="width:70%;left: -5%;border-style: outset"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-form-item label="实验室名称">
|
|
|
|
<el-form-item label="实验室名称" style="">
|
|
|
|
<el-input v-model="form.name" placeholder="实验室名称" style="width:60%;left: 2%"></el-input>
|
|
|
|
<el-select v-model="form.name" style="border-style: outset;width: 60%;left: 3%" >
|
|
|
|
|
|
|
|
<el-option value="509"></el-option>
|
|
|
|
|
|
|
|
<el-option value="2"></el-option>
|
|
|
|
|
|
|
|
<el-option value="3"></el-option>
|
|
|
|
|
|
|
|
<el-option value="4"></el-option>
|
|
|
|
|
|
|
|
</el-select>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-form-item label="状态">
|
|
|
|
<el-form-item label="状态"style="">
|
|
|
|
<el-input v-model="form.status" placeholder="状态"style="width:70% "></el-input>
|
|
|
|
<el-select v-model="form.status" style="border-style: outset;" >
|
|
|
|
|
|
|
|
<el-option label="可预约" value="0"></el-option>
|
|
|
|
|
|
|
|
<el-option label="不可预约" value="1"></el-option>
|
|
|
|
|
|
|
|
<el-option label="故障" value="2"></el-option>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-select>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-form-item label="可容量认人数">
|
|
|
|
<el-form-item label="可容量认人数"style="">
|
|
|
|
<el-input v-model="form.compacity" placeholder="输入数量" style="width:60%"></el-input>
|
|
|
|
<el-input v-model="form.compacity" placeholder="输入数量" style="width:60%;border-style: outset"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-form-item label="管理员">
|
|
|
|
<el-form-item label="管理员"style="">
|
|
|
|
<el-input v-model="form.manager" placeholder="管理员" style="width:70%;left: -1%;"></el-input>
|
|
|
|
<el-input v-model="form.manager" placeholder="管理员" style="width:70%;left: -1%;;border-style: outset"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-col style="width:45%">
|
|
|
|
<el-form-item label="管理员id">
|
|
|
|
<el-form-item label="管理员id"style="">
|
|
|
|
<el-input v-model="form.managerId" placeholder="管理员id" style="width:60%;left:6%"></el-input>
|
|
|
|
<el-input v-model="form.managerId" placeholder="管理员id" style="width:60%;left:6%;border-style: outset"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-form-item label="可申请时间段">
|
|
|
|
<el-form-item label="可申请时间段"style="">
|
|
|
|
<el-input v-model="form.managerId" placeholder="点击编辑" style="width:80%"></el-input>
|
|
|
|
<el-input v-model="form.managerId" placeholder="点击编辑" style="width:80%"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-button type="success" style="width: 120px;text-align: left" icon="el-icon-circle-plus-outline"
|
|
|
|
<el-button type="success" style="width: 120px;text-align: left" icon="el-icon-circle-plus-outline"
|
|
|
@ -74,8 +84,8 @@
|
|
|
|
position:'',
|
|
|
|
position:'',
|
|
|
|
address:'',
|
|
|
|
address:'',
|
|
|
|
labId:'',
|
|
|
|
labId:'',
|
|
|
|
name:'',
|
|
|
|
name:'509',
|
|
|
|
status:'',
|
|
|
|
status:'0',
|
|
|
|
compacity:'',
|
|
|
|
compacity:'',
|
|
|
|
manager:'',
|
|
|
|
manager:'',
|
|
|
|
managerId:''
|
|
|
|
managerId:''
|
|
|
|