|
@@ -120,13 +120,13 @@
|
|
|
<a-card class="middle" style="margin-bottom:1%">
|
|
|
<!-- 操作按钮区域 -->
|
|
|
<div class="table-operator">
|
|
|
- <a-button type="primary" size="small" @click='addList'>新增</a-button>
|
|
|
+ <a-button type="danger" size="small" @click='addList'>新增</a-button>
|
|
|
<a-button size="small" @click='editList'>修改</a-button>
|
|
|
<a-button size="small" @click='delectList'>删除</a-button>
|
|
|
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl">
|
|
|
- <a-button type="primary" size="small">导入</a-button>
|
|
|
+ <a-button size="small">导入</a-button>
|
|
|
</a-upload>
|
|
|
- <a-button type="primary" size="small" @click="exportList('安全库存列表')">导出</a-button>
|
|
|
+ <a-button size="small" @click="exportList('安全库存列表')">导出</a-button>
|
|
|
</div>
|
|
|
|
|
|
<!-- table区域-begin -->
|