|
@@ -89,7 +89,7 @@
|
|
|
width="80"
|
|
width="80"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="{ row, $index }">
|
|
<template slot-scope="{ row, $index }">
|
|
|
- <el-tag>{{
|
|
|
|
|
|
|
+ <el-tag size="mini">{{
|
|
|
typeName[Number(row.rootCategoryLevelId)]
|
|
typeName[Number(row.rootCategoryLevelId)]
|
|
|
}}</el-tag>
|
|
}}</el-tag>
|
|
|
</template>
|
|
</template>
|
|
@@ -144,7 +144,7 @@
|
|
|
"
|
|
"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
>
|
|
>
|
|
|
- <template slot="append">{{ row.unit }}</template>
|
|
|
|
|
|
|
+ <template slot="append">{{ row.measuringUnit }}</template>
|
|
|
</el-input>
|
|
</el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</template>
|
|
</template>
|
|
@@ -168,6 +168,7 @@
|
|
|
v-model="row.warehouseId"
|
|
v-model="row.warehouseId"
|
|
|
placeholder="请选择"
|
|
placeholder="请选择"
|
|
|
filterable
|
|
filterable
|
|
|
|
|
+ size="mini"
|
|
|
>
|
|
>
|
|
|
<el-option
|
|
<el-option
|
|
|
v-for="item in row.warehouseList"
|
|
v-for="item in row.warehouseList"
|