|
@@ -14,6 +14,9 @@
|
|
|
<span class="label label-warning m-label">
|
|
<span class="label label-warning m-label">
|
|
|
{{ index + 1 }} / {{ abandonCount == undefined ? "0" : abandonCount }}
|
|
{{ index + 1 }} / {{ abandonCount == undefined ? "0" : abandonCount }}
|
|
|
</span>
|
|
</span>
|
|
|
|
|
+ <span class="m-label">
|
|
|
|
|
+ {{ historyProcessInstanceDescription.startTime }}-{{ historyProcessInstanceDescription.endTime }}
|
|
|
|
|
+ </span>
|
|
|
</div>
|
|
</div>
|
|
|
<div
|
|
<div
|
|
|
class="panel-body"
|
|
class="panel-body"
|
|
@@ -42,7 +45,7 @@
|
|
|
{{ $t("lang.approveComment.submitUser") }}
|
|
{{ $t("lang.approveComment.submitUser") }}
|
|
|
</small>
|
|
</small>
|
|
|
</h4>
|
|
</h4>
|
|
|
- <h5 class="m-h5">{{ historyProcessInstanceDescription.startTime }}-{{ historyProcessInstanceDescription.endTime }}</h5>
|
|
|
|
|
|
|
+ <h5 class="m-h5">{{ historyProcessInstanceDescription.startTime }}</h5>
|
|
|
<p class="comment-text">{{ $t("lang.approveComment.submitApprove") }}</p>
|
|
<p class="comment-text">{{ $t("lang.approveComment.submitApprove") }}</p>
|
|
|
</div>
|
|
</div>
|
|
|
</li>
|
|
</li>
|