Commit 11926d54 by lichengming

修改了原始记录模板管理配置

parent e86f6759
......@@ -59,14 +59,14 @@
/>
</Form-item>
<Form-item label="是否是项目指标" prop="itemed" class="width-48">
<el-select v-model="formObj.itemed" @change="_optionChange" placeholder="请选择">
<el-option
<Select v-model="formObj.itemed" @change="_optionChange" placeholder="请选择">
<Option
v-for="(item,index) in options"
:key="index"
:label="item.value"
:value="index"
/>
</el-select>
</Select>
</Form-item>
<Form-item label="单位" prop="unit" class="width-48">
<Input v-model="formObj.unit" name="unit"
......
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