|
@@ -64,6 +64,7 @@
|
|
|
v-model="data.type"
|
|
|
filterable
|
|
|
clearable
|
|
|
+ popper-class="horizontal-drop"
|
|
|
placeholder="请选择"
|
|
|
@clear="clearDataCi"
|
|
|
size="small"
|
|
@@ -136,6 +137,7 @@
|
|
|
<el-select
|
|
|
v-model="data.type"
|
|
|
filterable
|
|
|
+ popper-class="horizontal-drop"
|
|
|
placeholder="请选择"
|
|
|
size="small"
|
|
|
@clear="clearDataCi"
|
|
@@ -1309,9 +1311,10 @@ export default {
|
|
|
if (data.code == 0) {
|
|
|
let types = data.data.records;
|
|
|
this.typeList = types;
|
|
|
+ // 类型改成平铺
|
|
|
+ this.options.push({ label: 1, options: types })
|
|
|
// this.typeList = data.data;
|
|
|
- // 类型改成平铺
|
|
|
- if (types.length > 0) {
|
|
|
+ /*if (types.length > 0) {
|
|
|
const total = types.length;
|
|
|
const average = parseInt(total / 3);
|
|
|
const mod = total % 3; //余数
|
|
@@ -1330,7 +1333,7 @@ export default {
|
|
|
{ label: 2, options: secGroup },
|
|
|
{ label: 3, options: thirdGroup }
|
|
|
);
|
|
|
- }
|
|
|
+ }*/
|
|
|
} else {
|
|
|
this.$message({
|
|
|
message: data.msg,
|