字段信息管理

This commit is contained in:
shidongli 2025-01-09 09:32:55 +08:00
parent 0257b20085
commit 7c26ebd8fa

View File

@ -158,12 +158,12 @@
/>
<el-table-column label="字段类型" align="center" prop="fieldType">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
{{ scope.row.fieldType == "STRING" ? "默认字符串" : "" }}
{{ scope.row.fieldType == "INT" ? "整型" : "" }}
{{ scope.row.fieldType == "DECIMAL" ? "数值" : "" }}
{{ scope.row.fieldType == "ENUM" ? "枚举" : "" }}
</template>
</template> -->
</el-table-column>
<el-table-column label="字段排序" align="center" prop="fieldSort" />
<!-- <el-table-column