mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-17 06:33:47 +08:00
发布代码生成、更新20+表单组件,优化数据字典,gf版本更新到2.3.1
This commit is contained in:
@@ -65,3 +65,31 @@ export const statusActions = [
|
||||
key: 2,
|
||||
},
|
||||
];
|
||||
|
||||
// 标签
|
||||
export const tagOptions = [
|
||||
{
|
||||
label: '灰色',
|
||||
value: 'default',
|
||||
},
|
||||
{
|
||||
label: '主色',
|
||||
value: 'primary',
|
||||
},
|
||||
{
|
||||
label: '蓝色',
|
||||
value: 'info',
|
||||
},
|
||||
{
|
||||
label: '绿色',
|
||||
value: 'success',
|
||||
},
|
||||
{
|
||||
label: '黄色',
|
||||
value: 'warning',
|
||||
},
|
||||
{
|
||||
label: '红色',
|
||||
value: 'error',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user