sen
2025-09-10 7edf9e6a325ec521c603bc93d45b7b01b9304b31
ui/admin-ui3/src/views/cwgl/estimatedReceivable/index.vue
@@ -231,7 +231,7 @@
      label: '客户名称',
      search: true,
      minWidth: 220,
      showOverflowTooltip: true,
      type: 'select',           // 设置为下拉框类型
      dicData: [], // 使用 selectCustomName 作为数据源
      disabled: false  // 根据需要设置是否禁用
@@ -240,7 +240,8 @@
      label: '项目名称',
      search: true,
      disabled: true,
      minWidth: 150,
      minWidth: 220,
      showOverflowTooltip: true,
    },
    orderDate: {
      label: '下单日期',
@@ -307,6 +308,7 @@
    remark: {
      label: '备注',
      minWidth: 120,
      showOverflowTooltip: true,
      type: 'textarea', minRows: 3, maxRows: 5,
    },
@@ -628,3 +630,12 @@
}
getSelectCustomName()
</script>
<style>
:deep(.avue-crud__table) {
  overflow-y: auto;
}
:deep(.el-scrollbar__bar.is-horizontal) {
  pointer-events: auto;
}
</style>