Menu.vue 11.9 KB
Newer Older
liuxin committed
1 2 3
<template>
  <div class="eibs-tab">
                              
潘际乾 committed
4
       <c-col :span="12">
liuxin committed
5 6 7
        <el-form-item label="Hotspot to start video">
            <c-input  v-model="model.hotavi"  placeholder="请输入Hotspot to start video"></c-input>
        </el-form-item>
潘际乾 committed
8
       </c-col>             
liuxin committed
9
                  
潘际乾 committed
10
       <c-col :span="12">
liuxin committed
11 12 13
        <el-form-item label="Logofile for Logo on the wall">
            <c-input  v-model="model.wlogofil"  placeholder="请输入Logofile for Logo on the wall"></c-input>
        </el-form-item>
潘际乾 committed
14
       </c-col>             
liuxin committed
15
                  
潘际乾 committed
16
       <c-col :span="12">
liuxin committed
17 18 19
        <el-form-item label="hotspot registration">
            <c-input  v-model="model.hotreg"  placeholder="请输入hotspot registration"></c-input>
        </el-form-item>
潘际乾 committed
20
       </c-col>             
liuxin committed
21
                  
潘际乾 committed
22
       <c-col :span="12">
liuxin committed
23 24 25
        <el-form-item label="hotspot address">
            <c-input  v-model="model.hotadr"  placeholder="请输入hotspot address"></c-input>
        </el-form-item>
潘际乾 committed
26
       </c-col>             
liuxin committed
27
                  
潘际乾 committed
28
	<c-col :span="12">
liuxin committed
29
	    <span  v-text="model.dattd"   data-path=".dattd" > </span>
潘际乾 committed
30
	</c-col>
liuxin committed
31
                  
潘际乾 committed
32
	<c-col :span="12">
liuxin committed
33
	    <span  v-text="model.envhost"   data-path=".envhost" > </span>
潘际乾 committed
34
	</c-col>
liuxin committed
35
                  
潘际乾 committed
36
	<c-col :span="12">
liuxin committed
37
	    <span  v-text="model.envhost1"   data-path=".envhost1" > </span>
潘际乾 committed
38
	</c-col>
liuxin committed
39
                  
潘际乾 committed
40
       <c-col :span="12">
liuxin committed
41 42 43
        <el-form-item label="hotspot rates">
            <c-input  v-model="model.hotrat"  placeholder="请输入hotspot rates"></c-input>
        </el-form-item>
潘际乾 committed
44
       </c-col>             
liuxin committed
45
                  
潘际乾 committed
46
       <c-col :span="12">
liuxin committed
47 48 49
        <el-form-item label="hotspot manual">
            <c-input  v-model="model.hotman"  placeholder="请输入hotspot manual"></c-input>
        </el-form-item>
潘际乾 committed
50
       </c-col>             
liuxin committed
51
                  
潘际乾 committed
52
	<c-col :span="12">
liuxin committed
53
	    <span  v-text="model.envcli"   data-path=".envcli" > </span>
潘际乾 committed
54
	</c-col>
liuxin committed
55
                  
潘际乾 committed
56
       <c-col :span="12">
liuxin committed
57 58 59
        <el-form-item label="Logofile for Logo on the manual">
            <c-input  v-model="model.mlogofil"  placeholder="请输入Logofile for Logo on the manual"></c-input>
        </el-form-item>
潘际乾 committed
60
       </c-col>             
liuxin committed
61
                  
潘际乾 committed
62
	<c-col :span="12">
liuxin committed
63
	    <span  v-text="model.envcli1"   data-path=".envcli1" > </span>
潘际乾 committed
64
	</c-col>
liuxin committed
65
                  
潘际乾 committed
66
       <c-col :span="12">
liuxin committed
67 68 69
        <el-form-item label="hotspot Scan image">
            <c-input  v-model="model.hotsca"  placeholder="请输入hotspot Scan image"></c-input>
        </el-form-item>
潘际乾 committed
70
       </c-col>             
liuxin committed
71
                  
潘际乾 committed
72
	<c-col :span="12">
liuxin committed
73
	    <span  v-text="model.envtxt"   data-path=".envtxt" > </span>
潘际乾 committed
74
	</c-col>
liuxin committed
75
                  
潘际乾 committed
76
	<c-col :span="12">
liuxin committed
77
	    <span  v-text="model.envtxt1"   data-path=".envtxt1" > </span>
潘际乾 committed
78
	</c-col>
liuxin committed
79
                  
潘际乾 committed
80
	<c-col :span="12">
