Commit 4fc17238 authored by 黄奎's avatar 黄奎

页面修改

parent a1c6b254
...@@ -24,10 +24,9 @@ ...@@ -24,10 +24,9 @@
<div flex="dir:left cross:center"> {{scope.row.AliasName}}</div> <div flex="dir:left cross:center"> {{scope.row.AliasName}}</div>
</template></el-table-column> </template></el-table-column>
<el-table-column label="创建时间" prop="CreateDateStr"></el-table-column> <el-table-column label="创建时间" prop="CreateDateStr"></el-table-column>
<el-table-column fixed="right" label="操作" width="180"><template slot-scope="scope"> <el-table-column fixed="right" label="操作" width="180">
<!-- <el-tooltip class="item" effect="dark" content="详情" placement="top"><img <template slot-scope="scope">
src="../../assets/img/userman/detail.png" alt="" class="imgstyle" @click="grant(scope.row)"> <a @click="grant(scope.row)">详情</a>
</el-tooltip> -->
</template></el-table-column> </template></el-table-column>
</el-table> </el-table>
<el-pagination style="text-align:right" background @current-change="handleCurrentChange" :page-size="msg.pageSize" <el-pagination style="text-align:right" background @current-change="handleCurrentChange" :page-size="msg.pageSize"
...@@ -108,14 +107,10 @@ ...@@ -108,14 +107,10 @@
dialogVisible: false, dialogVisible: false,
xqdata: null, xqdata: null,
} }
} },
,
created() { created() {
this.getDateList(); this.getDateList();
} },
,
methods: { methods: {
getDateList() { getDateList() {
this.loading = true; this.loading = true;
...@@ -126,7 +121,7 @@ ...@@ -126,7 +121,7 @@
this.msg.StartDate = ''; this.msg.StartDate = '';
this.msg.EndDate = ''; this.msg.EndDate = '';
} }
this.apipost("/api/Survey/GetResultPageList", this.msg, res => { this.apipostDS("/api/Survey/GetResultPageList", this.msg, res => {
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.tableData = res.data.data.pageData; this.tableData = res.data.data.pageData;
...@@ -134,8 +129,7 @@ ...@@ -134,8 +129,7 @@
} else { } else {
this.Info(res.data.message); this.Info(res.data.message);
} }
} })
)
}, },
getList() { getList() {
this.msg.pageIndex = 1 this.msg.pageIndex = 1
...@@ -146,7 +140,7 @@ ...@@ -146,7 +140,7 @@
this.getDateList(); this.getDateList();
}, },
grant(row) { grant(row) {
this.apipost("/api/Survey/GetGuestSurveyDetails", { this.apipostDS("/api/Survey/GetGuestSurveyDetails", {
SurveyID: row.ID SurveyID: row.ID
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
...@@ -162,7 +156,6 @@ ...@@ -162,7 +156,6 @@
} }
} }
} }
</script> </script>
<style> <style>
.resultPageList .el-card__header { .resultPageList .el-card__header {
...@@ -220,5 +213,4 @@ ...@@ -220,5 +213,4 @@
; ;
} }
</style> </style>
\ No newline at end of file
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
let domainUrl = 'http://192.168.10.65:8083'; let domainUrl = 'http://192.168.10.65:8083';
let viewFileUrl = 'http://192.168.10.214:8120'; let viewFileUrl = 'http://192.168.10.214:8120';
let mallUrl = "http://192.168.10.65:8088"; let mallUrl = "http://192.168.10.46:8200";
let vtUploadUrl = "http://upload.oytour.com"; let vtUploadUrl = "http://upload.oytour.com";
let vtViewUrl = "http://192.168.10.214:8130"; let vtViewUrl = "http://192.168.10.214:8130";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment