Browse Source

常用配置列表去掉货箱字段

master
yunuo970428 3 years ago
parent
commit
f699d22abe
  1. 5
      anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexinglook.vue

5
anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexinglook.vue

@ -250,11 +250,6 @@
<span>{{ props.row.multimedia }}</span>
</template>
</el-table-column>
<el-table-column prop="remarks" width="150" label="货箱" align="center">
<template slot-scope="props">
<span>{{ props.row.packingCase }}</span>
</template>
</el-table-column>
</el-table>
</template>
</div>

Loading…
Cancel
Save