# |
项目类型 |
项目名称 |
负责人 |
需求方 |
奖金 |
进度 |
p_state=='runing'){
switch ($project->p_type)
{
case 'innovation':
$tr_color='info';
break;
case 'dare':
$tr_color='warning';
break;
default:
$tr_color='success';
break;
}
?>
|
p_type); ?> |
p_title; ?> |
p_manager); ?> |
p_requirer); ?> |
p_bonus; ?> |
|
# |
项目类型 |
项目名称 |
负责人 |
需求方 |
奖金 |
进度 |
p_state=='notstart'){
switch ($project->p_type)
{
case 'innovation':
$tr_color='info';
break;
case 'dare':
$tr_color='warning';
break;
default:
$tr_color='success';
break;
}
?>
|
p_type); ?> |
p_title; ?> |
p_manager); ?> |
p_requirer); ?> |
p_bonus; ?> |
|
# |
项目类型 |
项目名称 |
负责人 |
需求方 |
奖金 |
进度 |
p_state=='complete'){
switch ($project->p_type)
{
case 'innovation':
$tr_color='info';
break;
case 'dare':
$tr_color='warning';
break;
default:
$tr_color='success';
break;
}
?>
|
p_type); ?> |
p_title; ?> |
p_manager); ?> |
p_requirer); ?> |
p_bonus; ?> |
|