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

课表取消功能

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