|
@@ -99,7 +99,7 @@ define(function (require) {
|
|
|
[{
|
|
|
name: 'tgGoods', label: '团购套餐',
|
|
|
required: true, width: 900, height: 35,
|
|
|
- maxlength: 100,
|
|
|
+ maxlength: 50,
|
|
|
readonly: context.isEdit ? true : false,
|
|
|
height: '100px', multiline: true,
|
|
|
}],
|
|
@@ -150,7 +150,7 @@ define(function (require) {
|
|
|
multiline: true,
|
|
|
width: 900,
|
|
|
height: '100px',
|
|
|
- maxlength: 500,
|
|
|
+ maxlength: 100,
|
|
|
}]]
|
|
|
],
|
|
|
}
|