sen
2025-08-15 00700eed3d955a504dbb26e02044daa1c7cd741e
ui/admin-ui3/src/views/cwgl/pendingSettlementBusiness/index.vue
@@ -257,12 +257,7 @@
      minWidth: 200,
    },
    isCreate: {
      label: '是否已入账', dataType: 'string',
      type: 'select',
      minWidth: 120,
      dicUrl: '/system/dict/data/type/sys_whether_type',
    },
    // vehicleId: {
    //   label: '运输工具ID',hide: true,
    // },
@@ -313,19 +308,45 @@
       minWidth: 120,
    },
      relatedBillName: {
      label: '关联联账单名称',
      fixed: 'right',
      minWidth: 120,
    },
    isIncomeMatched: {
      label: '是否匹配收入',
      type: 'select',
      dataType: 'string',
      minWidth: 120,
      dicUrl: '/system/dict/data/type/sys_matching_status',
    },
    isCostMatched: {
      label: '是否匹配成本',
      type: 'select',
      dataType: 'string',
      minWidth: 120,
      dicUrl: '/system/dict/data/type/sys_matching_status',
    },
    isCreate: {
      label: '是否已入账', dataType: 'string',
      type: 'select',
      fixed: 'right',
      minWidth: 120,
      dicUrl: '/system/dict/data/type/sys_whether_type',
    },
    relatedBillStatus: {
      minWidth: 120,
      label: '关联账单状态',
      dataType: 'string',
      type: 'select',
      dicUrl: '/system/dict/data/type/sys_related_status',
      //    formatter: (row, value) => {
      // // 自定义格式化逻辑(如果需要)
      //   return value;
      //  }
    },
    // electronicLock: {
    //   label: '电子锁',
    // },