|
@@ -158,13 +158,14 @@
|
|
|
label="附加信息"
|
|
|
v-if="showMsg || showMsg2"
|
|
|
>
|
|
|
+
|
|
|
<template slot="header" slot-scope="scope">
|
|
|
<div :class="showMsg?'custom_table_header':''">附加信息</div>
|
|
|
</template>
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item
|
|
|
:prop="`klRuleByIdSub[${scope.$index}].subMsg`"
|
|
|
- :rules="showMsg?rules.subMsg:showMsg2?[]:rules.subMsgs"
|
|
|
+ :rules="showMsg?rules.subMsg:showMsg2?rules.subMsgs:[]"
|
|
|
:class="scope.row.subMsg?'form-texarea':''"
|
|
|
class="texarea-form"
|
|
|
>
|