Commit 9f471fef authored by 周远喜's avatar 周远喜

Merge branch 'product' of http://git.mes123.com/zhouyx/mes-ui into product

parents 6b56d4c6 985840cc
......@@ -70,7 +70,22 @@ export default {
render: (h, params) => {
let id = params.row.id
if (!this.isedit) {
return h('div', '')
return h(
'A',
{
attrs: {
href: fileUrlDown + params.row.data_content2,
target: '_blank'
},
props: {},
style: {
color: '#249E91',
marginRight: '5px',
cursor: 'pointer'
}
},
'查看'
)
} else {
return h(
'div',
......
......@@ -214,6 +214,7 @@ export default {
ishavzj: true,
board_ID: "",
board_List: [],
productobj:{productstatus:-1},
usercardModal: false,
sendCheckModal: false,
entryrecorddataModal: false,
......
......@@ -70,7 +70,22 @@ export default {
render: (h, params) => {
let id = params.row.id
if (!this.isedit) {
return h('div', '')
return h(
'A',
{
attrs: {
href: fileUrlDown + params.row.data_content2,
target: '_blank'
},
props: {},
style: {
color: '#249E91',
marginRight: '5px',
cursor: 'pointer'
}
},
'查看'
)
} else {
return h(
'div',
......
......@@ -246,6 +246,7 @@ export default {
ishavzj: true,
board_ID: "",
board_List: [],
productobj:{productstatus:-1},
usercardModal: false,
sendCheckModal: false,
entryrecorddataModal: false,
......
......@@ -42,11 +42,7 @@ export default {
width: '100',
key: 'product_code'
},
{
title: '板号',
width: '100',
key: 'board_code'
},
{
title: '送检检验员',
width: '150',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment