This commit is contained in:
2026-08-25 00:10:45 +08:00
parent e1bade226f
commit 1ef050dda6
35 changed files with 2041 additions and 263 deletions
+4
View File
@@ -202,6 +202,7 @@ export const option = createCrudOption([
label: '单价',
prop: 'cargoValue',
formslot: true,
formatter: row => (String(row.cargoValue) === '-1' ? '' : row.cargoValue),
minWidth: 120,
rules: [
{
@@ -277,6 +278,9 @@ export const option = createCrudOption([
),
]);
// 搜索栏标签统一加宽,给较长的货物类型字段预留足够展示空间。
option.searchLabelWidth = 160;
export const excelOption = {
submitBtn: false,
emptyBtn: false,