|
@@ -13,6 +13,8 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
+ <el-col :span="24" class="one"> <span>规格管理</span> </el-col>
|
|
|
|
+
|
|
<data-search :fields="searchFields" v-model="searchInfo" @query="search">
|
|
<data-search :fields="searchFields" v-model="searchInfo" @query="search">
|
|
<template #status>
|
|
<template #status>
|
|
<el-option v-for="i in statusList" :key="i.model" :label="i.label" :value="i.value"></el-option>
|
|
<el-option v-for="i in statusList" :key="i.model" :label="i.label" :value="i.value"></el-option>
|
|
@@ -230,4 +232,16 @@ export default {
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+.one {
|
|
|
|
+ margin: 0 0 10px 0;
|
|
|
|
+
|
|
|
|
+ span:nth-child(1) {
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+.el-col {
|
|
|
|
+ margin: 10px 0;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|