value
2024-04-22 94e2f78c6ff8eb51ce9b0a8c7a85062872cacb0c
src/components/view/b1-expenses.vue
@@ -38,6 +38,10 @@
   .el-form-item {
      margin-bottom: 16px;
   }
  >>>.el-table tbody tr:hover > td {
      background-color: transparent !important;
  }
</style>
<template>
@@ -112,8 +116,52 @@
               isIndex: true,
               showSelect: false,
               select: false,
          highlight:false,
               do: [],
               linkEvent:{},
          spanConfig:{
            //合并行
            rows:[
              {
                name:'createTime',
                index:1
              },
              {
                name:'entrustCode',
                index:2
              },
              {
                name:'company',
                index:8
              },
              {
                name:'name',
                index:9
              },
            ],
            // 特殊的合并行,根据main和rows的name来合并
            special:{
              main:'insSampleId',
              rows:[
                {
                  name:'sample',
                  index:3
                },
                {
                  name:'model',
                  index:4
                },
                {
                  name:'num',
                  index:5
                },
                {
                  name:'price',
                  index:6
                },
              ]
            }
          },
               tagField: {
                  type: {
                     select: [{