|
@@ -140,7 +140,14 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :span="7" style="text-align: right;">
|
|
<a-col :span="7" style="text-align: right;">
|
|
<!-- <a-button size="small" style="margin-left: 8px" id="chainTransferOutEdit-import-btn">导入明细</a-button> -->
|
|
<!-- <a-button size="small" style="margin-left: 8px" id="chainTransferOutEdit-import-btn">导入明细</a-button> -->
|
|
- <a-button size="small" type="danger" style="margin-left: 8px" @click.stop="handleDel('', 'all')" id="chainTransferOutEdit-del-all-btn">清空列表</a-button>
|
|
|
|
|
|
+ <a-button
|
|
|
|
+ size="small"
|
|
|
|
+ type="primary"
|
|
|
|
+ ghost
|
|
|
|
+ style="margin-left: 8px"
|
|
|
|
+ :disabled="localDataSource.length==0"
|
|
|
|
+ @click.stop="handleDel('', 'all')"
|
|
|
|
+ id="chainTransferOutEdit-del-all-btn">清空列表</a-button>
|
|
</a-col>
|
|
</a-col>
|
|
</a-row>
|
|
</a-row>
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|