Commit 28607137 by lichengming

修改了试验项目模板

parent f62e9b4f
......@@ -12,7 +12,7 @@
<Input v-model="formObj.dataAttribute" name="dataAttribute"
placeholder="请输入属性"/>
</Form-item>
<Form-item label="列位置" prop="dataTotalRow" class="width-48">
<Form-item label="列位置" prop="columnPlace" class="width-48">
<el-input
v-model="formObj.columnPlace"
@keydown.native="channelInputLimit"
......@@ -71,12 +71,14 @@ export default {
templateId: '',
formObj: {
attributeName: '',
columnPlace: undefined,
columnPlace: '',
unit: '',
status: '',
mainType: '',
smallType: '',
testValue: ''
testValue: '',
mergeBegin: '',
mergeEnd: ''
},
ruleValidate: {
name: [{ required: true, message: '指标名称不能为空', trigger: 'blur' }]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment