1 year ago
parent
commit
d5991a072b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

+ 6 - 0
src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

@@ -192,6 +192,12 @@ export default {
           width: 100,
           dataIndex: 'remark'
         },
+        {
+          title: '错误消息',
+          checked: true,
+          width: 100,
+          dataIndex: 'errorMessage'
+        },
 
         {
           title: '状态',