This commit is contained in:
xman 2025-03-03 10:37:22 +08:00
parent e88a74138b
commit 12d3a4b05a
2 changed files with 4 additions and 4 deletions

View File

@ -28,8 +28,8 @@ return [
'Worker_id' => '师傅ID',
'Source' => '订单来源',
'Source_uid' => '来源UID',
'Service_id' => '服务ID',
'Service_title' => '服务名称',
'Item_id' => '服务ID',
'Item_title' => '服务名称',
'Detail' => '订单详情',
'Remark' => '订单备注',
'Images' => '图片',

View File

@ -38,8 +38,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
{field: 'worker_id', title: __('Worker_id')},
{field: 'source', title: __('Source')},
{field: 'source_uid', title: __('Source_uid'), operate: 'LIKE'},
{field: 'service_id', title: __('Service_id')},
{field: 'service_title', title: __('Service_title'), operate: 'LIKE'},
{field: 'item_id', title: __('Item_id')},
{field: 'item_title', title: __('Item_title'), operate: 'LIKE'},
{field: 'detail', title: __('Detail'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
{field: 'remark', title: __('Remark'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
{field: 'images', title: __('Images'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.images},