Commit 1fda35ef authored by 赵伟庚's avatar 赵伟庚

fix

parent 7680dd4e
...@@ -5,11 +5,15 @@ ...@@ -5,11 +5,15 @@
<span>{{ title || "-" }}</span> <span>{{ title || "-" }}</span>
<span>更新时间:{{ time || "-" }}</span> <span>更新时间:{{ time || "-" }}</span>
</h3> </h3>
<div <div class="part_content doc_content w-e-text w-e-text-container apaas_scroll">
class="part_content doc_content w-e-text w-e-text-container apaas_scroll" <div
v-html="content" v-html="content"
ref="docContent" ref="docContent"
></div> >
</div>
<div>附件:脚接交接军军军军军军军</div>
</div>
</div> </div>
<div class="part nav_part"> <div class="part nav_part">
<h3 class="part_title"> <h3 class="part_title">
......
...@@ -199,7 +199,7 @@ export default { ...@@ -199,7 +199,7 @@ export default {
let data = response.data.data; let data = response.data.data;
if (response.data.success && data) { if (response.data.success && data) {
//服务 //服务
if (data.interface_typ != 1) { if (data.interface_typ == 2 || data.interface_typ == 3) {
this.disabledDate = true this.disabledDate = true
let yyyy = new Date().getFullYear() let yyyy = new Date().getFullYear()
let mm = new Date().getMonth() + 1 < 10 ? '0' + (new Date().getMonth() + 1) : new Date().getMonth() + 1 let mm = new Date().getMonth() + 1 < 10 ? '0' + (new Date().getMonth() + 1) : new Date().getMonth() + 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment