This commit is contained in:
罗松柏 2021-03-02 18:21:27 +08:00
parent e683a19e49
commit 68931c8a3d
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1227,10 +1227,10 @@ if ($act == 'newevent') {
<script type="text/x-dot-template" id="recording-dot">
{{~it:item:index}}
<div style="margin-top: 28px;">
<p>{{= item.project}}项目{{=item.type}}{{=item.date1}}{{=item.timetype}}{{=item.date2}}</p>
<p>调整理由为:{{=item.reason}}</p>
<P class='recording—name'>调整人:{{=item.user}}</p>
<div style="margin-top: 32px;">
<p><span style='font-weight: bold;'>{{= item.project}}</span>项目{{=item.type}}<span style='color:#77da80'>{{=item.date1}}</span>{{=item.timetype}}<span style='color:#ff7f7f'>{{=item.date2}}</span></p>
<p style='margin-top: 6px;'>调整理由为:{{=item.reason}}</p>
<P class='recording—name' style='margin-top: 6px;'>调整人:{{=item.user}}</p>
</div>
{{~}}
</script>