Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2025-06-24 09:51:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e2dddec1bdc2562474c5d5c047e0d84f4510f3b
2e2dddec
1 parent
9bdf7edd
feat: 修改字段
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
src/views/pdd-info/detail.vue
src/views/pdd-info/detail.vue
View file @
2e2ddde
...
...
@@ -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:unit
LegalFirstCode
="scope">
<template v-slot:unit
1
="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:unit
LegalSecondCode
="scope">
<template v-slot:unit
2
="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">
...
...
Please
register
or
login
to post a comment