Commit 86504a44 authored by 仇晓婷's avatar 仇晓婷

d

parent 10f0639e
......@@ -50,6 +50,7 @@
@on-change="change"
:multiple="multiple"
:departmentId="departmentId"
:disabled='disabled'
clearable
filterable
>
......@@ -105,6 +106,10 @@ export default {
type: Boolean,
default: false
},
disabled: {
type: Boolean,
default: false
},
theme: {
type: String,
default: "select"
......
......@@ -3,7 +3,7 @@
<Row>
<Col :span="12">
<FormItem :label="l('materialId')" prop="materialId">
<Materiel v-model="entity.materialId" @on-change="change" disabled></Materiel>
<Materiel v-model="entity.materialId" @on-change="change" :disabled='true'></Materiel>
</FormItem>
</Col>
<Col :span="12">
......
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