|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<el-dialog title="详情" :visible.sync="visible" :before-close="handleClose" :close-on-click-modal="false"
|
|
<el-dialog title="详情" :visible.sync="visible" :before-close="handleClose" :close-on-click-modal="false"
|
|
|
:close-on-press-escape="false" append-to-body width="80%">
|
|
:close-on-press-escape="false" append-to-body width="80%">
|
|
|
- {{ detailType }}
|
|
|
|
|
|
|
+
|
|
|
<!-- 数据表格 -->
|
|
<!-- 数据表格 -->
|
|
|
<ele-pro-table ref="table" v-if="detailType == 1" :columns="columns" cache-key="detailsTable"
|
|
<ele-pro-table ref="table" v-if="detailType == 1" :columns="columns" cache-key="detailsTable"
|
|
|
height="calc(100vh - 350px)">
|
|
height="calc(100vh - 350px)">
|