Browse Source

2025-05-15

master
fengyuan_yang 8 months ago
parent
commit
c2e3008b8f
  1. 6
      src/views/modules/project/projectPart/com_projectPart_technicalSpecification.vue

6
src/views/modules/project/projectPart/com_projectPart_technicalSpecification.vue

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

Loading…
Cancel
Save