sth
This commit is contained in:
parent
afe08adbc8
commit
b54d750569
|
|
@ -329,7 +329,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'cascader'], function
|
||||||
url: 'aftersales/aftersale/add',
|
url: 'aftersales/aftersale/add',
|
||||||
dropdown: "更多",
|
dropdown: "更多",
|
||||||
visible: function (row) {
|
visible: function (row) {
|
||||||
if (row.status === 60) {
|
if (row.aftersale_btn==true) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user