tangning %!s(int64=2) %!d(string=hai) anos
pai
achega
0ee8896860
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,