|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <van-nav-bar :title="$t('productLibrary.name')" left-text="" left-arrow @click-left="onClickLeft" @click-right="onClickRight">
|
|
|
+ <van-nav-bar :title="$t('productLibrary.standardProductLibrary')" left-text="" left-arrow @click-left="onClickLeft" @click-right="onClickRight">
|
|
|
<template #right> {{$t('common.add')}} </template>
|
|
|
</van-nav-bar>
|
|
|
<van-search v-model="req.keyword" :placeholder="$t('common.pleaseEnterKeywords')" @search="onRefresh" />
|
|
@@ -30,7 +30,7 @@
|
|
|
const listConfig = ref([
|
|
|
{
|
|
|
label: proxy.t('productLibrary.productClassification'),
|
|
|
- prop: "productClassifyName",
|
|
|
+ prop: "classifyName",
|
|
|
},
|
|
|
{
|
|
|
label: proxy.t('productLibrary.productCode'),
|
|
@@ -52,7 +52,7 @@
|
|
|
const onClickLeft = () => proxy.$router.push("/main/working");
|
|
|
const onClickRight = () => {
|
|
|
proxy.$router.push({
|
|
|
- path: "productLibraryAdd",
|
|
|
+ path: "standardProductLibraryAdd",
|
|
|
query: {
|
|
|
type: 'add'
|
|
|
},
|
|
@@ -61,7 +61,7 @@
|
|
|
proxy.uploadDdRightBtn(onClickRight,proxy.t('common.add'))
|
|
|
const toDtl = (row) => {
|
|
|
proxy.$router.push({
|
|
|
- path: "productLibraryAdd",
|
|
|
+ path: "standardProductLibraryAdd",
|
|
|
query: {
|
|
|
id: row.id,
|
|
|
type: 'edit'
|