|
@@ -107,7 +107,7 @@
|
|
v-slot:materialUploadSuccessIcon="slotProps"
|
|
v-slot:materialUploadSuccessIcon="slotProps"
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- :src="slotProps.uploadInfo.successInfo[slotProps.tableItemStructure.key] + (Number(slotProps.uploadInfo.fileSize) > 512 ? $imgsuffix : ``)"
|
|
|
|
|
|
+ :src="slotProps.uploadInfo.successInfo[slotProps.tableItemStructure.key] + $imgsuffix"
|
|
alt=""
|
|
alt=""
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
@@ -133,7 +133,7 @@
|
|
v-slot:materialIcon="slotProps"
|
|
v-slot:materialIcon="slotProps"
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- :src="slotProps.materialInfo[slotProps.tableItemStructure.key] + (Number(slotProps.materialInfo.fileSize) > 512 ? $imgsuffix : ``)"
|
|
|
|
|
|
+ :src="slotProps.materialInfo[slotProps.tableItemStructure.key] + $imgsuffix"
|
|
alt=""
|
|
alt=""
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
@@ -169,7 +169,7 @@
|
|
v-slot:materialUploadSuccessIcon="slotProps"
|
|
v-slot:materialUploadSuccessIcon="slotProps"
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- :src="slotProps.uploadInfo.successInfo[slotProps.tableItemStructure.key] + (Number(slotProps.uploadInfo.fileSize) > 512 ? $imgsuffix : ``)"
|
|
|
|
|
|
+ :src="slotProps.uploadInfo.successInfo[slotProps.tableItemStructure.key] + $imgsuffix"
|
|
alt=""
|
|
alt=""
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
@@ -195,7 +195,7 @@
|
|
v-slot:materialIcon="slotProps"
|
|
v-slot:materialIcon="slotProps"
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- :src="slotProps.materialInfo[slotProps.tableItemStructure.key] + (Number(slotProps.materialInfo.fileSize) > 512 ? $imgsuffix : ``)"
|
|
|
|
|
|
+ :src="slotProps.materialInfo[slotProps.tableItemStructure.key] + $imgsuffix"
|
|
alt=""
|
|
alt=""
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
@@ -300,7 +300,7 @@
|
|
v-slot:materialUploadSuccessIcon="slotProps"
|
|
v-slot:materialUploadSuccessIcon="slotProps"
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- :src="slotProps.uploadInfo.successInfo[slotProps.tableItemStructure.key] + (Number(slotProps.uploadInfo.fileSize) > 512 ? $imgsuffix : ``)"
|
|
|
|
|
|
+ :src="slotProps.uploadInfo.successInfo[slotProps.tableItemStructure.key] + $imgsuffix"
|
|
alt=""
|
|
alt=""
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
@@ -326,7 +326,7 @@
|
|
v-slot:materialIcon="slotProps"
|
|
v-slot:materialIcon="slotProps"
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- :src="slotProps.materialInfo[slotProps.tableItemStructure.key] + (Number(slotProps.materialInfo.fileSize) > 512 ? $imgsuffix : ``)"
|
|
|
|
|
|
+ :src="slotProps.materialInfo[slotProps.tableItemStructure.key] + $imgsuffix"
|
|
alt=""
|
|
alt=""
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
@@ -354,7 +354,7 @@
|
|
v-slot:materialIcon="slotProps"
|
|
v-slot:materialIcon="slotProps"
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- :src="slotProps.materialInfo[slotProps.tableItemStructure.key] + (Number(slotProps.materialInfo.fileSize) > 512 ? $imgsuffix : ``)"
|
|
|
|
|
|
+ :src="slotProps.materialInfo[slotProps.tableItemStructure.key] + $imgsuffix"
|
|
alt=""
|
|
alt=""
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|