| 123456789101112131415161718192021222324252627282930 |
- <?php
- return array
- (
- 'update' => array
- (
- 'field' => array
- (
- 'type' => 'hidden',
- 'type_name' => array
- (
- 'name' => '资源类型',
- 'type' => 'show',
- 'default' => 'Dever::call("place/manage.getResourceType", "{type}")',
- ),
- 'per' => array
- (
- 'tips' => '资源价格*折扣%=源主进货价格<br />如:折扣填写为80,则源主进货=资源价格*80%',
- 'placeholder' => '资源价格*折扣%=源主进货价格',
- ),
- 'status' => array
- (
- 'width' => '40',
- 'type' => 'switch',
- 'show' => '{status}',
- 'active_value' => 1,
- 'inactive_value' => 2,
- ),
- ),
- ),
- );
|