rev: 界面样式修改
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="material_code" label="物料编码" />
|
||||
<el-table-column prop="material_name" label="物料名称" min-width="100" show-overflow-tooltip/>
|
||||
<el-table-column prop="material_spec" label="物料规格" :min-width="flexWidth('material_spec',crud.data,'物料规格')"/>
|
||||
<el-table-column prop="status" label="状态">
|
||||
<template slot-scope="scope">
|
||||
{{ dict.label.PCS_SALE_STATUS[scope.row.status] }}
|
||||
@@ -122,14 +122,14 @@
|
||||
</el-table-column>
|
||||
<el-table-column prop="sale_qty" label="销售数量" />
|
||||
<el-table-column prop="produce_seq" label="生产顺序" />
|
||||
<el-table-column prop="cust_code" label="客户编码" min-width="100" show-overflow-tooltip/>
|
||||
<el-table-column prop="cust_name" label="客户名称" min-width="100" show-overflow-tooltip/>
|
||||
<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,'cust_name')"/>
|
||||
<el-table-column prop="unit_name" label="计量单位" show-overflow-tooltip min-width="150" />
|
||||
<el-table-column prop="plandeliver_date" label="计划交期" min-width="100" show-overflow-tooltip/>
|
||||
<el-table-column prop="remark" label="备注" show-overflow-tooltip min-width="200"/>
|
||||
<el-table-column prop="create_name" label="创建人" />
|
||||
<el-table-column prop="create_time" label="创建时间" min-width="120" show-overflow-tooltip/>
|
||||
<el-table-column prop="update_time" label="修改时间" min-width="120" show-overflow-tooltip/>
|
||||
<el-table-column prop="create_time" label="创建时间" :min-width="flexWidth('create_time',crud.data,'创建时间')"/>
|
||||
<el-table-column prop="update_time" label="修改时间" :min-width="flexWidth('update_time',crud.data,'修改时间')"/>
|
||||
<!-- <el-table-column v-permission="[]" label="操作" width="120px" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<udOperation
|
||||
|
||||
Reference in New Issue
Block a user