基本完成前后端代码

This commit is contained in:
Yu Sun
2022-07-10 03:36:18 +08:00
parent 9fb0906b09
commit dcc4780d46
7 changed files with 287 additions and 52 deletions

View File

@@ -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