|
@@ -85,7 +85,7 @@
|
|
</div>
|
|
</div>
|
|
<!-- 编辑者 回复 -->
|
|
<!-- 编辑者 回复 -->
|
|
<div class="replyCon" v-if="handle.type=='回复'||handle.type=='继续回复'">
|
|
<div class="replyCon" v-if="handle.type=='回复'||handle.type=='继续回复'">
|
|
- <div class="replyInfo"><b class="replyInfo1">需求回复</b> <b class="replyInfo2" v-if="handle.type=='继续回复'">上次回复时间:<b class="replyInfo3" v-text="toTime(detail.estimateTime,true)"></b></b></div>
|
|
|
|
|
|
+ <div class="replyInfo"><b class="replyInfo1">需求回复</b> <b class="replyInfo2" v-if="handle.type=='继续回复'">上次回复时间:<b :class="{'replyInfo3':detail.dot =='#F54E45'}" v-text="toTime(detail.estimateTime,true)"></b></b></div>
|
|
<div>
|
|
<div>
|
|
<radio-group :group-data.sync="stateGroup" type="single" @change="stateChange"/>
|
|
<radio-group :group-data.sync="stateGroup" type="single" @change="stateChange"/>
|
|
</div>
|
|
</div>
|