...
|
...
|
@@ -4,28 +4,28 @@ |
|
|
<el-card style="background-color: #F5F7FA">
|
|
|
<!-- 搜素区域 -->
|
|
|
<el-row>
|
|
|
<el-col :span="6">
|
|
|
<el-col :span="5">
|
|
|
<el-input v-model="umb_queryInfo.sndr"
|
|
|
size="medium"
|
|
|
placeholder="帐户名称" clearable>
|
|
|
<template slot="prepend" ><i class="el-icon-user"></i>帐户名称</template>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-col :span="5">
|
|
|
<el-input v-model="umb_queryInfo.btype"
|
|
|
size="medium"
|
|
|
placeholder="消息大类" clearable>
|
|
|
<template slot="prepend"><i class="el-icon-s-platform"></i>消息大类</template>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-col :span="5">
|
|
|
<el-input v-model="umb_queryInfo.stype"
|
|
|
size="medium"
|
|
|
placeholder="消息子类" clearable>
|
|
|
<template slot="prepend"><i class="el-icon-s-operation"></i>消息子类</template>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-col :span="5">
|
|
|
<el-button type="warning" size="medium" icon="el-icon-search" @click="queryRouterList">
|
|
|
查询
|
|
|
</el-button>
|
...
|
...
|
@@ -37,9 +37,9 @@ |
|
|
<el-row>
|
|
|
<el-table
|
|
|
:data="umb_queryData.tableData"
|
|
|
border
|
|
|
border size="small"
|
|
|
:header-cell-style="{background:'#6F8294',color:'#FFFFFF'}"
|
|
|
style="width: 100%">
|
|
|
style="border-radius: 10px 10px 0px 0px;line-height: 25px;">
|
|
|
<el-table-column
|
|
|
prop="sndr"
|
|
|
label="帐户名称"
|
...
|
...
|
@@ -98,27 +98,39 @@ |
|
|
</div>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-dialog title="路由消息添加" :visible.sync="dialogFormVisible">
|
|
|
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm">
|
|
|
<el-form-item label="账户名称" prop="sndr">
|
|
|
<el-input v-model="ruleForm.sndr"></el-input>
|
|
|
<el-dialog title="路由消息添加" :visible.sync="dialogFormVisible" width="50%" style="margin-top: -20px" text-align="center">
|
|
|
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="145px"
|
|
|
class="demo-ruleForm" style="margin-top: -10px ;margin-left: -150px" align="center" >
|
|
|
<el-form-item label="" prop="sndr">
|
|
|
<el-input v-model="ruleForm.sndr" style="width:300px" size="small">
|
|
|
<template slot="prepend" >账户名称</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="消息大类" prop="btype">
|
|
|
<el-input v-model="ruleForm.btype"></el-input>
|
|
|
<el-form-item label="" prop="btype">
|
|
|
<el-input v-model="ruleForm.btype" style="width:300px" size="small">
|
|
|
<template slot="prepend" >消息大类</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="消息子类" prop="stype">
|
|
|
<el-input v-model="ruleForm.stype"></el-input>
|
|
|
<el-form-item label="" prop="stype">
|
|
|
<el-input v-model="ruleForm.stype" style="width:300px" size="small">
|
|
|
<template slot="prepend" >消息子类</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="订阅主题">
|
|
|
<el-input v-model="ruleForm.reciver.rcvrTopic"></el-input>
|
|
|
<el-form-item label="">
|
|
|
<el-input v-model="ruleForm.reciver.rcvrTopic" style="width:300px" size="small">
|
|
|
<template slot="prepend" >订阅主题</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="过滤规则">
|
|
|
<el-input v-model="ruleForm.reciver.reciverFilter.filter"></el-input>
|
|
|
<el-form-item label="">
|
|
|
<el-input v-model="ruleForm.reciver.reciverFilter.filter" style="width:300px" size="small">
|
|
|
<template slot="prepend" >过滤规则</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button @click="dialogFormVisible = false">取 消</el-button>
|
|
|
<el-button type="primary" @click="submitForm('ruleForm')">确 定</el-button>
|
|
|
<div slot="footer" class="dialog-footer" align="center">
|
|
|
<el-button @click="dialogFormVisible = false" size="medium"
|
|
|
style="width: 100px;background-color: #6F8294;color: #ffffff">取 消</el-button>
|
|
|
<el-button type="primary" size="medium" style="width: 100px" @click="submitForm('ruleForm')">确 定</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</el-row>
|
...
|
...
|
|