chenping 10 months ago
parent
commit
dba38362ab

+ 2 - 2
src/views/rulesManagement/earlyWarningRules/components/matter-add.vue

@@ -144,7 +144,7 @@
               </el-form-item>
             </template>
           </el-table-column>
-          <el-table-column prop="matterRuleId" label="预警规则" width="260">
+          <el-table-column prop="matterRuleId" label="事项规则" width="260">
             <template slot-scope="scope">
               <el-form-item
                 :prop="'actionList.' + scope.$index + '.matterRuleId'"
@@ -180,7 +180,7 @@
                 :prop="'actionList.' + scope.$index + '.thresholdValue'"
                 label-width="0"
                 :rules="contentConfigFormRules.thresholdValue"
-                
+
               >
                 <el-input
                   v-model="scope.row.thresholdValue"