石广澎
2023-11-29 20913c80c3f5fc8e533cb92b90e6f20bcd68e032
admin-web/src/components/myTable/myTableV2.vue
@@ -33,7 +33,7 @@
          <el-button size="mini" type="default" @click="visible = false">取消</el-button>
          <el-button type="primary" size="mini" @click="_export_">确定</el-button>
        </div>
        <my-button v-if="myTable.tools.generalExport.show" slot="reference" site="tools" name="导出" />
        <my-button v-if="myTable.tools.generalExport.show" slot="reference" site="tools" name="导出" style="margin-bottom: 15px"/>
      </el-popover>
      <!--列控制-->
@@ -97,6 +97,7 @@
        :label="column.title"
        :type="column.type"
        :width="column.width"
        :fixed="column.fixed"
        :min-width="column.minWidth"
        :align="column.align"
        :header-align="column.align"
@@ -197,6 +198,7 @@
import mySwitch from '@/components/mySwitch/mySwitch'
import request from '@/utils/request'
import * as valid from '@/utils/validate'
export default {
  components: { myButton, mySwitch },
  props: {
@@ -627,6 +629,8 @@
  color: #303133;
  font-weight: 700;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.el-radio {
  margin-right: 10px;