|
@@ -117,9 +117,12 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <fileMain slot="technicalDrawings" :type="isDrawer ? 'view' : ''" v-model="item.technicalDrawings"></fileMain>
|
|
|
|
|
- <fileMain slot="files" :type="isDrawer ? 'view' : ''" v-model="item.files"></fileMain>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <view slot="technicalDrawings" style="display: flex;">
|
|
|
|
|
+ <fileMain :type="isDrawer ? 'view' : ''" v-model="item.technicalDrawings"></fileMain>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view slot="files" style="display: flex;">
|
|
|
|
|
+ <fileMain :type="isDrawer ? 'view' : ''" v-model="item.files"></fileMain>
|
|
|
|
|
+ </view>
|
|
|
</myCard>
|
|
</myCard>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -380,15 +383,15 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}],
|
|
}],
|
|
|
- // [{
|
|
|
|
|
- // label: '图纸附件:',
|
|
|
|
|
- // prop: 'technicalDrawings',
|
|
|
|
|
- // slot: 'technicalDrawings',
|
|
|
|
|
- // }, {
|
|
|
|
|
- // label: '附件:',
|
|
|
|
|
- // prop: 'files',
|
|
|
|
|
- // slot: 'files',
|
|
|
|
|
- // }],
|
|
|
|
|
|
|
+ [{
|
|
|
|
|
+ label: '图纸附件:',
|
|
|
|
|
+ prop: 'technicalDrawings',
|
|
|
|
|
+ slot: 'technicalDrawings',
|
|
|
|
|
+ }, {
|
|
|
|
|
+ label: '附件:',
|
|
|
|
|
+ prop: 'files',
|
|
|
|
|
+ slot: 'files',
|
|
|
|
|
+ }],
|
|
|
[{
|
|
[{
|
|
|
label: '备注:',
|
|
label: '备注:',
|
|
|
prop: 'remark',
|
|
prop: 'remark',
|