|
@@ -91,21 +91,20 @@
|
|
|
</template>
|
|
|
</s-table>
|
|
|
</a-card>
|
|
|
- <a-affix :offset-bottom="0">
|
|
|
- <div
|
|
|
- style="text-align: center;width: 100%;background-color: #fff;padding: 12px 0;box-shadow: 0 0 20px #dcdee2;">
|
|
|
- <a-button
|
|
|
- size="large"
|
|
|
- style="width: 150px;"
|
|
|
- type="primary"
|
|
|
- class="button-primary"
|
|
|
- v-if="dataSource.length>0"
|
|
|
- @click="handleSubmit()"
|
|
|
- :loading="loading"
|
|
|
- id="productInfoList-handleSubmit">下推</a-button>
|
|
|
- </div>
|
|
|
- </a-affix>
|
|
|
</a-spin>
|
|
|
+ <a-affix v-if="dataSource.length>0" :offset-bottom="0">
|
|
|
+ <div
|
|
|
+ style="text-align: center;width: 100%;background-color: #fff;padding: 12px 0;box-shadow: 0 0 20px #dcdee2;">
|
|
|
+ <a-button
|
|
|
+ size="large"
|
|
|
+ style="width: 150px;"
|
|
|
+ type="primary"
|
|
|
+ class="button-primary"
|
|
|
+ @click="handleSubmit()"
|
|
|
+ :loading="loading"
|
|
|
+ id="productInfoList-handleSubmit">下推</a-button>
|
|
|
+ </div>
|
|
|
+ </a-affix>
|
|
|
</div>
|
|
|
</template>
|
|
|
|