残疾人
This commit is contained in:
@@ -171,7 +171,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {mapState} from 'vuex'
|
import AiSelect from '../../components/AiSelect'
|
||||||
|
import AiAreaPicker from '../../components/AiAreaPicker.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Add',
|
name: 'Add',
|
||||||
@@ -197,6 +198,11 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
components: {
|
||||||
|
AiSelect,
|
||||||
|
AiAreaPicker
|
||||||
|
},
|
||||||
|
|
||||||
onLoad() {},
|
onLoad() {},
|
||||||
|
|
||||||
onShow() {
|
onShow() {
|
||||||
@@ -279,6 +285,7 @@ export default {
|
|||||||
i {
|
i {
|
||||||
color: #999;
|
color: #999;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
font-style: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
image {
|
image {
|
||||||
|
|||||||
Reference in New Issue
Block a user