|
|
@@ -68,13 +68,16 @@
|
|
|
</el-link>
|
|
|
</template>
|
|
|
|
|
|
- <template v-slot:imgUrl="{ row }">
|
|
|
- {{ row.imgUrl }}
|
|
|
+ <!-- <template v-slot:imgUrl="{ row }">
|
|
|
+ {{ row }}
|
|
|
</template>
|
|
|
+ -->
|
|
|
|
|
|
- <template v-slot:files="{ row }">
|
|
|
+ <!-- <template v-slot:files="{ row }" v-if='row.files != ""'>
|
|
|
{{ row.files }}
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
+
|
|
|
+
|
|
|
</ele-pro-table>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -238,8 +241,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- label: '需求数量',
|
|
|
-
|
|
|
+ label: '需求数量',
|
|
|
action: 'demandQuantity',
|
|
|
align: 'center'
|
|
|
},
|