Created
December 19, 2017 09:05
-
-
Save icai/62c624ff6515ddcf67a3568c044edddb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Row gutter="30"> | |
| <Col span="16" v-if="goodscm3Toggle"> | |
| <Form-item label="体积(长宽高):" prop="goodscm3" vtype="int" > | |
| <Row gutter="10"> | |
| <Col span="7"> | |
| <Input v-model="deliveryData.goodsLength" placeholder="长"></Input> | |
| </Col> | |
| <Col span="7"> | |
| <Input v-model="deliveryData.goodsWidth" placeholder="宽"></Input> | |
| </Col> | |
| <Col span="7"> | |
| <Input v-model="deliveryData.goodsHeight" placeholder="高"></Input> | |
| </Col> | |
| </Row> | |
| </Form-item> | |
| </Col> | |
| </Row> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment