|
|
@@ -66,7 +66,22 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item label="属性类型:" prop="attributeType">
|
|
|
+ <el-select
|
|
|
+ v-model="form.attributeType"
|
|
|
+ filterable
|
|
|
+ class="ele-block"
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in attributeList"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.value"
|
|
|
+ :label="item.label"
|
|
|
+ ></el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
<el-col
|
|
|
:span="8"
|
|
|
v-if="
|
|
|
@@ -214,22 +229,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
- <el-col :span="8">
|
|
|
- <el-form-item label="属性类型:" prop="attributeType">
|
|
|
- <el-select
|
|
|
- v-model="form.attributeType"
|
|
|
- filterable
|
|
|
- class="ele-block"
|
|
|
- >
|
|
|
- <el-option
|
|
|
- v-for="item in attributeList"
|
|
|
- :key="item.value"
|
|
|
- :value="item.value"
|
|
|
- :label="item.label"
|
|
|
- ></el-option>
|
|
|
- </el-select>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
+
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
</el-card>
|