Przeglądaj źródła

refactor(财务应收管理): 注释列表上的新开发票按钮

liujt 7 miesięcy temu
rodzic
commit
a287a4382d

+ 2 - 2
src/views/financialManage/receivableManage/components/infoTable.vue

@@ -38,7 +38,7 @@
         </template>
 
         <template v-slot:action="{ row, $index }">
-          <el-link
+          <!-- <el-link
             v-if="
               dialogType == 'view' && !row.invoiceStatus && !form.invoiceCode
             "
@@ -47,7 +47,7 @@
             @click="addInvoice(row)"
           >
             新增发票
-          </el-link>
+          </el-link> -->
           <el-popconfirm
             class="ele-action"
             title="确定要删除此信息吗?"