Commit 57a1d15f authored by tanghao's avatar tanghao

资源库编辑ID问题处理

parent a3c1f91b
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
> >
<vxe-form-item v-for="(item, index) in formColumn" :key="index" :field="item" :title="item" span="12" :item-render="item"> <vxe-form-item v-for="(item, index) in formColumn" :key="index" :field="item" :title="item" span="12" :item-render="item">
<template #default> <template #default>
<vxe-input v-model="form[item]"></vxe-input> <vxe-input v-model="form[item]" :disabled="item=='id'"></vxe-input>
</template> </template>
</vxe-form-item> </vxe-form-item>
</vxe-form> </vxe-form>
......
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