|
@@ -88,9 +88,9 @@
|
|
</el-row>
|
|
</el-row>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<el-form-item label="所属产业" prop="industry">
|
|
<el-form-item label="所属产业" prop="industry">
|
|
- <el-radio-group v-model="form.is_show">
|
|
|
|
- <el-radio v-for="i in sectorList" :key="i.title" :label="i.title">{{ i.title }}</el-radio>
|
|
|
|
- </el-radio-group>
|
|
|
|
|
|
+ <el-checkbox-group v-model="form.industry">
|
|
|
|
+ <el-checkbox v-for="(item, index) in sectorList" :key="index" :value="item.title">{{ item.title }}</el-checkbox>
|
|
|
|
+ </el-checkbox-group>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|