liuxin committed
81
	    <span  v-text="model.envtxt2"   data-path=".envtxt2" > </span>
潘际乾 committed
82
	</c-col>
liuxin committed
83
                  
潘际乾 committed
84
       <c-col :span="12">
liuxin committed
85 86 87
        <el-form-item label="hotspot static data">
            <c-input  v-model="model.hotstd"  placeholder="请输入hotspot static data"></c-input>
        </el-form-item>
潘际乾 committed
88
       </c-col>             
liuxin committed
89
                  
潘际乾 committed
90
       <c-col :span="12">
liuxin committed
91 92 93
        <el-form-item label="hotspot drawer 1 left">
            <c-input  v-model="model.hotdr1l"  placeholder="请输入hotspot drawer 1 left"></c-input>
        </el-form-item>
潘际乾 committed
94
       </c-col>             
liuxin committed
95
                  
潘际乾 committed
96
       <c-col :span="12">
liuxin committed
97 98 99
        <el-form-item label="hotspot drawer 1 right">
            <c-input  v-model="model.hotdr1r"  placeholder="请输入hotspot drawer 1 right"></c-input>
        </el-form-item>
潘际乾 committed
100
       </c-col>             
liuxin committed
101
                  
潘际乾 committed
102
	<c-col :span="12">
liuxin committed
103
	    <span  v-text="model.cfgfil.drwtxt1"   data-path=".cfgfil.drwtxt1" > </span>
潘际乾 committed
104
	</c-col>
liuxin committed
105
                  
潘际乾 committed
106
	<c-col :span="12">
liuxin committed
107
	    <span  v-text="model.cfgfil.drwtxt7"   data-path=".cfgfil.drwtxt7" > </span>
潘际乾 committed
108
	</c-col>
liuxin committed
109
                  
潘际乾 committed
110
       <c-col :span="12">
liuxin committed
111 112 113
        <el-form-item label="hotspot drawer 2 left">
            <c-input  v-model="model.hotdr2l"  placeholder="请输入hotspot drawer 2 left"></c-input>
        </el-form-item>
潘际乾 committed
114
       </c-col>             
liuxin committed
115
                  
潘际乾 committed
116
       <c-col :span="12">
liuxin committed
117 118 119
        <el-form-item label="hotspot drawer 2 right">
            <c-input  v-model="model.hotdr2r"  placeholder="请输入hotspot drawer 2 right"></c-input>
        </el-form-item>
潘际乾 committed
120
       </c-col>             
liuxin committed
121
                  
潘际乾 committed
122
	<c-col :span="12">
liuxin committed
123
	    <span  v-text="model.cfgfil.drwtxt2"   data-path=".cfgfil.drwtxt2" > </span>
潘际乾 committed
124
	</c-col>
liuxin committed
125
                  
潘际乾 committed
126
	<c-col :span="12">
liuxin committed
127
	    <span  v-text="model.cfgfil.drwtxt8"   data-path=".cfgfil.drwtxt8" > </span>
潘际乾 committed
128
	</c-col>
liuxin committed
129
                  
潘际乾 committed
130
       <c-col :span="12">
liuxin committed
131 132 133
        <el-form-item label="hotspot drawer 3 left">
            <c-input  v-model="model.hotdr3l"  placeholder="请输入hotspot drawer 3 left"></c-input>
        </el-form-item>
潘际乾 committed
134
       </c-col>             
liuxin committed
135
                  
潘际乾 committed
136
       <c-col :span="12">
liuxin committed
137 138 139
        <el-form-item label="hotspot drawer 3 right">
            <c-input  v-model="model.hotdr3r"  placeholder="请输入hotspot drawer 3 right"></c-input>
        </el-form-item>
潘际乾 committed
140
       </c-col>             
liuxin committed
141
                  
潘际乾 committed
142
	<c-col :span="12">
liuxin committed
143
	    <span  v-text="model.cfgfil.drwtxt3"   data-path=".cfgfil.drwtxt3" > </span>
潘际乾 committed
144
	</c-col>
liuxin committed
145
                  
潘际乾 committed
146
	<c-col :span="12">
liuxin committed
147
	    <span  v-text="model.cfgfil.drwtxt9"   data-path=".cfgfil.drwtxt9" > </span>
潘际乾 committed
148
	</c-col>
liuxin committed
149
                  
潘际乾 committed
150
       <c-col :span="12">
liuxin committed
151 152 153
        <el-form-item label="hotspot drawer 4 left">
            <c-input  v-model="model.hotdr4l"  placeholder="请输入hotspot drawer 4 left"></c-input>
        </el-form-item>
