Merge remote-tracking branch 'websoft/master'
This commit is contained in:
@@ -183,5 +183,6 @@ export const option = {
|
||||
delBtn: false,
|
||||
dialogTop: '4vh',
|
||||
dialogWidth: '96%',
|
||||
dialogCustomClass: 'process-config-dialog',
|
||||
menuWidth: 220,
|
||||
};
|
||||
|
||||
@@ -445,7 +445,7 @@ export const option = {
|
||||
searchLabel: '状态',
|
||||
searchOrder: 2,
|
||||
dicData: planStatusOptions,
|
||||
minWidth: 120,
|
||||
minWidth: 82,
|
||||
fixed: 'right',
|
||||
addDisplay: false,
|
||||
editDisplay: false,
|
||||
|
||||
@@ -8,8 +8,8 @@ export const transportReconciliationTableColumns = [
|
||||
{ prop: 'contractName', label: '合同名称', minWidth: 150 },
|
||||
{ prop: 'settlementAmount', label: '结算金额', minWidth: 120, money: true },
|
||||
{ prop: 'reconciliationModeName', label: '对账模式', minWidth: 110 },
|
||||
{ prop: 'externalBillCount', label: '账单总数(条)', minWidth: 110 },
|
||||
{ prop: 'matchedCount', label: '匹配数(条)', minWidth: 100 },
|
||||
{ prop: 'externalBillCount', label: '账单总数(条)', minWidth: 130 },
|
||||
{ prop: 'matchedCount', label: '匹配数(条)', minWidth: 120 },
|
||||
{ prop: 'reconciliationStatusName', label: '对账状态', minWidth: 100 },
|
||||
{ prop: 'createUserName', label: '创建人', minWidth: 100 },
|
||||
{ prop: 'createTime', label: '创建时间', minWidth: 160 },
|
||||
|
||||
@@ -46,7 +46,7 @@ export const option = {
|
||||
viewBtn: true,
|
||||
selection: true,
|
||||
dialogClickModal: false,
|
||||
menuWidth: 120,
|
||||
menuWidth: 140,
|
||||
column: [
|
||||
{
|
||||
label: '车船类型',
|
||||
|
||||
Reference in New Issue
Block a user