Merge branch 'sprint/208_liumengyi_fixbug' into 'master'

* Fix bug #24464.

See merge request easycorp/zentaopms!4191
This commit is contained in:
王怡栋
2022-06-28 07:32:36 +00:00
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ $lang->product->changeProgram = "{$lang->productCommon} confirmation of the s
$lang->product->changeProgramTip = "%s > Change Program";
$lang->product->addWhitelist = 'Add Whitelist';
$lang->product->unbindWhitelist = 'Remove Whitelist';
$lang->product->checkedProducts = '%s produits s électionnés'
$lang->product->checkedProducts = '%s produits s électionnés';
$lang->product->indexAction = "All {$lang->productCommon}";
$lang->product->closeAction = "Fermer {$lang->productCommon}";
+1
View File
@@ -1,2 +1,3 @@
.thWidth {width: 90px !important;}
.lifeThWidth {width: 100px !important;}
#mainContent .table-data tbody>tr>th {width: 85px;}
+1
View File
@@ -0,0 +1 @@
#mainContent .table-data tbody>tr>th {width: 100px;}
+1 -1
View File
@@ -29,7 +29,7 @@ $lang->testcase->order = 'Rank';
$lang->testcase->title = 'Titel';
$lang->testcase->precondition = 'Voraussetzungen';
$lang->testcase->pri = 'Priorität';
$lang->testcase->type = 'Typ';
$lang->testcase->type = 'Type';
$lang->testcase->status = 'Status';
$lang->testcase->subStatus = 'Sub Status';
$lang->testcase->steps = 'Schritte';