|
|
@@ -775,7 +775,7 @@
|
|
|
{name: 'baoshi_indemnity_money', type: 'select', tip: '宝时赔偿金额', placeholder: '宝时赔偿金额',data:[{name: '是',value:'是'},{name: '否',value:'否'}]},
|
|
|
@cannot('订单管理-问题件-客户不可见')
|
|
|
{name: 'final_status', type: 'select', tip: '问题件的最终状态', placeholder: '最终状态', data: final_status},
|
|
|
- {name: 'order_issue_type_id', type: 'select', tip: '问题类别', placeholder: '问题类别', data: this.orderIssueType},
|
|
|
+ {name: 'order_issue_type_id', type: 'select_multiple_select', tip: ['问题类别',''], placeholder: ['问题类别',''], data: this.orderIssueType},
|
|
|
@endcannot
|
|
|
{name: ['log_content','addtime'], type: 'input_select', tip: ['处理结果:前或后加 百分号为单个模糊搜索,否则为多条件精确搜索','查询范围越短,搜索速度越快'], placeholder: ['处理结果',''],
|
|
|
data:log_content_range,
|