Commit 03121bef by xue_wengang

名称修改

parent 304177ff
......@@ -44,8 +44,8 @@ export default {
index: 0,
data: [
{
name: "IP地址:",
id: "ip",
name: "IMEI地址:",
id: "mac",
type: "text",
prop: "checkEmpty",
value: "",
......
......@@ -90,9 +90,9 @@ export default {
// 表单配置
formConfig: [
{
label: 'IP地址:',
prop: 'ip',
type: 'input',
label: "IMEI地址:",
prop: "mac",
type: "input",
},
{
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