|
@@ -63,13 +63,7 @@
|
|
|
<input-dialog v-if='statusOption.length>0' :statusOption='statusOption' :type='4' @confirm='confirm'></input-dialog>
|
|
|
</div>
|
|
|
<div ref='tableBox'>
|
|
|
- <el-table
|
|
|
- :data='tableData'
|
|
|
- :border='true'
|
|
|
- style='width: 100%'
|
|
|
- @row-click='innerTable'
|
|
|
- v-if='tableData.length>=0'
|
|
|
- >
|
|
|
+ <el-table :data='tableData' :border='true' style='width: 100%' @row-click='innerTable' v-if='tableData.length>=0'>
|
|
|
<el-table-column type='index' label='序号' width='60' :index='indexMethod'></el-table-column>
|
|
|
<el-table-column prop='nd' label='年度' show-overflow-tooltip resizable width='60'>
|
|
|
<template slot-scope='{row}'>{{row.nd || '--'}}</template>
|
|
@@ -215,6 +209,9 @@ export default {
|
|
|
major: major,
|
|
|
plazaId: this.$store.state.plazaId,
|
|
|
}
|
|
|
+ if (this.major != '土建') {
|
|
|
+ data.onlyMainAsset = true
|
|
|
+ }
|
|
|
querySelect({ data, postParams }).then((res) => {
|
|
|
//console.log(res)
|
|
|
let lb = res.data.data.sms_zw.lb
|