款式模块管理列表页

zhc4dev
暖暖 2 years ago
parent 4b3ec4387f
commit f450820bac
  1. 6
      ant-design-vue-jeecg/src/views/zystylemodule/ZyStyleModuleList.vue

@ -1,5 +1,6 @@
<template>
<a-card :bordered="false">
<p style="font-size: 30px;color:#333">{{biaoTi}}</p>
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery">
@ -28,7 +29,7 @@
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
</span>
</a-col>
<a-button type="primary">{{biaoTi}}</a-button>
<!-- <a-button type="primary">{{biaoTi}}</a-button>-->
</a-row>
</a-form>
@ -40,6 +41,7 @@
<div class="table-operator">
<a-button @click="styleModuleHandleAdd(id,typeId)" type="primary" icon="plus">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('款式模块表')">导出</a-button>
<a-button type="primary" icon="rollback" @click="fanHui()">返回</a-button>
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">导入</a-button>
@ -57,7 +59,7 @@
<a-icon type="down"/>
</a-button>
</a-dropdown>
<a-button type="primary" style="left: 80%" @click="fanHui()">返回</a-button>
</div>
<!-- table区域-begin -->
<div>

Loading…
Cancel
Save