Skip to content

Commit

Permalink
chore: 优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
tangtanglove committed Jan 2, 2025
1 parent 01eb2d4 commit a4ad53b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
AppName = "QuarkGo"

// 版本号
Version = "3.7.0"
Version = "3.7.1"

// 包名
PkgName = "github.com/quarkcloudio/quark-go/v3"
Expand Down
2 changes: 1 addition & 1 deletion template/admin/component/form/fields/sku/sku.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (p *Component) Init() *Component {
}
p.OptionItem = OptionItem{
Title: "操作",
DataIndex: "is_show",
DataIndex: "status",
Width: 150,
Fixed: "right",
CheckedChildren: "显示",
Expand Down

0 comments on commit a4ad53b

Please sign in to comment.