潘际乾 committed
154
       </c-col>             
liuxin committed
155
                  
潘际乾 committed
156
       <c-col :span="12">
liuxin committed
157 158 159
        <el-form-item label="hotspot drawer 4 right">
            <c-input  v-model="model.hotdr4r"  placeholder="请输入hotspot drawer 4 right"></c-input>
        </el-form-item>
潘际乾 committed
160
       </c-col>             
liuxin committed
161
                  
潘际乾 committed
162
	<c-col :span="12">
liuxin committed
163
	    <span  v-text="model.cfgfil.drwtxt4"   data-path=".cfgfil.drwtxt4" > </span>
潘际乾 committed
164
	</c-col>
liuxin committed
165
                  
潘际乾 committed
166
	<c-col :span="12">
liuxin committed
167
	    <span  v-text="model.cfgfil.drwtxt10"   data-path=".cfgfil.drwtxt10" > </span>
潘际乾 committed
168
	</c-col>
liuxin committed
169
                  
潘际乾 committed
170
       <c-col :span="12">
liuxin committed
171 172 173
        <el-form-item label="hotspot info">
            <c-input  v-model="model.hotinf1"  placeholder="请输入hotspot info"></c-input>
        </el-form-item>
潘际乾 committed
174
       </c-col>             
liuxin committed
175
                  
潘际乾 committed
176
       <c-col :span="12">
liuxin committed
177 178 179
        <el-form-item label="hotspot info">
            <c-input  v-model="model.hotinf2"  placeholder="请输入hotspot info"></c-input>
        </el-form-item>
潘际乾 committed
180
       </c-col>             
liuxin committed
181
                  
潘际乾 committed
182
       <c-col :span="12">
liuxin committed
183 184 185
        <el-form-item label="hotspot info">
            <c-input  v-model="model.hotinf3"  placeholder="请输入hotspot info"></c-input>
        </el-form-item>
潘际乾 committed
186
       </c-col>             
liuxin committed
187
                  
潘际乾 committed
188
       <c-col :span="12">
liuxin committed
189 190 191
        <el-form-item label="hotspot watchdog">
            <c-input  v-model="model.hotwdg"  placeholder="请输入hotspot watchdog"></c-input>
        </el-form-item>
潘际乾 committed
192
       </c-col>             
liuxin committed
193
                  
潘际乾 committed
194
       <c-col :span="12">
liuxin committed
195 196 197
        <el-form-item label="hotspot statistics">
            <c-input  v-model="model.hotsta"  placeholder="请输入hotspot statistics"></c-input>
        </el-form-item>
潘际乾 committed
198
       </c-col>             
liuxin committed
199
                  
潘际乾 committed
200
       <c-col :span="12">
liuxin committed
201 202 203
        <el-form-item label="hotspot drawer 5 left">
            <c-input  v-model="model.hotdr5l"  placeholder="请输入hotspot drawer 5 left"></c-input>
        </el-form-item>
潘际乾 committed
204
       </c-col>             
liuxin committed
205
                  
潘际乾 committed
206
       <c-col :span="12">
liuxin committed
207 208 209
        <el-form-item label="hotspot drawer 5 right">
            <c-input  v-model="model.hotdr5r"  placeholder="请输入hotspot drawer 5 right"></c-input>
        </el-form-item>
潘际乾 committed
210
       </c-col>             
liuxin committed
211
                  
潘际乾 committed
212
	<c-col :span="12">
liuxin committed
213
	    <span  v-text="model.cfgfil.drwtxt5"   data-path=".cfgfil.drwtxt5" > </span>
潘际乾 committed
214
	</c-col>
liuxin committed
215
                  
潘际乾 committed
216
	<c-col :span="12">
liuxin committed
217
	    <span  v-text="model.cfgfil.drwtxt11"   data-path=".cfgfil.drwtxt11" > </span>
潘际乾 committed
218
	</c-col>
liuxin committed
219
                  
潘际乾 committed
220
       <c-col :span="12">
liuxin committed
221 222 223
        <el-form-item label="hotspot drawer 6 right">
            <c-input  v-model="model.hotdr6r"  placeholder="请输入hotspot drawer 6 right"></c-input>
        </el-form-item>
潘际乾 committed
224
       </c-col>             
liuxin committed
225
                  
潘际乾 committed
226
	<c-col :span="12">
liuxin committed
227
	    <span  v-text="model.cfgfil.drwtxt12"   data-path=".cfgfil.drwtxt12" > </span>
潘际乾 committed
228
	</c-col>
liuxin committed
229
                  
潘际乾 committed
230
       <c-col :span="12">
liuxin committed
231 232 233
        <el-form-item label="hotspot file for picking up items 1">
            <c-input  v-model="model.hotfil1"  placeholder="请输入hotspot file for picking up items 1"></c-input>
        </el-form-item>
潘际乾 committed
234
       </c-col>             
liuxin committed
235
                  
潘际乾 committed
236
       <c-col :span="12">
liuxin committed
237 238 239
        <el-form-item label="hotspot release">
            <c-input  v-model="model.hotrel"  placeholder="请输入hotspot release"></c-input>
        </el-form-item>
潘际乾 committed
240
       </c-col>             
liuxin committed
241
                  
潘际乾 committed
242
       <c-col :span="12">
liuxin committed
243 244 245
        <el-form-item label="hotspot release">
            <c-input  v-model="model.hotrel1"  placeholder="请输入hotspot release"></c-input>
        </el-form-item>
潘际乾 committed
246
       </c-col>             
liuxin committed
247
                  
潘际乾 committed
248
       <c-col :span="12">
liuxin committed
249 250 251
        <el-form-item label="hotspot file for picking up items 2">
            <c-input  v-model="model.hotfil2"  placeholder="请输入hotspot file for picking up items 2"></c-input>
        </el-form-item>
潘际乾 committed
252
       </c-col>             
liuxin committed
253
                  
潘际乾 committed
254
       <c-col :span="12">
liuxin committed
255 256 257
        <el-form-item label="hotspot release">
            <c-input  v-model="model.hotrel2"  placeholder="请输入hotspot release"></c-input>
        </el-form-item>
潘际乾 committed
258
       </c-col>             
liuxin committed
259
                  
潘际乾 committed
260
       <c-col :span="12">
liuxin committed
261 262 263
        <el-form-item label="hotspot release">
            <c-input  v-model="model.hotrel3"  placeholder="请输入hotspot release"></c-input>
        </el-form-item>
潘际乾 committed
264
       </c-col>             
liuxin committed
265
                  
潘际乾 committed
266
       <c-col :span="12">
liuxin committed
267 268 269
        <el-form-item label="hotspot file for picking up items 3">
            <c-input  v-model="model.hotfil3"  placeholder="请输入hotspot file for picking up items 3"></c-input>
        </el-form-item>
潘际乾 committed
270
       </c-col>             
liuxin committed
271
                  
潘际乾 committed
272
       <c-col :span="12">
liuxin committed
273 274 275
        <el-form-item label="hotspot queue selection">
            <c-input  v-model="model.hotque"  placeholder="请输入hotspot queue selection"></c-input>
        </el-form-item>
潘际乾 committed
276
       </c-col>             
liuxin committed
277
                  
潘际乾 committed
278
       <c-col :span="12">
liuxin committed
279 280 281
        <el-form-item label="hotspot diary">
            <c-input  v-model="model.hotdia"  placeholder="请输入hotspot diary"></c-input>
        </el-form-item>
潘际乾 committed
282
       </c-col>             
liuxin committed
283
                  
潘际乾 committed
284
       <c-col :span="12">
liuxin committed
285 286 287
        <el-form-item label="Hotspot exit">
            <c-input  v-model="model.hotexi"  placeholder="请输入Hotspot exit"></c-input>
        </el-form-item>
潘际乾 committed
288
       </c-col>             
liuxin committed
289
                  
潘际乾 committed
290
       <c-col :span="12">
liuxin committed
291 292 293
        <el-form-item label="hotspot garbage">
            <c-input  v-model="model.hotdel"  placeholder="请输入hotspot garbage"></c-input>
        </el-form-item>
潘际乾 committed
294
       </c-col>             
liuxin committed
295
                  
潘际乾 committed
296
       <c-col :span="12">
liuxin committed
297 298 299
        <el-form-item label="hotspot calculator">
            <c-input  v-model="model.hotcalc"  placeholder="请输入hotspot calculator"></c-input>
        </el-form-item>
潘际乾 committed
300
       </c-col>             
liuxin committed
301 302 303 304
  </div>
</template>
<script>
import Api from "~/service/Api"
wangren committed
305
import commonProcess from "~/mixin/commonProcess";
liuxin committed
306 307 308 309
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Office/Event"

export default {
310
    inject: ['root'],
liuxin committed
311
    props:["model","codes"],
wangren committed
312
    mixins: [commonProcess],
liuxin committed
313 314 315 316 317 318 319 320 321 322 323 324 325 326
    data(){
        return {

        }
    },
    methods:{...Event},
    created:function(){

    }
}
</script>
<style>

</style>