|
@@ -55,10 +55,10 @@
|
|
|
icon="download"
|
|
|
@click="doExport">导出
|
|
|
</a-button>
|
|
|
- <!-- <a-button :confirmLoading="confirmLoading" style="margin-left:8px;" type="primary" @click="doUpdateNo">
|
|
|
- <a-icon type="upload"/>
|
|
|
- 初始化编码
|
|
|
- </a-button>-->
|
|
|
+ <a-button :confirmLoading="confirmLoading" style="margin-left:8px;" type="primary" @click="doUpdateNo">
|
|
|
+ <a-icon type="upload"/>
|
|
|
+ 初始化编码
|
|
|
+ </a-button>
|
|
|
<a-dropdown v-action:edit v-if="selectedRowKeys.length > 0 && ($auth('check-spot-standards-del')||$auth('check-polling-standards-del'))">
|
|
|
<a-menu slot="overlay">
|
|
|
<a-popconfirm title="是否要删除所选数据?" @confirm="batchDelete()">
|