|
@@ -50,13 +50,14 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="none_box" v-if="fileArray.length == 0"
|
|
|
|
|
|
+ <div class="none_box"
|
|
v-loading.body="isLoading"
|
|
v-loading.body="isLoading"
|
|
>{{lang.nouploadFiles}}</div>
|
|
>{{lang.nouploadFiles}}</div>
|
|
|
|
+ <!-- v-if="fileArray.length == 0" -->
|
|
|
|
+ <!-- v-else-if="fileArray.length" -->
|
|
|
|
+
|
|
<div
|
|
<div
|
|
class="f_box_file_list"
|
|
class="f_box_file_list"
|
|
- v-else-if="fileArray.length"
|
|
|
|
-
|
|
|
|
>
|
|
>
|
|
<div class="list_file_box">
|
|
<div class="list_file_box">
|
|
<el-table
|
|
<el-table
|
|
@@ -69,6 +70,7 @@
|
|
max-height="800px"
|
|
max-height="800px"
|
|
v-loading="isLoading"
|
|
v-loading="isLoading"
|
|
:row-key="row => row.id"
|
|
:row-key="row => row.id"
|
|
|
|
+ :no-data-text="lang.nouploadFiles"
|
|
>
|
|
>
|
|
<el-table-column
|
|
<el-table-column
|
|
type="selection"
|
|
type="selection"
|