浏览代码

文字添加

seimin 3 年之前
父节点
当前提交
855ed77f4a
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      assets/views/incident/list.html

+ 3 - 3
assets/views/incident/list.html

@@ -145,7 +145,7 @@
145
                             <div class="control-label pull-left margin-top-5">地点:</div>
145
                             <div class="control-label pull-left margin-top-5">地点:</div>
146
                             <ui-select class="pull-right selectzise wt_width1 wt_width3" ng-model="searchkeys.place" theme="bootstrap"
146
                             <ui-select class="pull-right selectzise wt_width1 wt_width3" ng-model="searchkeys.place" theme="bootstrap"
147
                                 ng-change="onChangeplace(key)">
147
                                 ng-change="onChangeplace(key)">
148
-                                <ui-select-match placeholder="请选择地点">
148
+                                <ui-select-match placeholder="请选择地点拼音检索">
149
                                     {{$select.selected.place}}
149
                                     {{$select.selected.place}}
150
                                 </ui-select-match>
150
                                 </ui-select-match>
151
                                 <ui-select-choices repeat="item in outplace | filter: $select.search">
151
                                 <ui-select-choices repeat="item in outplace | filter: $select.search">
@@ -179,7 +179,7 @@
179
                             <div class="control-label pull-left margin-top-5 ">受理人:</div>
179
                             <div class="control-label pull-left margin-top-5 ">受理人:</div>
180
                             <ui-select class="pull-right selectzise wt_width1 wt_width3"
180
                             <ui-select class="pull-right selectzise wt_width1 wt_width3"
181
                                 ng-model="searchkeys.acceptUser" theme="bootstrap">
181
                                 ng-model="searchkeys.acceptUser" theme="bootstrap">
182
-                                <ui-select-match placeholder="请选择受理人">
182
+                                <ui-select-match placeholder="请选择受理人拼音检索">
183
                                     {{$select.selected.name}}
183
                                     {{$select.selected.name}}
184
                                 </ui-select-match>
184
                                 </ui-select-match>
185
                                 <ui-select-choices repeat="item in acceptUser | filter: $select.search"
185
                                 <ui-select-choices repeat="item in acceptUser | filter: $select.search"
@@ -192,7 +192,7 @@
192
                             <div class="control-label pull-left margin-top-5">处理人:</div>
192
                             <div class="control-label pull-left margin-top-5">处理人:</div>
193
                             <ui-select class="pull-right selectzise wt_width1 wt_width3"
193
                             <ui-select class="pull-right selectzise wt_width1 wt_width3"
194
                                 ng-model="searchkeys.handlingPersonnelUser" theme="bootstrap">
194
                                 ng-model="searchkeys.handlingPersonnelUser" theme="bootstrap">
195
-                                <ui-select-match placeholder="请选择处理人">
195
+                                <ui-select-match placeholder="请选择处理人拼音检索">
196
                                     {{$select.selected.name}}
196
                                     {{$select.selected.name}}
197
                                 </ui-select-match>
197
                                 </ui-select-match>
198
                                 <ui-select-choices repeat="item in handlingPersonnelUser"
198
                                 <ui-select-choices repeat="item in handlingPersonnelUser"