Prechádzať zdrojové kódy

fix: 隐藏应收+发票按钮

xieyong 17 hodín pred
rodič
commit
587d64502e

+ 2 - 2
src/views/purchasingManage/purchaseOrder/accountstatement/index.vue

@@ -109,7 +109,7 @@
               </template>
             </el-popconfirm>
 
-            <el-link
+            <!-- <el-link
               size="small"
               type="primary"
               :underline="false"
@@ -119,7 +119,7 @@
               @click="handleAddInvoice(row)"
             >
               新增发票
-            </el-link>
+            </el-link> -->
           </template>
         </ele-pro-table>
       </div>

+ 2 - 2
src/views/saleManage/saleOrder/accountstatement/index.vue

@@ -113,7 +113,7 @@
             <!--              v-if="[2].includes(row.reviewStatus)">-->
             <!--              导出-->
             <!--            </el-link>-->
-            <el-link
+            <!-- <el-link
               size="small"
               type="primary"
               :underline="false"
@@ -134,7 +134,7 @@
               @click="handleAddInvoice(row)"
             >
               发票
-            </el-link>
+            </el-link> -->
           </template>
         </ele-pro-table>
       </div>