fix: exprTmplBox => Description备注拷贝提示字段过长
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<script>
|
||||
import promqlInput from '../../page/dashboard/explore/promqlInput'
|
||||
import editRigthBox from '../mixin/editRigthBox'
|
||||
import { checkExpressionAge } from '@/components/common/js/validate'
|
||||
import { checkExprTempAge, checkExpressionAge } from '@/components/common/js/validate'
|
||||
|
||||
export default {
|
||||
name: 'exprTempBox',
|
||||
@@ -113,10 +113,10 @@ export default {
|
||||
],
|
||||
gname: [
|
||||
{ required: true, message: this.$t('validate.required'), trigger: 'change' }
|
||||
],
|
||||
remark: [
|
||||
{ validator: checkExprTempAge, trigger: 'blur' }
|
||||
]
|
||||
// remark:[
|
||||
// { required: true,message: this.$t('validate.required'), trigger: 'change'},
|
||||
// ]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user