作者 小范

列表添加两个字段

... ... @@ -97,11 +97,6 @@
<!-- width="100">-->
<!-- </el-table-column>-->
<!-- <el-table-column-->
<!-- prop="customername"-->
<!-- label="客户名称"-->
<!-- width="80">-->
<!-- </el-table-column>-->
<!-- <el-table-column-->
<!-- prop="goodstype"-->
<!-- label="货物类型"-->
<!-- width="80">-->
... ... @@ -121,6 +116,16 @@
</template>
</el-table-column>
<el-table-column
prop="custname"
label="客户名称"
width="80">
</el-table-column>
<el-table-column
prop="custcode"
label="客户代码"
width="80">
</el-table-column>
<el-table-column
prop="opter"
label="入库经办人"
width="100">
... ...