Commit 431f7700 authored by 黄媛媛's avatar 黄媛媛

update

parent 1c19c52f
<template> <template>
<div class="approvalDetails" v-loading="pageLoad"> <div class="approvalDetails" v-loading="pageLoad">
<div style="width:100%;background:#f5f5f5">
<div style="width:80%;margin:0 auto;"> <div style="width:80%;margin:0 auto;">
<!-- <div style="border-bottom:1px solid #E2E4EB;padding-bottom:10px">
<span class="pageTitle" style="float:inherit">详情</span>
<span @click="backTo" class="backTo" style="">返回</span>
</div> -->
<div style="margin-top:30px;background:rgba(255,255,255,1);border-radius:10px;padding:20px;position:relative;"> <div style="margin-top:30px;background:rgba(255,255,255,1);border-radius:10px;padding:20px;position:relative;">
<div style="padding-bottom:10px;text-align:right">
<span @click="GoZcUrl" class="backTo" style="">资产管理</span>
</div>
<el-row class="HeaderDiv" style="border-bottom:1px solid #E2E4EB;padding-bottom:20px"> <el-row class="HeaderDiv" style="border-bottom:1px solid #E2E4EB;padding-bottom:20px">
<span class="underline"></span> <span class="underline"></span>
<el-col :span="12" style="position:relative;padding-left:50px"> <el-col :span="12" style="position:relative;padding-left:50px">
...@@ -380,6 +381,7 @@ ...@@ -380,6 +381,7 @@
</viewer> </viewer>
</div> </div>
</div> </div>
</div>
</template> </template>
<script> <script>
...@@ -470,6 +472,9 @@ export default { ...@@ -470,6 +472,9 @@ export default {
}, },
methods:{ methods:{
GoZcUrl(){
window.open("http://www.test.com:8080")
},
inited (viewer){ inited (viewer){
this.$viewer = viewer this.$viewer = viewer
}, },
...@@ -763,6 +768,43 @@ export default { ...@@ -763,6 +768,43 @@ export default {
</script> </script>
<style> <style>
.approvalDetails .backTo{
width:80px;
height:34px;
line-height:34px;
background:rgba(0,210,214,1);
border-radius:17px;
text-align: center;
color: #fff;
font-size: 12px;
font-family: "宋体";
display: inline-block;
margin-left:15px;
cursor: pointer;
}
.detailsIT_Journal p{
margin:0;
}
li{
list-style: none;
}
.detailsIT_Journal .changLogList_l {
border-left: 1px solid #E9E9E9;
position: relative;
padding-bottom: 10px;
padding-left: 20px;
padding-top: 10px;
}
.detailsIT_Journal ._radius_green {
background-color: #47BF8C;
width: 7px;
height: 7px;
border-radius: 50%;
display: inline-block;
position: absolute;
left: -4px;
top: 19px;
}
/* myTable */ /* myTable */
.approvalDetails .zcmyTable{ .approvalDetails .zcmyTable{
width: 100%; width: 100%;
......
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