回访单批量删除
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
孟凡懂 2022-06-29 11:07:16 +08:00
parent e9848a6dc8
commit 71e34d3d40

View File

@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
maintainSelected: true,
columns: [
[
//{checkbox: true},
{checkbox: true},
{ field: 'id', title: __('回访单号') },
//{ field: 'type_id', title: __('Type_id') },
{ field: 'type_text', title: __('Type_id'), operate: false },