Commit 75013f21 authored by kaitly205422@163.com's avatar kaitly205422@163.com

添加风险评估模板

parent 594e9fa2
......@@ -121,7 +121,8 @@
</van-row>
<van-row gutter="0">
<van-col span="9" style="font-weight: bold;color:#666666;font-size: 12px;">上报时间:</van-col>
<van-col span="15" style="color: #9d9d9d;font-size: 12px;">{{ timestampToTimes(item.createTime, "DT2")
<van-col span="15" style="color: #9d9d9d;font-size: 12px;">{{ timestampToTimes(item.createTime,
"DT2")
}}</van-col>
</van-row>
<van-row gutter="0">
......@@ -169,7 +170,7 @@
? "(审批通过)"
: "(审批否决)"
: ""
}}</van-col>
}}</van-col>
</van-row>
<van-row v-show="item.taskResult">
<van-col span="7"><span class="field-title">审批意见:</span></van-col>
......@@ -191,38 +192,23 @@
</div>
</van-tab>
<van-tab title="评估报告">
<div style="height: 1.5rem;
<a style="height: 1.5rem;
background-color: #fff;
border-bottom: 1px solid #97999a;
display: flex;
justify-content: space-between;
line-height: 1.5rem;
">
color:#010101;
" :href="fileUrl()" target="_blank">
<div><van-icon name="column" size="26px" /></div>
<div style="flex-grow:1;line-height: 0.6rem">
<div>风险评估报告.PDF</div>
<div>2019-3-21 10:23 100KB</div>
<div>风险评估报告模板.docx</div>
<div>2019-3-21 10:23 154KB</div>
</div>
<div>
<van-icon name="arrow" size="26px" />
</div>
</div>
<div style="height: 1.5rem;
background-color: #fff;
border-bottom: 1px solid #97999a;
display: flex;
justify-content: space-between;
line-height: 1.5rem;
">
<div><van-icon name="column" size="26px" /></div>
<div style="flex-grow:1;line-height: 0.6rem">
<div>风险评估报告.PDF</div>
<div>2019-3-21 10:23 100KB</div>
</div>
<div>
<van-icon name="arrow" size="26px" />
</div>
</div>
</a>
</van-tab>
</van-tabs>
</div>
......@@ -318,7 +304,7 @@
: item.status == "finish"
? "已完成"
: "已退回"
}}</van-col>
}}</van-col>
</van-row>
<van-row>
......@@ -452,7 +438,10 @@ export default {
timestampToTimes(time, type) {
return timestampToTime(new Date(time), type, true);
},
fileUrl() {
// return window.location.origin + '/dev-api/profile/upload/report/风险评估报告模板.docx'
return 'http://rongtongpc.censoft.com.cn/dev-api/profile/upload/report/风险评估报告模板.docx'
},
/* swp add 风险清单筛选 */
changeData(arr) {
if (Array.isArray(arr)) {
......
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