提交
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
<ns-view-list-table v-bind="tableConfig" :model="data" ref="mainRef" class="table" />
|
<ns-view-list-table v-bind="tableConfig" :model="data" ref="mainRef" class="table" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a-drawer
|
<!-- <a-drawer
|
||||||
:width="1200"
|
:width="1200"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
:body-style="{ paddingBottom: '80px' }"
|
:body-style="{ paddingBottom: '80px' }"
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
@ok="handleOk"
|
@ok="handleOk"
|
||||||
@cancel="handleClose">
|
@cancel="handleClose">
|
||||||
<ns-form :schemas="formSchema2" :model="formData2" />
|
<ns-form :schemas="formSchema2" :model="formData2" />
|
||||||
</a-modal>
|
</a-modal> -->
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { Modal } from 'ant-design-vue';
|
import { Modal } from 'ant-design-vue';
|
||||||
|
Reference in New Issue
Block a user