作者 xieweiping
1 个管道 的构建 通过 耗费 0 秒

课表取消功能

... ... @@ -82,6 +82,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
}
if (row.status === 'new') {
$(table).data("operate-detail", null);
that.buttons[0].text = '发布';
}
that.table = table;
return Table.api.formatter.operate.call(that, value, row, index);
... ...