Explorar el Código

🐞 fix(注释商品类别): 注释商品类别

注释商品类别
tags/小炒逻辑变更前
txb hace 2 años
padre
commit
b5774cf09f
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. +2
    -2
      src/pages/order/cost-of-sales/index.jsx
  2. +2
    -2
      src/pages/order/sales-gross-profit/index.jsx

+ 2
- 2
src/pages/order/cost-of-sales/index.jsx Ver fichero

@@ -236,7 +236,7 @@ export default function Index() {
}
</Select>
</Col>
<Col xs={24} sm={24} md={12} lg={12} xl={6} className={styles['data-search-item']}>
{/* <Col xs={24} sm={24} md={12} lg={12} xl={6} className={styles['data-search-item']}>
<div className={styles['data-search-prefix']}>
商品类别
</div>
@@ -259,7 +259,7 @@ export default function Index() {
})
}
</Select>
</Col>
</Col> */}
<Col xs={24} sm={24} md={12} lg={12} xl={6} className={styles['data-search-item']}>
<div className={styles['data-search-prefix']}>
起始时间


+ 2
- 2
src/pages/order/sales-gross-profit/index.jsx Ver fichero

@@ -218,7 +218,7 @@ export default function Index() {
}
</Select>
</Col>
<Col xs={24} sm={24} md={12} lg={12} xl={6} className={styles['data-search-item']}>
{/* <Col xs={24} sm={24} md={12} lg={12} xl={6} className={styles['data-search-item']}>
<div className={styles['data-search-prefix']}>
商品类别
</div>
@@ -241,7 +241,7 @@ export default function Index() {
})
}
</Select>
</Col>
</Col> */}
<Col xs={24} sm={24} md={12} lg={12} xl={6} className={styles['data-search-item']}>
<div className={styles['data-search-prefix']}>
起始时间


Cargando…
Cancelar
Guardar