Commit 8bfcd023 authored by zhengke's avatar zhengke

修改

parent 47cf0b0f
...@@ -29,6 +29,13 @@ ...@@ -29,6 +29,13 @@
<div>SecretKey(SK):{{scope.row.SecretKey}}</div> <div>SecretKey(SK):{{scope.row.SecretKey}}</div>
<div>图片样式接口:{{scope.row.ImgStyle}}</div> <div>图片样式接口:{{scope.row.ImgStyle}}</div>
</div> </div>
<div v-if="scope.row.StoreType==3">
<div>空间名称(Bucket):{{scope.row.Bucket}}</div>
<div>所属地域:{{scope.row.Region}}</div>
<div>自定义域名:{{scope.row.CustomDomain}}</div>
<div>SecretId:{{scope.row.SecretId}}</div>
<div>SecretKey:{{scope.row.SecretKey}}</div>
</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed="right" label="操作"> <el-table-column fixed="right" label="操作">
...@@ -243,7 +250,6 @@ ...@@ -243,7 +250,6 @@
} }
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.addMsg = res.data.data this.addMsg = res.data.data
console.log(res, '数据11');
this.dataList = JSON.parse(JSON.stringify(res.data.data)); this.dataList = JSON.parse(JSON.stringify(res.data.data));
this.comNum = this.dataList.StoreType; this.comNum = this.dataList.StoreType;
} else { } else {
...@@ -253,7 +259,6 @@ ...@@ -253,7 +259,6 @@
}) })
}, },
Edit(row) { Edit(row) {
console.log(row, 'row')
this.comNum = row.StoreType; this.comNum = row.StoreType;
this.dialogVisible = true; this.dialogVisible = true;
this.dataList = JSON.parse(JSON.stringify(row)); this.dataList = JSON.parse(JSON.stringify(row));
......
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