gaoluyang
2025-05-08 b13381ad94cd50b53a8dbb7792db6f0992518d3a
src/views/basicData/customerFile/index.vue
@@ -105,7 +105,7 @@
const tableColumn = ref([
  {
    label: '客户名称',
    prop: 'customerName'
    prop: 'customerName',
  },
  {
    label: '纳税人识别码',
@@ -134,6 +134,7 @@
  {
    dataType: "action",
    label: "操作",
    align: 'center',
    operation: [
      {
        name: "编辑",