Commit ec442afd by 薛文刚

核查反馈审核

parent 4934bc2c
......@@ -589,6 +589,16 @@
"id":"20",
"isParent":false,
"children":[]
},
{
"ids":"1045571",
"label":"其他",
"codeType":"CODE_SHCE_CCLXDM",
"text":"其他",
"pId":null,
"id":"21",
"isParent":false,
"children":[]
}
]
},
......
......@@ -567,7 +567,7 @@
</el-table-column>
<el-table-column v-for="columnTitle in porphcfksh.tableList.filter(
(itemsss, index) => {
return index < porphcfksh.tableList.length - 5;
return index < porphcfksh.tableList.length - 4;
}
)"
:key="columnTitle.label"
......@@ -575,7 +575,12 @@
:label="columnTitle.label"
align="center">
<template slot-scope="scope">
<div @click="toHcfksh(scope)">
<div @click="toHcfksh(scope)"
v-if="columnTitle.prop == 'cz'"
style="cursor: pointer;color: #1A81E1;">
{{ scope.row[columnTitle.prop] }}
</div>
<div v-else>
{{ scope.row[columnTitle.prop] }}
</div>
</template>
......
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