Merge branch 'sprint/167_sunhao/task43181' into 'sprint/167'

* Task #43181, bug #15371, fix nest toggle in program table not work when...

See merge request easycorp/zentaopms!77
This commit is contained in:
朱金勇
2021-10-15 09:03:35 +00:00
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php $canOrder = (common::hasPriv('program', 'updateOrder') and strpos($orderBy, 'order') !== false)?>
<form class='main-table' id='programForm' method='post' data-ride='table' data-nested='true' data-expand-nest-child='false' data-checkable='false' data-enable-empty-nested-row='true'>
<form class='main-table' id='programForm' method='post' data-ride='table' data-nested='true' data-expand-nest-child='false' data-checkable='false' data-enable-empty-nested-row='true' data-replace-id='programTableList'>
<table class='table has-sort-head table-fixed table-nested' id='programList'>
<?php $vars = "status=$status&orderBy=%s";?>
<thead>
+5 -5
View File
File diff suppressed because one or more lines are too long