Commit b41407cce0e549d712bb90d33059c02b889e8176
1 parent
10d125ce35
Exists in
master
and in
8 other branches
孕妇分娩后 变成产妇
Showing 1 changed file with 8 additions and 1 deletions
platform-data-api/src/main/webapp/WEB-INF/vm/task/index.vm
View file @
b41407c
| ... | ... | @@ -66,7 +66,14 @@ |
| 66 | 66 | <button class="btn btn-sm btn-danger" onclick="execOne('autoMatDeliver')">执行</button> |
| 67 | 67 | </td> |
| 68 | 68 | </tr> |
| 69 | - | |
| 69 | + <tr> | |
| 70 | + <td>清除产筛过期数据</td> | |
| 71 | + <td></td> | |
| 72 | + <td>无</td> | |
| 73 | + <td> | |
| 74 | + <button class="btn btn-sm btn-danger" onclick="execOne('delSieve')">执行</button> | |
| 75 | + </td> | |
| 76 | + </tr> | |
| 70 | 77 | </table> |
| 71 | 78 | |
| 72 | 79 | <script> |