gaoluyang
2025-05-08 0a742d63e828d5baaa30d261a5dc9c011e5f6ab2
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: "编辑",