Commit b9e1d94f authored by 赵啸非's avatar 赵啸非

修改设备站点名称

parent ee29c2c0
...@@ -10,6 +10,21 @@ ...@@ -10,6 +10,21 @@
v-model="form.deviceName" v-model="form.deviceName"
placeholder="请输入设备名称" placeholder="请输入设备名称"
/> />
<Field
:span="20"
label="站点编码"
prop="siteNum"
v-model="form.siteNum"
placeholder="请输入站点编码"
/>
<Field
:span="20"
label="站点名称"
prop="siteName"
v-model="form.siteName"
placeholder="请输入站点名称"
/>
<Field <Field
:span="20" :span="20"
label="设备编码" label="设备编码"
......
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