This commit is contained in:
xman 2025-06-16 16:20:41 +08:00
parent d6e2ce6d93
commit 984bceaebb

View File

@ -198,6 +198,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'cascader'], function
title: __('Edit'),
extend: 'data-toggle="tooltip" data-container="body"',
classname: 'btn btn-xs btn-info btn-editone',
dropdown: "更多",
visible: function (row) {
if (row.status != 60 && row.status != 70) {
return true;