|
|
|
@ -12,14 +12,14 @@ |
|
|
|
|
<!-- 操作按钮区域 --> |
|
|
|
|
<div class="table-operator"> |
|
|
|
|
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> |
|
|
|
|
<a-button type="primary" icon="download" @click="handleExportXls('zy_cloths_modular')">导出</a-button> |
|
|
|
|
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" |
|
|
|
|
@change="handleImportExcel"> |
|
|
|
|
<a-button type="primary" icon="import">导入</a-button> |
|
|
|
|
</a-upload> |
|
|
|
|
<!-- <a-button type="primary" icon="download" @click="handleExportXls('zy_cloths_modular')">导出</a-button>--> |
|
|
|
|
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl"--> |
|
|
|
|
<!-- @change="handleImportExcel">--> |
|
|
|
|
<!-- <a-button type="primary" icon="import">导入</a-button>--> |
|
|
|
|
<!-- </a-upload>--> |
|
|
|
|
<!-- 高级查询区域 --> |
|
|
|
|
<j-super-query :fieldList="superFieldList" ref="superQueryModal" |
|
|
|
|
@handleSuperQuery="handleSuperQuery"></j-super-query> |
|
|
|
|
<!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal"--> |
|
|
|
|
<!-- @handleSuperQuery="handleSuperQuery"></j-super-query>--> |
|
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0"> |
|
|
|
|
<a-menu slot="overlay"> |
|
|
|
|
<a-menu-item key="1" @click="batchDel"> |
|
|
|
@ -77,10 +77,10 @@ |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<span slot="action2" slot-scope="text, record"> |
|
|
|
|
<a @click="viewVid(record)">查看</a> |
|
|
|
|
<a @click="viewVid(record)">管理</a> |
|
|
|
|
</span> |
|
|
|
|
<span slot="action3" slot-scope="text, record"> |
|
|
|
|
<a @click="viewVid2(record)">查看</a> |
|
|
|
|
<a @click="viewVid2(record)">管理</a> |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
<span slot="action" slot-scope="text, record"> |
|
|
|
@ -167,11 +167,11 @@ export default { |
|
|
|
|
// align: "center", |
|
|
|
|
// dataIndex: 'modularType_dictText' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title: '描述', |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'description' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title: '描述', |
|
|
|
|
// align: "center", |
|
|
|
|
// dataIndex: 'description' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title: '衣服类型', |
|
|
|
|
align: "center", |
|
|
|
|