guoyujie
2025-06-09 91b61fe723df498d62c596372521d426299f0f8b
标签不显示标题问题
2个文件已修改
11 ■■■■ 已修改文件
north-glass-erp/northglass-erp/src/components/BasicTable.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/components/BasicTable.vue
@@ -61,7 +61,8 @@
  toolbarConfig: {
    buttons: [],
    slots: {
      tools: 'toolbar_buttons'
      tools: 'toolbar_buttons',
      buttons:'buttons'
    },
    // import: false,
    // export: true,
@@ -242,6 +243,10 @@
                                          orderInfo.reportFormDate)">
            {{$t('basicData.export')}}</vxe-button>
        </template>
        <template #buttons>
          <slot  name="buttons"></slot>
        </template>
        <template #pager>
          <!--使用 pager 插槽-->
north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
@@ -942,7 +942,7 @@
const printOrder = (type) => {
  const list = hiprintTemplate.value.getJson()
  console.log(list)
  list.panels[0].printElements.forEach(element => {
    element.options.fontFamily = 'Arial'
    if(element.printElementType.title!==''){
@@ -950,7 +950,7 @@
      element.options.title1 = element.options.title
    }
    if(type===3){
    if(type===3 && element.options.field!==''){
      element.printElementType.title=''
      element.options.title=''
    }else{