安虹睿 2 years ago
parent
commit
b7e5f84b47
  1. 3
      Code/Fe/src/components/showCopyJsonPop/index.vue

3
Code/Fe/src/components/showCopyJsonPop/index.vue

@ -112,6 +112,7 @@
<!-- details的table --> <!-- details的table -->
<el-dialog <el-dialog
top="80px"
width="86%" width="86%"
v-if="detailTableRow" v-if="detailTableRow"
:visible.sync="detailsTableShow" :visible.sync="detailsTableShow"
@ -125,7 +126,7 @@
<umyTable <umyTable
:isShowIndex="true" :isShowIndex="true"
:tableBorder="true" :tableBorder="true"
:setUTableHeight="240" :setUTableHeight="170"
:tableData="detailTableRow.value" :tableData="detailTableRow.value"
:tableColumns="detailTableColumns" :tableColumns="detailTableColumns"
:selectionTable="false" :selectionTable="false"

Loading…
Cancel
Save