Commit f77197e3ec49dea592e78ebc633d8ed72a8323a1
1 parent
e9488486
优化部分界面
Showing
5 changed files
with
24 additions
and
24 deletions
ant-design-vue-jeecg/src/views/system/inventory/InventoryHeaderList.vue
... | ... | @@ -68,11 +68,11 @@ |
68 | 68 | |
69 | 69 | <!-- table区域-begin --> |
70 | 70 | <div> |
71 | - <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;"> | |
72 | - <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a | |
73 | - style="font-weight: 600">{{ selectedRowKeys.length }}</a>项 | |
74 | - <a style="margin-left: 24px" @click="onClearSelected">清空</a> | |
75 | - </div> | |
71 | +<!-- <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">--> | |
72 | +<!-- <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a--> | |
73 | +<!-- style="font-weight: 600">{{ selectedRowKeys.length }}</a>项--> | |
74 | +<!-- <a style="margin-left: 24px" @click="onClearSelected">清空</a>--> | |
75 | +<!-- </div>--> | |
76 | 76 | |
77 | 77 | <a-table |
78 | 78 | ref="table" |
... | ... |
ant-design-vue-jeecg/src/views/system/inventory/InventoryMaterialSummaryList.vue
... | ... | @@ -20,10 +20,10 @@ |
20 | 20 | |
21 | 21 | <!-- table区域-begin --> |
22 | 22 | <div> |
23 | - <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;"> | |
24 | - <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项 | |
25 | - <a style="margin-left: 24px" @click="onClearSelected">清空</a> | |
26 | - </div> | |
23 | +<!-- <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">--> | |
24 | +<!-- <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项--> | |
25 | +<!-- <a style="margin-left: 24px" @click="onClearSelected">清空</a>--> | |
26 | +<!-- </div>--> | |
27 | 27 | |
28 | 28 | <a-table |
29 | 29 | ref="table" |
... | ... |
ant-design-vue-jeecg/src/views/system/receipt/ReceiptHeaderHistoryList.vue
... | ... | @@ -111,11 +111,11 @@ |
111 | 111 | |
112 | 112 | <!-- table区域-begin --> |
113 | 113 | <div> |
114 | - <div class='ant-alert ant-alert-info' style='margin-bottom: 16px;'> | |
115 | - <i class='anticon anticon-info-circle ant-alert-icon'></i> 已选择 <a | |
116 | - style='font-weight: 600'>{{ selectedRowKeys.length }}</a>项 | |
117 | - <a style='margin-left: 24px' @click='onClearSelected'>清空</a> | |
118 | - </div> | |
114 | +<!-- <div class='ant-alert ant-alert-info' style='margin-bottom: 16px;'>--> | |
115 | +<!-- <i class='anticon anticon-info-circle ant-alert-icon'></i> 已选择 <a--> | |
116 | +<!-- style='font-weight: 600'>{{ selectedRowKeys.length }}</a>项--> | |
117 | +<!-- <a style='margin-left: 24px' @click='onClearSelected'>清空</a>--> | |
118 | +<!-- </div>--> | |
119 | 119 | |
120 | 120 | <a-table |
121 | 121 | ref='table' |
... | ... |
ant-design-vue-jeecg/src/views/system/shipment/ShipmentContainerHeaderList.vue
... | ... | @@ -78,11 +78,11 @@ |
78 | 78 | |
79 | 79 | <!-- table区域-begin --> |
80 | 80 | <div> |
81 | - <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;"> | |
82 | - <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a | |
83 | - style="font-weight: 600">{{ selectedRowKeys.length }}</a>项 | |
84 | - <a style="margin-left: 24px" @click="onClearSelected">清空</a> | |
85 | - </div> | |
81 | +<!-- <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">--> | |
82 | +<!-- <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a--> | |
83 | +<!-- style="font-weight: 600">{{ selectedRowKeys.length }}</a>项--> | |
84 | +<!-- <a style="margin-left: 24px" @click="onClearSelected">清空</a>--> | |
85 | +<!-- </div>--> | |
86 | 86 | |
87 | 87 | <a-table |
88 | 88 | ref="table" |
... | ... |
ant-design-vue-jeecg/src/views/system/shipment/ShipmentHeaderList.vue
... | ... | @@ -121,11 +121,11 @@ |
121 | 121 | |
122 | 122 | <!-- table区域-begin --> |
123 | 123 | <div> |
124 | - <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;"> | |
125 | - <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a | |
126 | - style="font-weight: 600">{{ selectedRowKeys.length }}</a>项 | |
127 | - <a style="margin-left: 24px" @click="onClearSelected">清空</a> | |
128 | - </div> | |
124 | +<!-- <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">--> | |
125 | +<!-- <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a--> | |
126 | +<!-- style="font-weight: 600">{{ selectedRowKeys.length }}</a>项--> | |
127 | +<!-- <a style="margin-left: 24px" @click="onClearSelected">清空</a>--> | |
128 | +<!-- </div>--> | |
129 | 129 | |
130 | 130 | <a-table |
131 | 131 | ref="table" |
... | ... |