Commit e0213921 by 李君

通道规则

1 parent 4f6ae776
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
:close-on-click-modal="false" v-if="addDialogVisible" @close="addDialogClose()"> :close-on-click-modal="false" v-if="addDialogVisible" @close="addDialogClose()">
<el-form :model="addForm" label-width="100px" status-icon :rules="rules" ref="addForm"> <el-form :model="addForm" label-width="100px" status-icon :rules="rules" ref="addForm">
<div class="inlineBlock" v-for="item in counterTypeData" :key="item.id"> <div class="inlineBlock" v-for="item in counterTypeData" :key="item.id">
<template v-if="item.key != '4'"> <template v-if="item.key != '2'">
<p class="itemTitle" style="font-weight: 900">{{item.text}}</p> <p class="itemTitle" style="font-weight: 900">{{item.text}}</p>
{{$t('message.queuelengthmorethan')}} {{$t('message.queuelengthmorethan')}}
<el-input-number v-model="item.queueLengthThreshold" :min="0" :controls = 'false' :precision = '0'></el-input-number> {{$t('format.perNum')}}, <el-input-number v-model="item.queueLengthThreshold" :min="0" :controls = 'false' :precision = '0'></el-input-number> {{$t('format.perNum')}},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!