|
|
@ -138,10 +138,10 @@ |
|
|
|
<el-icon :style="iconStyle"> |
|
|
|
<el-icon :style="iconStyle"> |
|
|
|
<!-- <office-building /> --> |
|
|
|
<!-- <office-building /> --> |
|
|
|
</el-icon> |
|
|
|
</el-icon> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
</el-descriptions-item> |
|
|
|
</el-descriptions-item> |
|
|
|
</el-descriptions> |
|
|
|
</el-descriptions> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -168,8 +168,11 @@ watchEffect(()=>{ |
|
|
|
init() |
|
|
|
init() |
|
|
|
}) |
|
|
|
}) |
|
|
|
async function init() { |
|
|
|
async function init() { |
|
|
|
|
|
|
|
if(!!details.id){ |
|
|
|
let res=await getDetail(details.id) |
|
|
|
let res=await getDetail(details.id) |
|
|
|
details.detail=res.data.data |
|
|
|
details.detail=res.data.data |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
function bkbut(){ |
|
|
|
function bkbut(){ |
|
|
|
router.go(-1) |
|
|
|
router.go(-1) |
|
|
|