|
@@ -32,22 +32,13 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- <el-row :gutter="20">
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="所属行业" prop="industry">
|
|
|
|
- <el-select size="large" clearable v-model="form.industry" placeholder="请选择所属行业">
|
|
|
|
- <el-option v-for="(item, index) in plateList" :key="index" :label="item.title" :value="item.title" />
|
|
|
|
- </el-select>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="12">
|
|
|
|
- <el-form-item label="是否和平台合作标识" prop="cooperate">
|
|
|
|
- <el-radio-group v-model="form.cooperate">
|
|
|
|
- <el-radio v-for="i in isUseList" :key="i.id" :label="i.value">{{ i.label }}</el-radio>
|
|
|
|
- </el-radio-group>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
|
|
+ <el-col :span="24">
|
|
|
|
+ <el-form-item label="所属行业" prop="industry">
|
|
|
|
+ <el-select size="large" clearable v-model="form.industry" placeholder="请选择所属行业">
|
|
|
|
+ <el-option v-for="(item, index) in plateList" :key="index" :label="item.title" :value="item.title" />
|
|
|
|
+ </el-select>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
<el-form-item label="所在地区" prop="area">
|
|
<el-form-item label="所在地区" prop="area">
|