李林
2024-03-05 20c353ea04bd6e317ed6b9dc3a3aa943f847534a
src/components/tool/value-table.vue
@@ -66,7 +66,7 @@
                  <span v-else>{{scope.row[a.label]}}</span>
               </template>
            </el-table-column>
            <el-table-column fixed="right" align="center" label="操作" :width="50 + data.do.length * 30"
            <el-table-column fixed="right" align="center" label="操作" :width="60 + data.do.length * 35"
               v-if="data.do.length > 0">
               <template slot-scope="scope">
                  <el-button v-for="(a, ai) in data.do" :key="ai" :type="a.type"
@@ -223,7 +223,7 @@
                        order: 'asc'
                     }
                  },
                  isIndex: false,
                  isIndex: true,
                  showSelect: false,
                  select: true,
                  row: 1,
@@ -264,7 +264,7 @@
                     order: 'asc'
                  }
               },
               isIndex: false,
               isIndex: true,
               showSelect: false,
               select: true,
               row: 1,