Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 years ago
parent
commit
964c010348

+ 2 - 0
src/xt_pages/outpatientTool/components/gather.vue View File

8
               <!--</el-button>-->
8
               <!--</el-button>-->
9
               <el-input size="small" style="width:150px;" v-model="keywords" @input="searchAction"
9
               <el-input size="small" style="width:150px;" v-model="keywords" @input="searchAction"
10
                         @keyup.enter.native='searchAction'
10
                         @keyup.enter.native='searchAction'
11
+                        placeholder="请输入患者姓名"
12
+
11
                         class="filter-item"/>
13
                         class="filter-item"/>
12
               <el-select size="small" v-model="item_type" placeholder="请选择"
14
               <el-select size="small" v-model="item_type" placeholder="请选择"
13
                           style="width:150px;margin-left:10px;" @change="changeItem">
15
                           style="width:150px;margin-left:10px;" @change="changeItem">

+ 2 - 0
src/xt_pages/outpatientTool/components/settle.vue View File

8
               <!--</el-button>-->
8
               <!--</el-button>-->
9
               <el-input size="small" style="width:150px;" v-model="keywords" @input="searchAction"
9
               <el-input size="small" style="width:150px;" v-model="keywords" @input="searchAction"
10
                         @keyup.enter.native='searchAction'
10
                         @keyup.enter.native='searchAction'
11
+                        placeholder="请输入患者姓名"
12
+
11
                         class="filter-item"/>
13
                         class="filter-item"/>
12
               <el-select size="small" v-model="item_type" placeholder="请选择"
14
               <el-select size="small" v-model="item_type" placeholder="请选择"
13
                           style="width:150px;margin-left:10px;" @change="changeItem">
15
                           style="width:150px;margin-left:10px;" @change="changeItem">