Commit fe2a25b3 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改标题

parent 67c556d6
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-24 13:47:47
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-03 11:42:36
* @LastEditTime: 2021-09-23 17:05:07
* @Description: 新增/修改 优惠券表单
*/
import React, { useState, useMemo, useEffect } from 'react';
......@@ -400,7 +400,7 @@ const CouponForm: React.FC<IProps> = (props) => {
return (
<Spin spinning={infoLoading}>
<AnchorPage
title="新增商家优惠券"
title={`${!id ? '新增' : '编辑'}商家优惠券`}
anchors={anchorsArr}
extra={[
<Button
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment