Commit 6afc7fe7 authored by 仇晓婷's avatar 仇晓婷

dd

parent 5f534397
...@@ -2,7 +2,12 @@ ...@@ -2,7 +2,12 @@
<template> <template>
<div class="input-code"> <div class="input-code">
<Input v-model="code" clearable> <Input v-model="code" clearable>
<Select v-model="select" slot="append" style="width: 100px"> <Select
v-model="select"
slot="append"
style="width: 100px"
on-change="changeSelect"
>
<Option value="com">生成编号</Option> <Option value="com">生成编号</Option>
</Select> </Select>
</Input> </Input>
...@@ -38,6 +43,7 @@ export default { ...@@ -38,6 +43,7 @@ export default {
} }
}); });
}, },
changeSelect(a) {},
}, },
watch: { watch: {
value(v) { value(v) {
......
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