|
@@ -43,13 +43,13 @@
|
|
|
<span style="color: #4f7bfd;font-weight: bold;font-size: 17px">{{list.partitionname}}</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="div_span_top">
|
|
|
+<!-- <el-col :span="24" class="div_span_top">
|
|
|
<tableLayout :layout="tablecolsModule" :data="moduleList" :opwidth="200" :custom="true" :height="200 + 'px'" >
|
|
|
<template v-slot:customcol="scope">
|
|
|
- <p >{{scope.column.data[scope.column.columnname] || '--'}}</p>
|
|
|
+ <p >{{scope.column.data[scope.column.columnname] || '--'}}</p>
|
|
|
</template>
|
|
|
</tableLayout>
|
|
|
- </el-col>
|
|
|
+ </el-col>-->
|
|
|
</el-row>
|
|
|
<el-row :gutter="20" style="margin-top: 20px">
|
|
|
<el-col :span="24" >
|
|
@@ -79,10 +79,11 @@
|
|
|
<el-col :span="24">
|
|
|
<vue-qr style="margin-left: 35%" :text="code_url" :size="200"></vue-qr>
|
|
|
</el-col>
|
|
|
+ <el-button style="margin-left: 40% !important;" @click="onClose" size="small" class="normal-btn-width">取 消</el-button>
|
|
|
</el-row>
|
|
|
- <span slot="footer" class="dialog-footer ">
|
|
|
- <el-button style="margin-right: 45% !important;" @click="onClose" size="small" class="normal-btn-width">取 消</el-button>
|
|
|
- </span>
|
|
|
+<!-- <span slot="footer" >
|
|
|
+ <el-button style="margin-right: 45% !important;margin-top: -200px" @click="onClose" size="small" class="normal-btn-width">取 消</el-button>
|
|
|
+ </span>-->
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
</template>
|