浏览代码

fix(print-template-tr): 移除审核和批准日期的默认显示值

liujt 7 月之前
父节点
当前提交
64c52cd811
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/purchasingManage/purchaseNeedManage/components/print-template-tr.vue

+ 2 - 2
src/views/purchasingManage/purchaseNeedManage/components/print-template-tr.vue

@@ -127,10 +127,10 @@
             <div style="margin-bottom: 40px;">编制/日期:{{formData.createUserName || ''}}/{{ formData.createTime || '' }}</div>
           </div>
           <div style="flex: 1;">
-            <div style="margin-bottom: 40px;">审核/日期:{{formData.auditorName || ''}}/{{ formData.auditDate || '' }}</div>
+            <div style="margin-bottom: 40px;">审核/日期:</div>
           </div>
           <div style="flex: 1;">
-            <div style="margin-bottom: 40px;">批准/日期:{{formData.approverName || ''}}/{{ formData.approveDate || '' }}</div>
+            <div style="margin-bottom: 40px;">批准/日期:</div>
           </div>
         </div>
     </div>