|
@@ -45,14 +45,18 @@
|
|
|
<span>
|
|
|
<img src="../../../assets/images/leader-mailbox/neirong.png" alt="" />
|
|
|
</span>
|
|
|
- <textarea
|
|
|
+
|
|
|
+ <!-- <textarea
|
|
|
name=""
|
|
|
id=""
|
|
|
cols="30"
|
|
|
rows="1"
|
|
|
readonly
|
|
|
:value="item.content"
|
|
|
- ></textarea>
|
|
|
+ ></textarea> -->
|
|
|
+
|
|
|
+ <div style="width:244px;margin-left: 7%;margin-top: 2%;">{{item.content}}</div>
|
|
|
+
|
|
|
</div>
|
|
|
<!-- 渲染领导回复 -->
|
|
|
<div class="consult-item-textarea" v-if="(status1 = item.reply_status)">
|
|
@@ -60,15 +64,17 @@
|
|
|
<img src="../../../assets/images/leader-mailbox/huifu.png" alt="" />
|
|
|
</span>
|
|
|
<!-- 渲染领导回复时间 -->
|
|
|
- <div>
|
|
|
- <input
|
|
|
+ <div style="width:244px;margin-left: 7%;margin-top: 2%;">
|
|
|
+ <!-- <input
|
|
|
type="text"
|
|
|
placeholder="暂无回复"
|
|
|
readonly
|
|
|
:value="item.reply_time"
|
|
|
- />
|
|
|
+ /> -->
|
|
|
<!-- 渲染领导回复内容 -->
|
|
|
- <p>{{ item.reply }}</p>
|
|
|
+ <!-- <p>{{ item.reply }}</p> -->
|
|
|
+ <div>{{item.reply_time}}</div>
|
|
|
+ <div style="margin:5px 0 10px;">{{ item.reply }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 回复按钮 -->
|