Commit 28607137 by lichengming

修改了试验项目模板

parent f62e9b4f
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<Input v-model="formObj.dataAttribute" name="dataAttribute" <Input v-model="formObj.dataAttribute" name="dataAttribute"
placeholder="请输入属性"/> placeholder="请输入属性"/>
</Form-item> </Form-item>
<Form-item label="列位置" prop="dataTotalRow" class="width-48"> <Form-item label="列位置" prop="columnPlace" class="width-48">
<el-input <el-input
v-model="formObj.columnPlace" v-model="formObj.columnPlace"
@keydown.native="channelInputLimit" @keydown.native="channelInputLimit"
...@@ -71,12 +71,14 @@ export default { ...@@ -71,12 +71,14 @@ export default {
templateId: '', templateId: '',
formObj: { formObj: {
attributeName: '', attributeName: '',
columnPlace: undefined, columnPlace: '',
unit: '', unit: '',
status: '', status: '',
mainType: '', mainType: '',
smallType: '', smallType: '',
testValue: '' testValue: '',
mergeBegin: '',
mergeEnd: ''
}, },
ruleValidate: { ruleValidate: {
name: [{ required: true, message: '指标名称不能为空', trigger: 'blur' }] 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