Browse Source

订单数据--手工匹配订单-删行

jbb 1 year ago
parent
commit
e48fb848f8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/order/manualModal.vue

+ 2 - 1
src/views/order/manualModal.vue

@@ -65,7 +65,8 @@
                      <a @click="handleExportXls(record)" style="color:green;">关联委外</a>
                      <a-divider type="vertical" />
                      <a @click="handleCopy(record,index)" style="color:green;">复制</a>
-                     <!-- <a @click="handleDelete(record,index)" style="color:red;">删行</a> -->
+                     <a-divider type="vertical" />
+                     <a @click="handleDelete(record,index)" style="color:red;">删行</a>
                  </span>
 
               </a-table>