|
|
@@ -44,12 +44,7 @@
|
|
|
</div>
|
|
|
<!-- table区域-begin -->
|
|
|
<div>
|
|
|
- <div class="ant-alert ant-alert-info" style="margin: 16px 0;">
|
|
|
- <i class="anticon anticon-info-circle ant-alert-icon"/> 已选择 <a
|
|
|
- style="font-weight: 600"
|
|
|
- >{{ selectedRowKeys.length }}</a>项
|
|
|
- <a style="margin-left: 24px" @click="onClearSelected">清空</a>
|
|
|
- </div>
|
|
|
+
|
|
|
<a-table
|
|
|
ref="table"
|
|
|
size="middle"
|
|
|
@@ -83,7 +78,7 @@ export default {
|
|
|
// 表头
|
|
|
columns: columns(this),
|
|
|
url: {
|
|
|
- list: '/show/dlyc/list',
|
|
|
+ list: '/show/bpdjxjh/list',
|
|
|
delete: '/business/catenary/bus/jcb/fdfxjyq/',
|
|
|
tree: '/system/dept/treeSelect',
|
|
|
exportXlsUrl: '/business/catenary/bus/jcb/fdfxjyq/export'
|