Commit f6cca0e9 authored by jiangqihao's avatar jiangqihao

修改input的type

parent 834fac99
......@@ -265,13 +265,19 @@ export default {
type: 'input',
label: '锁定RSP',
layout: 12,
disabled: true
disabled: true,
attrs: {
type: "textarea"
}
},
ExtLockCityName_SDK: {
type: 'input',
label: '城市覆盖范围',
layout: 12,
disabled: true
disabled: true,
attrs: {
type: "textarea"
}
}
}
},
......
......@@ -259,7 +259,10 @@ export default {
type: 'input',
label: '城市覆盖范围',
layout: 12,
disabled: true
disabled: true,
attrs: {
type: "textarea"
}
}
}
},
......
......@@ -404,13 +404,19 @@ export default {
type: 'input',
label: '锁定RSP',
layout: 12,
disabled: true
disabled: true,
attrs: {
type: "textarea"
}
},
ExtLockCityName_SDK: {
type: 'input',
label: '城市覆盖范围',
layout: 12,
disabled: true
disabled: true,
attrs: {
type: "textarea"
}
}
}
}
......@@ -441,7 +447,10 @@ export default {
type: 'input',
label: '城市覆盖范围',
layout: 12,
disabled: true
disabled: true,
attrs: {
type: "textarea"
}
}
}
}
......
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