Просмотр исходного кода

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

liujt 7 месяцев назад
Родитель
Сommit
a287a4382d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/financialManage/receivableManage/components/infoTable.vue

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

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