Commit 93a1cd8c authored by 刘怀志's avatar 刘怀志

icon乱码

parent c83ee6c7
...@@ -41,9 +41,9 @@ ...@@ -41,9 +41,9 @@
> >
<el-option <el-option
v-for="item in doctorNameList" v-for="item in doctorNameList"
:key="item.doctorId" :key="item.id"
:label="item.doctorName" :label="item.doctorName"
:value="item.doctorName" :value="item.id"
/> />
</el-select> </el-select>
</el-form-item> </el-form-item>
......
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