|
@@ -3,7 +3,7 @@
|
|
|
<div class="flex flex-row justify-between">
|
|
|
<div class="w-full">
|
|
|
<el-form-item label="剧目名称" prop="video_id">
|
|
|
- <el-input v-model="formData.name" :disabled="props.primary?.id" v-if="props.primary?.id"
|
|
|
+ <el-input v-model="formData.name" :disabled="Boolean(props.primary?.id)" v-if="props.primary?.id"
|
|
|
placeholder="请输入剧目制作方名称" />
|
|
|
<el-select v-model="formData.video_id" v-else class="w-full" clearable filterable remote
|
|
|
:remote-method="remoteMethod" placeholder="请选择剧目名称">
|