基本完成前后端代码
This commit is contained in:
@@ -105,20 +105,20 @@ export default {
|
||||
name: 'el-select',
|
||||
options: [
|
||||
{
|
||||
value: 'text',
|
||||
label: '字符串'
|
||||
value: 'string',
|
||||
label: 'string (字符串)'
|
||||
},
|
||||
{
|
||||
value: 'int',
|
||||
label: '整数'
|
||||
label: 'int (整数)'
|
||||
},
|
||||
{
|
||||
value: 'float8',
|
||||
label: '浮点数'
|
||||
value: 'float',
|
||||
label: 'float (浮点数)'
|
||||
},
|
||||
{
|
||||
value: 'bool',
|
||||
label: '逻辑值'
|
||||
label: 'bool (逻辑值)'
|
||||
}
|
||||
],
|
||||
span: 12
|
||||
|
||||
Reference in New Issue
Block a user