|
@@ -1,80 +1,106 @@
|
|
|
<template>
|
|
|
- <div class='m-container'>
|
|
|
- <h2>
|
|
|
+ <!-- <div class='m-container'> -->
|
|
|
+ <!-- <h2>
|
|
|
<div class="squrt"></div>意见反馈
|
|
|
- </h2>
|
|
|
- <div class="m-core">
|
|
|
- <div class="tableWrap">
|
|
|
- <el-table :data="dataList"
|
|
|
- :header-cell-style="{background:'#EDEEF0',color:'#444'}">
|
|
|
-
|
|
|
- <el-table-column align="center"
|
|
|
- label="反馈时间"
|
|
|
- prop="createTime">
|
|
|
- <template slot-scope="scope">
|
|
|
- {{scope.row.createTime | dateForMinFormat}}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <!-- <el-table-column align="center" prop="name" label="标题"> -->
|
|
|
- <!-- </el-table-column> -->
|
|
|
- <el-table-column align="center"
|
|
|
- label="内容"
|
|
|
- prop="content">
|
|
|
- <template slot-scope="scope">
|
|
|
- <tooltip :content="scope.row.content" />
|
|
|
- <!-- <el-popover placement="top-start"
|
|
|
+ </h2> -->
|
|
|
+ <div class="m-core">
|
|
|
+ <save-form
|
|
|
+ :inline="true"
|
|
|
+ class="searchForm"
|
|
|
+ save-key="Suggestion"
|
|
|
+ @submit="search"
|
|
|
+ @reset="onReSet"
|
|
|
+ :model.sync="searchForm"
|
|
|
+ ref="searchForm"
|
|
|
+ >
|
|
|
+ <el-form-item prop="timer">
|
|
|
+ <el-date-picker
|
|
|
+ v-model.trim="searchForm.timer"
|
|
|
+ style="width: 400px"
|
|
|
+ type="daterange"
|
|
|
+ :picker-options="{
|
|
|
+ firstDayOfWeek: 1,
|
|
|
+ }"
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ range-separator="至"
|
|
|
+ start-placeholder="开始日期"
|
|
|
+ end-placeholder="结束日期"
|
|
|
+ ></el-date-picker>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item>
|
|
|
+ <el-button native-type="submit" type="danger">搜索</el-button>
|
|
|
+ <el-button native-type="reset" type="primary">重置</el-button>
|
|
|
+ </el-form-item>
|
|
|
+ </save-form>
|
|
|
+ <div class="tableWrap">
|
|
|
+ <el-table
|
|
|
+ :data="dataList"
|
|
|
+ :header-cell-style="{ background: '#EDEEF0', color: '#444' }"
|
|
|
+ >
|
|
|
+ <el-table-column align="center" label="反馈时间" prop="createTime">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ scope.row.createTime | dateForMinFormat }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <!-- <el-table-column align="center" prop="name" label="标题"> -->
|
|
|
+ <!-- </el-table-column> -->
|
|
|
+ <el-table-column align="center" label="内容" prop="content">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <tooltip :content="scope.row.content" />
|
|
|
+ <!-- <el-popover placement="top-start"
|
|
|
width="300"
|
|
|
trigger="hover"
|
|
|
:content="scope.row.content">
|
|
|
<span slot="reference">{{ scope.row.content }}</span>
|
|
|
</el-popover> -->
|
|
|
- <!-- <div :title="scope.row.content">{{ scope.row.content }}</div> -->
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column align="center"
|
|
|
- label="用户"
|
|
|
- prop="username"></el-table-column>
|
|
|
- <el-table-column align="center"
|
|
|
- prop="mobileNo"
|
|
|
- label="邮箱或手机号">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column align="center"
|
|
|
- label="客户端"
|
|
|
- prop="clientType">
|
|
|
- <template slot-scope="scope">
|
|
|
- <div>
|
|
|
- {{scope.row.clientType|clientTypeFilter}}
|
|
|
- </div>
|
|
|
- </template>
|
|
|
-
|
|
|
- </el-table-column>
|
|
|
- <!-- <el-table-column align="center"
|
|
|
+ <!-- <div :title="scope.row.content">{{ scope.row.content }}</div> -->
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ align="center"
|
|
|
+ label="用户"
|
|
|
+ prop="username"
|
|
|
+ ></el-table-column>
|
|
|
+ <el-table-column align="center" prop="mobileNo" label="邮箱或手机号">
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column align="center" label="客户端" prop="clientType">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <div>
|
|
|
+ {{ scope.row.clientType | clientTypeFilter }}
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column align="center" prop="createTime" label="反馈时间">
|
|
|
+ </el-table-column>
|
|
|
+ <!-- <el-table-column align="center"
|
|
|
label="操作">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" v-permission="'/entryOperationLook'" @click="onChargeOperation('look', scope.row)">查看</el-button>
|
|
|
</template>
|
|
|
</el-table-column> -->
|
|
|
- </el-table>
|
|
|
- <pagination
|
|
|
+ </el-table>
|
|
|
+ <pagination
|
|
|
sync
|
|
|
:total.sync="pageInfo.total"
|
|
|
- :page.sync="pageInfo.page"
|
|
|
- :limit.sync="pageInfo.limit"
|
|
|
- :page-sizes="pageInfo.page_size"
|
|
|
- @pagination="getList" />
|
|
|
- </div>
|
|
|
-
|
|
|
+ :page.sync="pageInfo.page"
|
|
|
+ :limit.sync="pageInfo.limit"
|
|
|
+ :page-sizes="pageInfo.page_size"
|
|
|
+ @pagination="getList"
|
|
|
+ save-key="Suggestion"
|
|
|
+ />
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <!-- </div> -->
|
|
|
</template>
|
|
|
<script>
|
|
|
-import pagination from '@/components/Pagination/index'
|
|
|
-import { sysSuggestionList } from '@/api/appTenant'
|
|
|
-import Tooltip from '@/components/Tooltip/index'
|
|
|
+import pagination from "@/components/Pagination/index";
|
|
|
+import { sysSuggestionList } from "@/api/appTenant";
|
|
|
+import { getTimes } from "@/utils";
|
|
|
+import Tooltip from "@/components/Tooltip/index";
|
|
|
export default {
|
|
|
components: { pagination, Tooltip },
|
|
|
- name: 'chargesList',
|
|
|
- data () {
|
|
|
+ name: "chargesList",
|
|
|
+ data() {
|
|
|
return {
|
|
|
id: null,
|
|
|
dataList: [],
|
|
@@ -83,31 +109,45 @@ export default {
|
|
|
limit: 10, // 限制显示条数
|
|
|
page: 1, // 当前页
|
|
|
total: 0, // 总条数
|
|
|
- page_size: [10, 20, 40, 50] // 选择限制显示条数
|
|
|
- }
|
|
|
- }
|
|
|
+ page_size: [10, 20, 40, 50], // 选择限制显示条数
|
|
|
+ },
|
|
|
+ searchForm: {
|
|
|
+ timer: [],
|
|
|
+ },
|
|
|
+ };
|
|
|
},
|
|
|
- activated () {
|
|
|
- this.getList()
|
|
|
+ activated() {
|
|
|
+ this.getList();
|
|
|
},
|
|
|
- mounted () {
|
|
|
- this.getList()
|
|
|
+ mounted() {
|
|
|
+ this.getList();
|
|
|
},
|
|
|
methods: {
|
|
|
- getList () {
|
|
|
+ getList() {
|
|
|
+ let { timer, ...rest } = this.searchForm;
|
|
|
let params = {
|
|
|
rows: this.pageInfo.limit,
|
|
|
- page: this.pageInfo.page
|
|
|
- }
|
|
|
- sysSuggestionList(params).then(res => {
|
|
|
+ page: this.pageInfo.page,
|
|
|
+ type: "APP",
|
|
|
+ ...getTimes(timer, ["startTime", "endTime"]),
|
|
|
+ };
|
|
|
+ sysSuggestionList(params).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
- this.dataList = res.data.rows
|
|
|
- this.pageInfo.total = res.data.total
|
|
|
+ this.dataList = res.data.rows;
|
|
|
+ this.pageInfo.total = res.data.total;
|
|
|
}
|
|
|
- })
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
+ });
|
|
|
+ },
|
|
|
+ onReSet() {
|
|
|
+ this.$refs["searchForm"].resetFields();
|
|
|
+ this.search();
|
|
|
+ },
|
|
|
+ search() {
|
|
|
+ this.pageInfo.page = 1;
|
|
|
+ this.getList();
|
|
|
+ },
|
|
|
+ },
|
|
|
+};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
/deep/.el-button--primary {
|