Commit 4c2a13a5 authored by 赵啸非's avatar 赵啸非

修改内部系统访问地址

parent 1169e853
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
:title="title" :title="title"
:visible.sync="open" :visible.sync="open"
:direction="direction" :direction="direction"
size="90%"> size="95%">
<div> <div>
<div class="warning">系统检测以下人员(20人)识别频次过高:</div> <div class="warning">系统检测以下人员(20人)识别频次过高:</div>
<div class="drawer_box"> <div class="drawer_box">
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
property="monitorCertificate" property="monitorCertificate"
label="监测凭证"> label="监测凭证">
<template slot-scope="scope"> <template slot-scope="scope">
<img :src="scope.row.monitorCertificate" alt="图片"> <img style="width: 70px; height: 100px" :src="scope.row.monitorCertificate" alt="图片">
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
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