|
@@ -7,6 +7,9 @@
|
|
top="50px"
|
|
top="50px"
|
|
width="50%"
|
|
width="50%"
|
|
:append-to-body="true"
|
|
:append-to-body="true"
|
|
|
|
+ class="statistic_base"
|
|
|
|
+ :modal-append-to-body="true"
|
|
|
|
+ custom-class="tagdialog"
|
|
>
|
|
>
|
|
<div class="tabsdom">
|
|
<div class="tabsdom">
|
|
<el-form ref="form" :model="form" :rules="1" style="width: 100%;padding: 5px">
|
|
<el-form ref="form" :model="form" :rules="1" style="width: 100%;padding: 5px">
|
|
@@ -21,6 +24,10 @@
|
|
:multiple="false"
|
|
:multiple="false"
|
|
width="700"
|
|
width="700"
|
|
@selectValue="parentMethod"
|
|
@selectValue="parentMethod"
|
|
|
|
+ class="statistic_base"
|
|
|
|
+ :append-to-body="true"
|
|
|
|
+ :modal-append-to-body="true"
|
|
|
|
+ custom-class="tagdialog"
|
|
/>
|
|
/>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|