Commit 5ae84169 authored by zhengke's avatar zhengke

修改

parent 57e2a0ed
...@@ -46,9 +46,9 @@ ...@@ -46,9 +46,9 @@
<el-table :data="tableData" v-loading="loading" border style="width: 100%;margin:20px 0"> <el-table :data="tableData" v-loading="loading" border style="width: 100%;margin:20px 0">
<el-table-column prop="Name" width="200" label="首店名称"> <el-table-column prop="Name" width="200" label="首店名称">
</el-table-column> </el-table-column>
<el-table-column prop="CoverImage" label="封面图" width="200"> <el-table-column prop="CoverImage" label="封面图" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<img :src="scope.row.CoverImage" style="width:50px;" alt="" /> <img :src="scope.row.CoverImage" style="width:60px;" alt="" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="TypeName" width="100" label="类型"> <el-table-column prop="TypeName" width="100" label="类型">
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
that.auditMsg.AuditState = 2; that.auditMsg.AuditState = 2;
that.Confirm("确定审核通过?", function () { that.Confirm("确定审核通过?", function () {
that.apipost( that.apipost(
"/api/Trade/RemoveCarrier", that.auditMsg, "/api/Trade/SetAuthenticationAudit", that.auditMsg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
that.Success(res.data.message); that.Success(res.data.message);
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
return; return;
} }
this.apipost( this.apipost(
"/api/Trade/RemoveCarrier", this.auditMsg, "/api/Trade/SetAuthenticationAudit", this.auditMsg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success(res.data.message); this.Success(res.data.message);
......
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