|
@@ -207,7 +207,7 @@
|
|
|
>
|
|
|
<el-table-column width="50" align="center" type="selection" />
|
|
|
<!-- <el-table-column label="制单部门" align="center" prop="fId" /> -->
|
|
|
- <el-table-column label="行号" align="center" type="index" width="50" />
|
|
|
+ <el-table-column label="行号" align="center" type="index"/>
|
|
|
<el-table-column label="系统编号" align="center" prop="fBillno" show-overflow-tooltip width="120"/>
|
|
|
<el-table-column label="货权方" align="center" show-overflow-tooltip prop="fCtrlcorpid" width="120"/>
|
|
|
<el-table-column label="结算单位" align="center" prop="fCorpidName" show-overflow-tooltip width="120"/>
|
|
@@ -237,7 +237,7 @@
|
|
|
label="操作"
|
|
|
align="center"
|
|
|
class-name="small-padding fixed-width"
|
|
|
- width="120"
|
|
|
+ width="140"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|