Commit 74296bca by 唐玉峰

.

parent 7fae26f7
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
class="mar-top-5 w90 mar-right-5" class="mar-top-5 w90 mar-right-5"
filterable filterable
remote remote
:title="searchForm.otdiagName[index]"
v-model="searchForm.otdiagName[index]" v-model="searchForm.otdiagName[index]"
reserve-keyword reserve-keyword
:placeholder="index == 0 ? '请输入主诊断' : '请输入其他诊断'" :placeholder="index == 0 ? '请输入主诊断' : '请输入其他诊断'"
...@@ -52,6 +53,7 @@ ...@@ -52,6 +53,7 @@
<el-select <el-select
class="mar-top-5 w90 mar-right-5" class="mar-top-5 w90 mar-right-5"
v-model="searchForm.otopsName[i]" v-model="searchForm.otopsName[i]"
:title="searchForm.otopsName[i]"
filterable filterable
remote remote
:collapse-tags="true" :collapse-tags="true"
......
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