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