chenlu
2024-07-04 85aa4497849d485aa2e7ae01976ddc572f7022cc
north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue
@@ -126,7 +126,7 @@
  align: 'center',//文字居中
  stripe: true,//斑马纹
  rowConfig: {isCurrent: true, isHover: true, height: 30},//鼠标移动或选择高亮
  id: 'CustomerList',
  id: 'SelectPrintFlowCard',
  showFooter: true,//显示脚
  printConfig: {},
  importConfig: {},
@@ -186,7 +186,7 @@
  toolbarConfig: {
    buttons: [
      {'code': 'titleStyle', 'name': '标签样式',status: 'primary'}
      {'code': 'titleStyle', 'name': t('processCard.labelStyle'),status: 'primary'}
    ],
    zoom: true,
@@ -289,7 +289,7 @@
    </vxe-grid>
    <el-dialog
        id="titleStyle"
        :title="'标签样式'"
        :title="$t('processCard.labelStyle')"
        style="width: 70%;height:70% "
        :close-on-click-modal="false"
        :close-on-press-escape="false"