|
|
@@ -102,6 +102,7 @@
|
|
|
>
|
|
|
</div>
|
|
|
</tableList>
|
|
|
+ <UploadListNew class="upload-list-new"></UploadListNew>
|
|
|
<div class="total-number" v-if="list.length !== 0 || hasMoreData">已加载{{list.length}}条</div>
|
|
|
<div class="nodata" v-if="list.length == 0 && !hasMoreData && lastestUsedSearchKey">
|
|
|
<img :src="$noresult" alt="" />
|
|
|
@@ -134,6 +135,7 @@ import vAudio from "@/components/audio";
|
|
|
import Upload from "@/components/shared/uploads/UploadMultiple";
|
|
|
import { changeByteUnit } from "@/utils/file";
|
|
|
import UploadList from "../components/uploadList.vue";
|
|
|
+import UploadListNew from "../components/uploadList1.1.0.vue";
|
|
|
import { debounce } from "@/utils/other.js"
|
|
|
|
|
|
import {
|
|
|
@@ -153,6 +155,7 @@ export default {
|
|
|
Upload,
|
|
|
vAudio,
|
|
|
UploadList,
|
|
|
+ UploadListNew,
|
|
|
},
|
|
|
data() {
|
|
|
return {
|