sb
This commit is contained in:
parent
d6e2ce6d93
commit
984bceaebb
|
|
@ -198,6 +198,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'cascader'], function
|
||||||
title: __('Edit'),
|
title: __('Edit'),
|
||||||
extend: 'data-toggle="tooltip" data-container="body"',
|
extend: 'data-toggle="tooltip" data-container="body"',
|
||||||
classname: 'btn btn-xs btn-info btn-editone',
|
classname: 'btn btn-xs btn-info btn-editone',
|
||||||
|
dropdown: "更多",
|
||||||
visible: function (row) {
|
visible: function (row) {
|
||||||
if (row.status != 60 && row.status != 70) {
|
if (row.status != 60 && row.status != 70) {
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user