@@ -98,7 +98,7 @@
width="160"
class-name="small-padding fixed-width"
>
- <template slot-scope="scope" v-if="scope.row.id !== 1">
+ <template slot-scope="scope" >
<el-button
size="mini"
type="text"
@@ -56,7 +56,7 @@
v-if="false"
@@ -130,7 +130,7 @@
width="60"
@@ -226,7 +226,7 @@ export default {
},
/** 获取详情 */
async getTableDeatilsFun(row) {
- const id = row.id
+ const id = row.performId
this.loading = true
try {
let res = await getTableDeatilsByIdApi(this.configUrl.details,{goodsId: id})
align="center"
@@ -88,7 +88,7 @@
@@ -87,7 +87,7 @@
@@ -105,7 +105,7 @@
@@ -64,7 +64,7 @@
@@ -90,7 +90,7 @@
@@ -71,7 +71,7 @@