diff --git a/components.d.ts b/components.d.ts index 130803f..db94f87 100644 --- a/components.d.ts +++ b/components.d.ts @@ -44,6 +44,7 @@ declare module 'vue' { ElSteps: typeof import('element-plus/es')['ElSteps'] ElTable: typeof import('element-plus/es')['ElTable'] ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] + ElTag: typeof import('element-plus/es')['ElTag'] ElUpload: typeof import('element-plus/es')['ElUpload'] EquipCard: typeof import('./src/components/equipCard.vue')['default'] EquipCardHall: typeof import('./src/components/equipCardHall/index.vue')['default'] diff --git a/src/views/demand-details/index.vue b/src/views/demand-details/index.vue index 7dfabdf..d9ad785 100644 --- a/src/views/demand-details/index.vue +++ b/src/views/demand-details/index.vue @@ -33,21 +33,42 @@ - + + +
需求清单:
+ + + + + - 装备需求信息 + 装备需求信息:
参考图片/样式:
- + + @@ -596,17 +622,17 @@ onMounted(() => { flex-wrap: wrap; div { width: calc((100% - 15px) / 2); - height: 120px; + height: 240px; margin: 0 15px 15px 0; &:nth-child(2n) { margin: 0; } - img { - width: 100%; - height: 100%; - } + // img { + // width: 100%; + // height: 100%; + // } } } diff --git a/src/views/parity/index.vue b/src/views/parity/index.vue index 6eee448..57b62e6 100644 --- a/src/views/parity/index.vue +++ b/src/views/parity/index.vue @@ -188,7 +188,11 @@ :disabled=" userId == item.publishUser || companyId == item.publishCompany " - :style="userId == item.publishUser ? 'opacity:0.5;color:#fff' : ''" + :style=" + userId == item.publishUser || companyId == item.publishCompany + ? 'opacity:0.5;color:#fff' + : '' + " @click="onAcceptOrders(item.id)" > 接单