Commit ff6e99b2 by guoxw

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

parent 62a5c396
...@@ -390,25 +390,25 @@ ...@@ -390,25 +390,25 @@
:data="templateErrorDialog.errorFieldList" :data="templateErrorDialog.errorFieldList"
@select="selectErrorField" @select="selectErrorField"
@selection-change="handleErrorFieldSelectionChange" @selection-change="handleErrorFieldSelectionChange"
border height="500px" max-height="500px" width="800" stripe style="width: 100%" border height="500px" max-height="500px" width="1000" stripe style="width: 100%"
> >
<el-table-column type="selection" min-width="55" :selectable="errorFieldSelectable"/> <el-table-column type="selection" min-width="55" :selectable="errorFieldSelectable"/>
<el-table-column align="center" label="字段标题" prop="title" show-overflow-tooltip <el-table-column align="center" label="字段标题" prop="title" show-overflow-tooltip
min-width="120" min-width="200"
/> />
<el-table-column align="center" label="元字段名" prop="fieldName" show-overflow-tooltip <el-table-column align="center" label="元字段名" prop="fieldName" show-overflow-tooltip
min-width="120" min-width="230"
/> />
<el-table-column align="center" label="元字段类型" prop="fieldType" show-overflow-tooltip <el-table-column align="center" label="元字段类型" prop="fieldType" show-overflow-tooltip
min-width="120" min-width="150"
/> />
<el-table-column align="center" label="物理表字段类型" prop="columnType" show-overflow-tooltip <el-table-column align="center" label="物理表字段类型" prop="columnType" show-overflow-tooltip
min-width="120" min-width="150"
/> />
<el-table-column align="center" label="物理表名" prop="tableName" show-overflow-tooltip <el-table-column align="center" label="物理表名" prop="tableName" show-overflow-tooltip
min-width="120" min-width="230"
/> />
<el-table-column align="center" label="提示" prop="tip" show-overflow-tooltip min-width="230"/> <el-table-column align="center" label="提示" prop="tip" show-overflow-tooltip min-width="320"/>
</el-table> </el-table>
</div> </div>
</el-dialog> </el-dialog>
......
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