This commit is contained in:
xman 2025-06-27 11:26:03 +08:00
parent 090890f7e2
commit 6a32e262b5

View File

@ -211,7 +211,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
dropdown: "更多",
visible: function (row) {
return true;
//return true;
if (row.orderb.status >= 0 && row.orderb.status < 60 && row.status >=0 && row.status < 60) {
return true;
}