fix(all): 新增icon-v2图标合集, 修改material算法配置组件

This commit is contained in:
NICE CODE BY DEV 2024-07-23 11:22:37 +08:00
parent d643a4f495
commit a8b9db109e
5 changed files with 15 additions and 3 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@zhst/material", "name": "@zhst/material",
"version": "0.23.0", "version": "0.23.1",
"description": "物料库", "description": "物料库",
"keywords": [ "keywords": [
"business", "business",

View File

@ -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) => {