Browse Source

占位符优化

gzb
wangzhonglu 8 months ago
parent
commit
44211739b9

+ 0
- 1
src/views/platformSection/regionManage/adminManage.vue View File

413
         {
413
         {
414
           title: "最后登录IP",
414
           title: "最后登录IP",
415
           key: "lastip",
415
           key: "lastip",
416
-          width: 150,
417
           align: "center"
416
           align: "center"
418
         },
417
         },
419
         {
418
         {

+ 1
- 1
src/views/schoolSection/deviceManage/breakRuleDevice.vue View File

17
           placeholder="请输入设备号"
17
           placeholder="请输入设备号"
18
           search
18
           search
19
           @on-search="searchList()"
19
           @on-search="searchList()"
20
-          style="width: 310px"
20
+          style="width: 200px"
21
         />
21
         />
22
       </div>
22
       </div>
23
       <div class="search_right">
23
       <div class="search_right">

+ 1
- 1
src/views/schoolSection/deviceManage/deviceManage.vue View File

37
           </Select>
37
           </Select>
38
           <Input
38
           <Input
39
             v-model="searchForm.name"
39
             v-model="searchForm.name"
40
-            placeholder="请输入名姓名、登录名、设备名、设备型号"
40
+            placeholder="请输入登录账号、姓名、设备型号、设备号"
41
             search
41
             search
42
             @on-search="searchList()"
42
             @on-search="searchList()"
43
             style="width: 310px"
43
             style="width: 310px"

+ 1
- 1
src/views/schoolSection/deviceManage/inLineDevice.vue View File

25
         </Select>
25
         </Select>
26
         <Input
26
         <Input
27
           v-model="searchForm.name"
27
           v-model="searchForm.name"
28
-          placeholder="请输入姓名、登录账号、设备号、设备号"
28
+          placeholder="请输入登录账号、姓名、设备号、设备号"
29
           search
29
           search
30
           @on-search="searchList()"
30
           @on-search="searchList()"
31
           style="width: 310px"
31
           style="width: 310px"

+ 1
- 1
src/views/schoolSection/deviceManage/outControlDevice.vue View File

35
         </Select>
35
         </Select>
36
         <Input
36
         <Input
37
           v-model="searchForm.name"
37
           v-model="searchForm.name"
38
-          placeholder="请输入姓名、登录账号、设备号、设备号"
38
+          placeholder="请输入登录账号、姓名、设备号、设备号"
39
           search
39
           search
40
           @on-search="searchList()"
40
           @on-search="searchList()"
41
           style="width: 310px"
41
           style="width: 310px"

+ 1
- 1
src/views/schoolSection/deviceManage/removeControlDevice.vue View File

4
       <div class="search_left">
4
       <div class="search_left">
5
         <Input
5
         <Input
6
           v-model="searchForm.name"
6
           v-model="searchForm.name"
7
-          placeholder="请输入姓名、登录账号、设备号、设备号"
7
+          placeholder="请输入登录账号、姓名、设备号、设备号"
8
           search
8
           search
9
           @on-search="searchList()"
9
           @on-search="searchList()"
10
           style="width: 310px"
10
           style="width: 310px"

+ 0
- 1
src/views/schoolSection/log/deviceEvents.vue View File

42
     <div class="table_wrap">
42
     <div class="table_wrap">
43
       <Table :columns="columns" :data="searchForm.list">
43
       <Table :columns="columns" :data="searchForm.list">
44
         <template slot-scope="{ row }" slot="doEventSlot">
44
         <template slot-scope="{ row }" slot="doEventSlot">
45
-          <!-- 1发送消息 2解除锁定 3锁定 4更新策略 5重启设备 6恢复出厂 -->
46
           <div>{{ doEventInfo[row.doEvent] }}</div>
45
           <div>{{ doEventInfo[row.doEvent] }}</div>
47
         </template>
46
         </template>
48
         <template slot-scope="{ row }" slot="violatedSlot">
47
         <template slot-scope="{ row }" slot="violatedSlot">

Loading…
Cancel
Save