This commit is contained in:
xman 2025-04-21 10:47:19 +08:00
parent afe08adbc8
commit b54d750569

View File

@ -329,7 +329,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'cascader'], function
url: 'aftersales/aftersale/add',
dropdown: "更多",
visible: function (row) {
if (row.status === 60) {
if (row.aftersale_btn==true) {
return true;
}
return false;