Commit 23bf0023 by guoxw

物理表异常字段查询和同步

parent e86af82e
......@@ -235,7 +235,7 @@
<!-- 字段抽屉 -->
<el-drawer :visible.sync="fieldDrawer.show" append-to-body
destroy-on-close direction="rtl"
size="95%" title="字段信息"
size="95%" :title="fieldDrawer.title"
>
<el-form inline label-width="110px" size="small">
<el-form-item label="数据库字段名:">
......@@ -682,6 +682,7 @@ export default {
fieldId: null
},
fieldDrawer: { // 字段抽屉
title: '字段信息',
template: {},
show: false,
fieldList: [],
......@@ -1194,6 +1195,7 @@ export default {
}
this.fieldDrawer.fieldList = []
this.fieldDrawer.show = true
this.fieldDrawer.title = row.orgName + row.year + '年服务站-字段信息'
this.initFieldDict()
this.queryFieldList()
},
......
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