Commit 397f472c authored by “yiyousong”'s avatar “yiyousong”

perf: 皮肤模板属性新增编码展示

parent 3c413d6a
...@@ -245,6 +245,10 @@ const rightColumns = [ ...@@ -245,6 +245,10 @@ const rightColumns = [
title: "字段名称", title: "字段名称",
dataIndex: "fieldName", dataIndex: "fieldName",
}, },
{
title: "字段编码",
dataIndex: "fieldCode",
},
{ {
title: "数据类型", title: "数据类型",
scopedSlots: { scopedSlots: {
...@@ -547,4 +551,4 @@ export default { ...@@ -547,4 +551,4 @@ export default {
cursor: pointer; cursor: pointer;
color: #1890ff; color: #1890ff;
} }
</style> </style>
\ No newline at end of file
...@@ -390,7 +390,6 @@ export default { ...@@ -390,7 +390,6 @@ export default {
if (res.code == 1) { if (res.code == 1) {
let { data } = res; let { data } = res;
let { business } = row; let { business } = row;
console.log(data);
this.businessName = business; this.businessName = business;
this.businessInfo = data; this.businessInfo = data;
this.analysisVisible = true; this.analysisVisible = true;
......
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