|
|
@ -1,7 +1,8 @@
|
|
|
|
|
|
|
|
/* eslint-disable prettier/prettier */
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
* @Author: zhou lei
|
|
|
|
* @Author: zhou lei
|
|
|
|
* @Date: 2021-12-14 09:59:02
|
|
|
|
* @Date: 2021-12-14 09:59:02
|
|
|
|
* @LastEditTime: 2021-12-14 10:53:23
|
|
|
|
* @LastEditTime: 2021-12-14 11:23:39
|
|
|
|
* @LastEditors: zhou lei
|
|
|
|
* @LastEditors: zhou lei
|
|
|
|
* @Description:
|
|
|
|
* @Description:
|
|
|
|
* @FilePath: /wms_haiwai_app/src/pages/raw/commission/entrant/detail.vue
|
|
|
|
* @FilePath: /wms_haiwai_app/src/pages/raw/commission/entrant/detail.vue
|
|
|
@ -17,15 +18,7 @@
|
|
|
|
<view class="right"></view>
|
|
|
|
<view class="right"></view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="table-wrapper">
|
|
|
|
<view class="table-wrapper">
|
|
|
|
<wyb-table
|
|
|
|
<wyb-table class="table" ref="table" width="100%" show-left-and-right-border :headers="headers" :contents="model.detailedList" :show-vert-border="false"></wyb-table>
|
|
|
|
class="table"
|
|
|
|
|
|
|
|
ref="table"
|
|
|
|
|
|
|
|
width="100%"
|
|
|
|
|
|
|
|
show-left-and-right-border
|
|
|
|
|
|
|
|
:headers="headers"
|
|
|
|
|
|
|
|
:contents="model.detailedList"
|
|
|
|
|
|
|
|
:show-vert-border="false"
|
|
|
|
|
|
|
|
></wyb-table>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|