Showing
1 changed file
with
5 additions
and
9 deletions
@@ -61,21 +61,18 @@ | @@ -61,21 +61,18 @@ | ||
61 | </filter-item> | 61 | </filter-item> |
62 | </layout-filter> | 62 | </layout-filter> |
63 | 63 | ||
64 | - <layout-list> | ||
65 | - <div v-if="importInfo"> | ||
66 | - <div v-if="importInfo.length !== 0"> | ||
67 | - <div class="error-title">导入错误记录</div> | ||
68 | - <div class="error-content" v-for="e in importInfo"> {{e}} </div> | ||
69 | - </div> | 64 | + <div v-if="importInfo"> |
65 | + <div v-if="importInfo.length !== 0"> | ||
66 | + <div class="error-title">导入错误记录</div> | ||
67 | + <div class="error-content" v-for="e in importInfo"> {{e}} </div> | ||
70 | </div> | 68 | </div> |
71 | - </layout-list> | 69 | + </div> |
72 | </layout-body> | 70 | </layout-body> |
73 | </template> | 71 | </template> |
74 | 72 | ||
75 | <script> | 73 | <script> |
76 | import {SelectCategory, SelectBrand, SelectSellType} from 'components/select'; | 74 | import {SelectCategory, SelectBrand, SelectSellType} from 'components/select'; |
77 | import _ from 'lodash'; | 75 | import _ from 'lodash'; |
78 | - import LayoutList from '../../../components/global/layout/layout-list'; | ||
79 | 76 | ||
80 | export default { | 77 | export default { |
81 | data() { | 78 | data() { |
@@ -187,7 +184,6 @@ | @@ -187,7 +184,6 @@ | ||
187 | } | 184 | } |
188 | }, | 185 | }, |
189 | components: { | 186 | components: { |
190 | - LayoutList, | ||
191 | SelectCategory, | 187 | SelectCategory, |
192 | SelectBrand, | 188 | SelectBrand, |
193 | SelectSellType | 189 | SelectSellType |
-
Please register or login to post a comment