|
@@ -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"
|