提交 2441e13e 作者: 龚洪江

Merge remote-tracking branch 'origin/develop' into develop

...@@ -14,4 +14,4 @@ patches: ...@@ -14,4 +14,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newTag: b3dee61cd4e3901a9df83c06b2cd5b0c94a61649 newTag: c19acbbd8888d750578f6ceb173bb24c0f3fecef
...@@ -289,7 +289,7 @@ function ServiceCategoryList() { ...@@ -289,7 +289,7 @@ function ServiceCategoryList() {
}} }}
/> />
<AddEditChildrenView <AddEditChildrenView
title={recordData ? '编辑子分类' : '新增子分类'} title={recordChildData ? '编辑子分类' : '新增子分类'}
open={addEditChildVisible} open={addEditChildVisible}
data={recordChildData} data={recordChildData}
id={Number(recordData?.id)} id={Number(recordData?.id)}
......
...@@ -345,7 +345,7 @@ function ServiceDetailView() { ...@@ -345,7 +345,7 @@ function ServiceDetailView() {
]} ]}
> >
<Cascader <Cascader
placeholder={'请选择所属行业'} placeholder={'请选择所属服务'}
options={industryList} options={industryList}
allowClear allowClear
onChange={(e) => { onChange={(e) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论