|
@ -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'; |
|
@ -671,6 +671,7 @@ |
|
|
} |
|
|
} |
|
|
.table { |
|
|
.table { |
|
|
width: 2000px; |
|
|
width: 2000px; |
|
|
|
|
|
/* width: auto; */ |
|
|
} |
|
|
} |
|
|
.admin { |
|
|
.admin { |
|
|
text-align: left; |
|
|
text-align: left; |
|
|