|
|
|
@ -36,7 +36,7 @@ |
|
|
|
:min-width="item.columnWidth" |
|
|
|
:label="item.columnLabel"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div v-if="item.columnProp === 'codeNo'"> |
|
|
|
<div v-if="item.columnProp === 'oriCodeNo'"> |
|
|
|
<el-link style="cursor:pointer;" v-if="!item.columnHidden" @click="handleClick(scope.row)"> {{ scope.row[item.columnProp] }}</el-link> |
|
|
|
<span v-if="item.columnImage"><img :src="scope.row[item.columnProp]" style="width: 100px; height: 80px"/></span> |
|
|
|
</div> |
|
|
|
@ -89,10 +89,10 @@ |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101002002, |
|
|
|
serialNumber: '101002002Table9CodeNo', |
|
|
|
serialNumber: '101002002Table9OriCodeNo', |
|
|
|
tableId: "101002002Table9", |
|
|
|
tableName: "技术参数卡列表", |
|
|
|
columnProp: "codeNo", |
|
|
|
columnProp: "oriCodeNo", |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: "参数卡编码", |
|
|
|
|