|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<template-page ref="pageRef" :get-list="getList" :table-attributes="tableAttributes" :table-events="tableEvents"
|
|
|
:options-evens-group="optionsEvensGroup" :more-parameters="moreParameters" :column-parsing="columnParsing"
|
|
|
- :operation="operation">
|
|
|
+ :operation="operation" :exportList="exportList">
|
|
|
<div class="cartographer">
|
|
|
<el-dialog title="明细" width="100%" :modal="false" :visible.sync="formDialog" :before-close="()=>{formDialog = false}">
|
|
|
<template-page v-if="formDialog" :get-list="getList2" />
|