@@ -9,10 +9,7 @@
</div>
<div slot="right" style="width: 55%; position: relative">
<div class="pgxxTable">
- <zj-table key="paigongxinxitable" :columns="logColumns" :table-data="logList" :table-attributes="{
- height: '100%',
- border: true
- }" />
+ <zj-table :columns="logColumns" :table-data="logList" :table-attributes="{ height: '100%', border: true }" />
</zj-form-module>
@@ -216,7 +216,6 @@ export default {
},
screeningAnalysis(jname, val) {
if (jname == 'orderFlags') {
- console.log(val)
return (val || []).map(item => item.tagName).join(',')
} else {
return val