处方增加禁用修改

This commit is contained in:
2026-06-04 15:11:16 +08:00
parent cdf8b1f76d
commit 123e9075dd
9 changed files with 342 additions and 34 deletions
@@ -56,7 +56,7 @@ class PrescriptionLibraryLists extends BaseAdminDataLists implements ListsSearch
public function lists(): array
{
$field = [
'id', 'prescription_name', 'formula_type', 'herbs', 'is_public',
'id', 'prescription_name', 'formula_type', 'herbs', 'is_public', 'disable_edit',
'creator_id', 'creator_name', 'create_time', 'update_time'
];