瀏覽代碼

feat(组件): 修改发票管理的邮箱后缀

tangning 2 年之前
父節點
當前提交
b5131a74e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/invoice/InvoiceModal.vue

+ 1 - 1
src/views/invoice/InvoiceModal.vue

@@ -12,7 +12,7 @@
     <div class="pt-2px pr-3px">
       <BasicForm @register="registerForm">
         <template #text="{ model, field }">
-          {{ model[field]  }}{{fileFlow.type}}
+          {{ model[field]  }}
         </template>
       </BasicForm>
     </div>