fix(all): 新增icon-v2图标合集, 修改material算法配置组件
This commit is contained in:
parent
d643a4f495
commit
a8b9db109e
@ -1,5 +1,11 @@
|
|||||||
# @zhst/icon-v2
|
# @zhst/icon-v2
|
||||||
|
|
||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 新增 icon-v2 图标合集, 修改 material 算法配置组件
|
||||||
|
|
||||||
## 0.3.0
|
## 0.3.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zhst/icon-v2",
|
"name": "@zhst/icon-v2",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"description": "图标库",
|
"description": "图标库",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"icon",
|
"icon",
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# @zhst/material
|
# @zhst/material
|
||||||
|
|
||||||
|
## 0.23.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 新增 icon-v2 图标合集, 修改 material 算法配置组件
|
||||||
|
|
||||||
## 0.23.0
|
## 0.23.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zhst/material",
|
"name": "@zhst/material",
|
||||||
"version": "0.23.0",
|
"version": "0.23.1",
|
||||||
"description": "物料库",
|
"description": "物料库",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"business",
|
"business",
|
||||||
|
@ -51,7 +51,7 @@ const AlgorithmTable= <DataSource extends AnyObject = AnyObject>(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
disable: true,
|
disable: true,
|
||||||
title: '运行周期',
|
title: '时间模板',
|
||||||
key: 'runCycle',
|
key: 'runCycle',
|
||||||
dataIndex: 'runCycle',
|
dataIndex: 'runCycle',
|
||||||
render: (_, record) => {
|
render: (_, record) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user