字段信息管理
This commit is contained in:
parent
0257b20085
commit
7c26ebd8fa
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user