Merge branch 'sprint/185' of https://gitlab.zcorp.cc/easycorp/zentaopms into 185

This commit is contained in:
王怡栋
2022-02-17 11:09:17 +08:00
3 changed files with 0 additions and 7 deletions
-1
View File
@@ -1,4 +1,3 @@
=======
ALTER TABLE `zt_project` ADD `vision` varchar(10) NOT NULL DEFAULT 'rnd' AFTER `order`;
ALTER TABLE `zt_product` ADD `vision` varchar(10) NOT NULL DEFAULT 'rnd' AFTER `order`;
ALTER TABLE `zt_task` ADD `vision` varchar(10) NOT NULL DEFAULT 'rnd' AFTER `deleted`;
@@ -589,10 +589,6 @@ $(function()
checkedEstimate += data.estimate;
if(data.cases > 0) checkedCase += 1;
});
var rate = Math.round(checkedCase / checkedTotal * 10000 / 100) + '' + '%';
return checkedSummary.replace('%total%', checkedTotal)
.replace('%estimate%', checkedEstimate.toFixed(1))
.replace('%rate%', rate);
}
});
});
@@ -1,7 +1,5 @@
<?php
$lang->todo->typeList['task'] = '任务';
$lang->effort->common = '日志';
unset($lang->todo->typeList['bug']);
unset($lang->todo->typeList['testtask']);