CompA.vue 181 Bytes
Newer Older
fukai committed
1 2
<template>
    <el-form-item label="业务编号">
liuxin committed
3
        <c-input v-model="model.val" />
fukai committed
4 5 6 7 8 9 10 11
    </el-form-item>
</template>

<script>
export default {
    props:['model']
}
</script>