jufubao-movie 1.0.71-beta1 → 1.0.71-beta3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -164,7 +164,7 @@ export default (data, gValue, gColor, oldData = {}) => {
|
|
|
164
164
|
label: '快捷入口',
|
|
165
165
|
ele: 'xd-cus-switch',
|
|
166
166
|
valueKey: 'fastEntryStatus',
|
|
167
|
-
value: dataVal({ data, key: 'fastEntryStatus', dValue: "
|
|
167
|
+
value: dataVal({ data, key: 'fastEntryStatus', dValue: "Y", gValue }),
|
|
168
168
|
className: 'input100',
|
|
169
169
|
groupKey: 'content',
|
|
170
170
|
labelInline: true,
|
|
@@ -192,8 +192,8 @@ export default (data, gValue, gColor, oldData = {}) => {
|
|
|
192
192
|
{ value: 'jhd', label: '聚好兑', input: '', def: '聚好兑', check: checkJHD, placeholder: '服务类型为支持核销时使用' },
|
|
193
193
|
{ value: 'wb', label: '扫一扫', input: '', def: '扫一扫', check: checkWB, placeholder: '服务类型为支持核销时使用' },
|
|
194
194
|
{ value: 'qp', label: '快捷码', input: '', def: '去提货', check: checkQP, placeholder: '服务类型为支持核销时使用' },
|
|
195
|
-
{ value: 'seat', label: '在线选座', input: '', def: '去订票', check:
|
|
196
|
-
{ value: 'code', label: '电子码', input: '', def: '电子码', check:
|
|
195
|
+
{ value: 'seat', label: '在线选座', input: '', def: '去订票', check: true, placeholder: '去订票' },
|
|
196
|
+
{ value: 'code', label: '电子码', input: '', def: '电子码', check: true, placeholder: '电子码' },
|
|
197
197
|
])
|
|
198
198
|
},
|
|
199
199
|
rules: [{
|