zhanbo.xu

feat: 修改字段

......@@ -468,13 +468,13 @@
</Formitem>
</el-col>
<el-col :span="6">
<Formitem label="备注" prop="remark">
<Formitem label="备注" prop="note">
<el-input
type="text"
class="inputShadow"
id="inputInner--remark"
id="inputInner--note"
resize="none"
v-model="formData.remark"
v-model="formData.note"
clearable
placeholder=""
></el-input>
......@@ -613,20 +613,14 @@
mapDicDatas($store.getters.dict.MEASUREMENT_UNIT, scope.row.unit)
}}</span>
</template>
<template v-slot:unitLegalFirstCode="scope">
<template v-slot:unit1="scope">
<span>{{
mapDicDatas(
$store.getters.dict.MEASUREMENT_UNIT,
scope.row.unitLegalFirstCode
)
mapDicDatas($store.getters.dict.MEASUREMENT_UNIT, scope.row.unit1)
}}</span>
</template>
<template v-slot:unitLegalSecondCode="scope">
<template v-slot:unit2="scope">
<span>{{
mapDicDatas(
$store.getters.dict.MEASUREMENT_UNIT,
scope.row.unitLegalSecondCode
)
mapDicDatas($store.getters.dict.MEASUREMENT_UNIT, scope.row.unit2)
}}</span>
</template>
<template v-slot:currency="scope">
......