Commit 5a7e4300 authored by v_liuhuaizhi's avatar v_liuhuaizhi

挂号管理--新增 init5

parent 662ebfde
......@@ -10,7 +10,7 @@
<el-row>
<el-col :span="8">
<el-form-item label="设备名称" prop="deviceName">
<span>{{form.deviceName}}</span>
<span>{{ form.deviceName }}</span>
</el-form-item>
</el-col>
<el-col :span="8">
......
<template>
<div class="app-container">
<el-form :model="queryParams" size="small" :inline="true" >
<el-form :model="queryParams" size="small" :inline="true">
<el-form-item prop="deviceCode">
<el-input
......@@ -55,7 +55,8 @@
<el-button
icon="el-icon-top-left"
class="fourWordsBtn"
@click="selectAll()">选择全部
@click="selectAll()"
>选择全部
</el-button>
<el-button
v-hasPermi="['system:manage:export']"
......
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