tangning 2 năm trước cách đây
mục cha
commit
0ee8896860
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/work/confirmPriceModal.vue

+ 1 - 1
src/views/work/confirmPriceModal.vue

@@ -266,7 +266,7 @@
               field: 'remark' + ele.priceListId,
               label: '备注',
               component: 'InputNumber',
-              ifShow: ele.type == 2 || ele.type == 3,
+              ifShow: (ele.type == 2 || ele.type == 3) && !!ele.remark,
               slot: 'text',
               colProps: {
                 span: 18,