|
|
@ -42,7 +42,7 @@
|
|
|
|
</i-col>
|
|
|
|
</i-col>
|
|
|
|
</Row>
|
|
|
|
</Row>
|
|
|
|
|
|
|
|
|
|
|
|
<Table :columns="columns1" :data="data1" style="margin-top: 20px;">
|
|
|
|
<Table :columns="columns1" :data="data1" style="margin-top: 20px;" size="small">
|
|
|
|
<template slot-scope="{row}" slot="qrCodeAction">
|
|
|
|
<template slot-scope="{row}" slot="qrCodeAction">
|
|
|
|
<img :src="require('../../../static/img/qrCode-init.png')" @click="show(row)" style="margin-left: 5px;margin-top: 5px;width:30px;height:30px;"/>
|
|
|
|
<img :src="require('../../../static/img/qrCode-init.png')" @click="show(row)" style="margin-left: 5px;margin-top: 5px;width:30px;height:30px;"/>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|