bug修复
This commit is contained in:
parent
153e4790b2
commit
c169b984ee
|
|
@ -40,7 +40,7 @@
|
|||
prop="typeName"
|
||||
:show-overflow-tooltip="true"
|
||||
/>
|
||||
<el-table-column type="expand">
|
||||
<el-table-column type="expand" v-if="isExpand">
|
||||
<template slot-scope="scope">
|
||||
<div class="nested-table-container">
|
||||
<el-table :data="scope.row.maTypeDetails" style="width: 100%">
|
||||
|
|
@ -153,6 +153,10 @@ export default {
|
|||
type: Object,
|
||||
default: {},
|
||||
},
|
||||
isExpand: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
isShowFlag(val) {
|
||||
|
|
|
|||
|
|
@ -257,6 +257,7 @@
|
|||
:isShowFlag.sync="isShowOneFlag"
|
||||
:rowObj="rowObj"
|
||||
:priKey="priKey"
|
||||
:isExpand="false"
|
||||
></dialogForm>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue