|
@@ -69,6 +69,8 @@ |
|
@@ -69,6 +69,8 @@ |
69
|
<el-table-column label="队列名称" prop="queueName" align="center" width="220"></el-table-column>
|
69
|
<el-table-column label="队列名称" prop="queueName" align="center" width="220"></el-table-column>
|
70
|
<el-table-column label="路由键名称" prop="routingKeyName" align="center"
|
70
|
<el-table-column label="路由键名称" prop="routingKeyName" align="center"
|
71
|
width="220"></el-table-column>
|
71
|
width="220"></el-table-column>
|
|
|
72
|
+ <el-table-column label="相关描述" prop="description" align="center"
|
|
|
73
|
+ width="220"></el-table-column>
|
72
|
<el-table-column label="操作" width="245px" align="center" fixed="right">
|
74
|
<el-table-column label="操作" width="245px" align="center" fixed="right">
|
73
|
<template slot-scope="scope">
|
75
|
<template slot-scope="scope">
|
74
|
<!-- 编辑按钮-->
|
76
|
<!-- 编辑按钮-->
|
|
@@ -117,10 +119,10 @@ |
|
@@ -117,10 +119,10 @@ |
117
|
<div>
|
119
|
<div>
|
118
|
<el-dialog title="添加配置信息"
|
120
|
<el-dialog title="添加配置信息"
|
119
|
:visible.sync="umb_dialog.addDialog"
|
121
|
:visible.sync="umb_dialog.addDialog"
|
120
|
- style="margin-top: -50px" text-align="center" width="50%"
|
122
|
+ style="margin-top: -50px" text-align="center" width="58%"
|
121
|
@close="umb_addDialogClosed">
|
123
|
@close="umb_addDialogClosed">
|
122
|
|
124
|
|
123
|
- <el-form :inline="true" label-width="120px" status-icon style="margin-top: -10px" align="center"
|
125
|
+ <el-form :inline="true" label-width="120px" status-icon style="margin-top: 0px" align="center"
|
124
|
:model="umb_addForm" :rules="umb_addFormRules" ref="umb_addFormRef">
|
126
|
:model="umb_addForm" :rules="umb_addFormRules" ref="umb_addFormRef">
|
125
|
<el-form-item label="用户名称:" prop="username">
|
127
|
<el-form-item label="用户名称:" prop="username">
|
126
|
<el-input v-model="umb_addForm.username" style="width:240px" size="small" clearable
|
128
|
<el-input v-model="umb_addForm.username" style="width:240px" size="small" clearable
|
|
@@ -203,8 +205,13 @@ |
|
@@ -203,8 +205,13 @@ |
203
|
</el-option>
|
205
|
</el-option>
|
204
|
</el-select>
|
206
|
</el-select>
|
205
|
</el-form-item>
|
207
|
</el-form-item>
|
|
|
208
|
+ <el-form-item label="相关描述:" prop="description">
|
|
|
209
|
+ <el-input v-model="umb_addForm.description" style="width:240px" size="small" clearable
|
|
|
210
|
+ placeholder="请输入相关描述">
|
|
|
211
|
+ </el-input>
|
|
|
212
|
+ </el-form-item>
|
206
|
</el-form>
|
213
|
</el-form>
|
207
|
- <div slot="footer" class="dialog-footer" style="text-align: center;margin-top: -20px">
|
214
|
+ <div slot="footer" class="dialog-footer" style="text-align: center;margin-top: 0px">
|
208
|
<el-button type="info" @click="umb_dialog.addDialog = false" size="medium"
|
215
|
<el-button type="info" @click="umb_dialog.addDialog = false" size="medium"
|
209
|
style="width: 100px">取消
|
216
|
style="width: 100px">取消
|
210
|
</el-button>
|
217
|
</el-button>
|
|
@@ -218,9 +225,9 @@ |
|
@@ -218,9 +225,9 @@ |
218
|
<div>
|
225
|
<div>
|
219
|
<el-dialog title="编辑配置信息"
|
226
|
<el-dialog title="编辑配置信息"
|
220
|
:visible.sync="umb_dialog.editDialog"
|
227
|
:visible.sync="umb_dialog.editDialog"
|
221
|
- style="margin-top: -50px" text-align="center" width="50%"
|
228
|
+ style="margin-top: -50px" text-align="center" width="58%"
|
222
|
@close="umb_editDialogClosed">
|
229
|
@close="umb_editDialogClosed">
|
223
|
- <el-form :inline="true" label-width="120px" status-icon style="margin-top: -10px" align="center"
|
230
|
+ <el-form :inline="true" label-width="120px" status-icon style="margin-top: 0px" align="center"
|
224
|
:model="umb_editForm" :rules="umb_editFormRules" ref="umb_editFormRef">
|
231
|
:model="umb_editForm" :rules="umb_editFormRules" ref="umb_editFormRef">
|
225
|
<el-form-item label="用户名称:" prop="username">
|
232
|
<el-form-item label="用户名称:" prop="username">
|
226
|
<el-input v-model="umb_editForm.username" style="width:240px" size="small" clearable
|
233
|
<el-input v-model="umb_editForm.username" style="width:240px" size="small" clearable
|
|
@@ -304,6 +311,11 @@ |
|
@@ -304,6 +311,11 @@ |
304
|
</el-option>
|
311
|
</el-option>
|
305
|
</el-select>
|
312
|
</el-select>
|
306
|
</el-form-item>
|
313
|
</el-form-item>
|
|
|
314
|
+ <el-form-item label="相关描述:" prop="description">
|
|
|
315
|
+ <el-input v-model="umb_editForm.description" style="width:240px" size="small" clearable
|
|
|
316
|
+ placeholder="请输入相关描述">
|
|
|
317
|
+ </el-input>
|
|
|
318
|
+ </el-form-item>
|
307
|
</el-form>
|
319
|
</el-form>
|
308
|
<div slot="footer" class="dialog-footer" style="text-align: center">
|
320
|
<div slot="footer" class="dialog-footer" style="text-align: center">
|
309
|
<el-button type="info" @click="umb_dialog.editDialog = false" size="medium"
|
321
|
<el-button type="info" @click="umb_dialog.editDialog = false" size="medium"
|