cz 2 роки тому
батько
коміт
bbed143325
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      src/components/process/purchase/purchaseMake.vue

+ 0 - 3
src/components/process/purchase/purchaseMake.vue

@@ -179,7 +179,6 @@
               <template slot-scope="scope">
                 <el-form-item
                   :prop="'otherFeeList.' + scope.$index + '.name'"
-                  :rules="formRules.name"
                   :inline-message="true"
                   label-width="0px"
                 >
@@ -195,7 +194,6 @@
               <template slot-scope="scope">
                 <el-form-item
                   :prop="'otherFeeList.' + scope.$index + '.price'"
-                  :rules="formRules.price"
                   :inline-message="true"
                   label-width="0px"
                 >
@@ -216,7 +214,6 @@
               <template slot-scope="scope">
                 <el-form-item
                   :prop="'otherFeeList.' + scope.$index + '.remark'"
-                  :rules="formRules.remark"
                   :inline-message="true"
                   size="mini"
                   label-width="0px"