|
@@ -338,7 +338,6 @@
|
|
|
>替代料</el-link
|
|
>替代料</el-link
|
|
|
>
|
|
>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
</template>
|
|
</template>
|
|
|
<template v-slot:subCode="{ row }">
|
|
<template v-slot:subCode="{ row }">
|
|
|
<div v-if="isView">{{ row.subCode }}</div>
|
|
<div v-if="isView">{{ row.subCode }}</div>
|
|
@@ -391,7 +390,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template v-slot:categoryName="{ row, $index }">
|
|
<template v-slot:categoryName="{ row, $index }">
|
|
|
- <div v-if="isView">{{ row.categoryName }}</div>
|
|
|
|
|
|
|
+ <el-link type="primary" :underline="false" @click="handSubstitution(row)" v-if="isView" >{{ row.categoryName }}</el-link>
|
|
|
<div v-else
|
|
<div v-else
|
|
|
><el-input
|
|
><el-input
|
|
|
:value="row.categoryName"
|
|
:value="row.categoryName"
|