|
@@ -304,7 +304,13 @@
|
|
|
style="width: 80%"
|
|
|
></el-progress>
|
|
|
|
|
|
- <div class="bigBlock">
|
|
|
+ <div
|
|
|
+ :class="
|
|
|
+ myArrayProp[0]['ClosingstatementData'].resultAccessory.length > 0
|
|
|
+ ? 'bigBlock'
|
|
|
+ : 'noFileBox'
|
|
|
+ "
|
|
|
+ >
|
|
|
<div
|
|
|
class="fileBlock"
|
|
|
v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
|
|
@@ -350,7 +356,13 @@
|
|
|
style="width: 80%"
|
|
|
></el-progress>
|
|
|
|
|
|
- <div class="bigBlock">
|
|
|
+ <div
|
|
|
+ :class="
|
|
|
+ myArrayProp[0]['ClosingstatementData'].firmAccessory.length > 0
|
|
|
+ ? 'bigBlock'
|
|
|
+ : 'noFileBox'
|
|
|
+ "
|
|
|
+ >
|
|
|
<div
|
|
|
class="fileBlock"
|
|
|
v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
|
|
@@ -397,7 +409,14 @@
|
|
|
style="width: 80%"
|
|
|
></el-progress>
|
|
|
|
|
|
- <div class="bigBlock">
|
|
|
+ <div
|
|
|
+ :class="
|
|
|
+ myArrayProp[0]['ClosingstatementData'].competitionAccessory
|
|
|
+ .length > 0
|
|
|
+ ? 'bigBlock'
|
|
|
+ : 'noFileBox'
|
|
|
+ "
|
|
|
+ >
|
|
|
<div
|
|
|
class="fileBlock"
|
|
|
v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
|
|
@@ -437,7 +456,14 @@
|
|
|
style="width: 80%"
|
|
|
></el-progress>
|
|
|
|
|
|
- <div class="bigBlock">
|
|
|
+ <div
|
|
|
+ :class="
|
|
|
+ myArrayProp[0]['ClosingstatementData'].exchangeAccessory.length >
|
|
|
+ 0
|
|
|
+ ? 'bigBlock'
|
|
|
+ : 'noFileBox'
|
|
|
+ "
|
|
|
+ >
|
|
|
<div
|
|
|
class="fileBlock"
|
|
|
v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
|
|
@@ -477,7 +503,14 @@
|
|
|
style="width: 80%"
|
|
|
></el-progress>
|
|
|
|
|
|
- <div class="bigBlock">
|
|
|
+ <div
|
|
|
+ :class="
|
|
|
+ myArrayProp[0]['ClosingstatementData'].conversionAccessory
|
|
|
+ .length > 0
|
|
|
+ ? 'bigBlock'
|
|
|
+ : 'noFileBox'
|
|
|
+ "
|
|
|
+ >
|
|
|
<div
|
|
|
class="fileBlock"
|
|
|
v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
|
|
@@ -517,7 +550,13 @@
|
|
|
style="width: 80%"
|
|
|
></el-progress>
|
|
|
|
|
|
- <div class="bigBlock">
|
|
|
+ <div
|
|
|
+ :class="
|
|
|
+ myArrayProp[0]['ClosingstatementData'].talentsAccessory.length > 0
|
|
|
+ ? 'bigBlock'
|
|
|
+ : 'noFileBox'
|
|
|
+ "
|
|
|
+ >
|
|
|
<div
|
|
|
class="fileBlock"
|
|
|
v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
|
|
@@ -595,7 +634,13 @@
|
|
|
style="width: 80%"
|
|
|
></el-progress>
|
|
|
|
|
|
- <div class="bigBlock">
|
|
|
+ <div
|
|
|
+ :class="
|
|
|
+ myArrayProp[0]['ClosingstatementData'].taskAccessory.length > 0
|
|
|
+ ? 'bigBlock'
|
|
|
+ : 'noFileBox'
|
|
|
+ "
|
|
|
+ >
|
|
|
<div
|
|
|
class="fileBlock"
|
|
|
v-for="(item, index) in myArrayProp[0]['ClosingstatementData']
|
|
@@ -1199,6 +1244,14 @@ table {
|
|
|
box-sizing: border-box;
|
|
|
padding: 10px;
|
|
|
position: relative;
|
|
|
+ .noFileBox {
|
|
|
+ width: 98%;
|
|
|
+ min-height: 200px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ flex-wrap: nowrap;
|
|
|
+ align-items: flex-start;
|
|
|
+ }
|
|
|
.bigBlock {
|
|
|
width: 98%;
|
|
|
min-height: 200px;
|
|
@@ -1209,7 +1262,7 @@ table {
|
|
|
border: 1px solid #cad1dc;
|
|
|
border-radius: 4px;
|
|
|
padding: 10px;
|
|
|
- margin: 10px 0 0 0;
|
|
|
+ margin: 20px 0 0 0;
|
|
|
max-height: 200px;
|
|
|
overflow: auto;
|
|
|
.fileBlock {
|
|
@@ -1255,7 +1308,7 @@ table {
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: center;
|
|
|
- .chapter_upload_ic_r div {
|
|
|
+ .chapter_upload_ic_r {
|
|
|
width: 18px;
|
|
|
height: 18px;
|
|
|
background-repeat: no-repeat;
|