Merge branch 'sprint/fixbug_hufangzhou_15608' into 'master'

* Fix bug #15608.

See merge request easycorp/zentaopms!2798
This commit is contained in:
王怡栋
2022-04-07 08:01:28 +00:00
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
<?php
/**
* The control file of api of ZenTaoPMS.
*
+4
View File
@@ -0,0 +1,4 @@
$(function()
{
$('.main-table .table').css('cursor', 'default');
})