|
@@ -430,8 +430,8 @@
|
|
|
<!-- 财评直接创建时-->
|
|
|
{if $field.project_time == 1 }
|
|
|
{if $detail.project_start_time != null}
|
|
|
- <th class="form-title">项目周期 <font style="color: red !important;">*</font></th>
|
|
|
- <th colspan="2" style="text-align: left; padding-left: 3.5vw;">{$detail.project_start_time|date="Y-m-d"} 至 {$detail.project_end_time|date="Y-m-d"}</th>
|
|
|
+ <!-- <th class="form-title">项目周期 <font style="color: red !important;">*</font></th>
|
|
|
+ <th colspan="2" style="text-align: left; padding-left: 3.5vw;">{$detail.project_start_time|date="Y-m-d"} 至 {$detail.project_end_time|date="Y-m-d"}</th> -->
|
|
|
{else/}
|
|
|
<!-- <th colspan="2" style="text-align: left; padding-left: 3.5vw;"> </th> -->
|
|
|
{/if}
|