代码更新

This commit is contained in:
2022-12-10 14:54:41 +08:00
parent 9f8fb05cd0
commit c17ac89550
9 changed files with 36 additions and 29 deletions

View File

@@ -172,8 +172,8 @@
<!--表格渲染-->
<el-table ref="table" v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
<el-table-column type="selection" width="55" />
<el-table-column prop="cust_code" width="120px" label="物流公司编码" :min-width="flexWidth('cust_code',crud.data,'物流公司编码')" />
<el-table-column prop="cust_name" width="120px" label="物流公司名称 " :min-width="flexWidth('cust_name',crud.data,'物流公司名称 ')" />
<el-table-column prop="cust_code" label="物流公司编码" :min-width="flexWidth('cust_code',crud.data,'物流公司编码')" />
<el-table-column prop="cust_name" label="物流公司名称 " :min-width="flexWidth('cust_name',crud.data,'物流公司名称 ')" />
<el-table-column prop="cust_simple_name" width="120px" label="物流公司简称" :min-width="flexWidth('cust_simple_name',crud.data,'物流公司简称')" />
<el-table-column prop="is_used" label="启用 ">
<template slot-scope="scope">