init
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="110px">
|
||||||
<el-form-item label="发送人用户编号" prop="fromUsercode">
|
<el-form-item label="发送人用户编号" prop="fromUsercode">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="queryParams.fromUsercode"
|
v-model="queryParams.fromUsercode"
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { listUserChatFilter, getUserChatFilter, delUserChatFilter, addUserChatFilter, updateUserChatFilter } from "@/api/xq/userChatFilter";
|
import { delUserChatFilter, listUserChatFilter } from '@/api/xq/userChatFilter'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "UserChatFilter",
|
name: "UserChatFilter",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="110px">
|
||||||
<el-form-item label="发送人用户编号" prop="fromUsercode">
|
<el-form-item label="发送人用户编号" prop="fromUsercode">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="queryParams.fromUsercode"
|
v-model="queryParams.fromUsercode"
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { listUserChatRecord, getUserChatRecord, delUserChatRecord, addUserChatRecord, updateUserChatRecord } from "@/api/xq/userChatRecord";
|
import { delUserChatRecord, listUserChatRecord } from '@/api/xq/userChatRecord'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "UserChatRecord",
|
name: "UserChatRecord",
|
||||||
|
|||||||
Reference in New Issue
Block a user