|
|
@ -85,7 +85,7 @@ |
|
|
|
label: '汇总', |
|
|
|
prop: 'CollectionTable' |
|
|
|
}]" v-model="tabSheet" @change="tabChange"/> |
|
|
|
<div class="table" v-if="tableAllSchemas&&tableAllSchemas.tableFormColumns" v-show="(tabSheet=='TableForm'&&isBusiness && formType == 'create' && fromeWhere != 'countPlan')||(tabSheet=='TableForm'&&isBusiness && formType == 'update' && updateTypeEdiltSubList && fromeWhere != 'countPlan')"> |
|
|
|
<div class="table" v-if="tableAllSchemas&&tableAllSchemas.tableFormColumns&& fromeWhere != 'countPlan'" v-show="(tabSheet=='TableForm'&&isBusiness && formType == 'create' && fromeWhere != 'countPlan')||(tabSheet=='TableForm'&&isBusiness && formType == 'update' && updateTypeEdiltSubList && fromeWhere != 'countPlan')"> |
|
|
|
<TableForm |
|
|
|
ref="tableFormRef" |
|
|
|
class="w-[100%]" |
|
|
@ -123,7 +123,7 @@ |
|
|
|
</template> |
|
|
|
</TableForm> |
|
|
|
</div> |
|
|
|
<div v-if="tableAllSchemas&&tableAllSchemas.tableFormColumns" v-show="tabSheet=='TableForm'&&isBusiness && formType == 'create' && fromeWhere == 'countPlan'"> |
|
|
|
<div v-if="tableAllSchemas&&tableAllSchemas.tableFormColumns&& fromeWhere == 'countPlan'" v-show="tabSheet=='TableForm'&&isBusiness && formType == 'create' && fromeWhere == 'countPlan'"> |
|
|
|
<TableFormCountPlan |
|
|
|
:tableFields="tableAllSchemas.tableFormColumns" |
|
|
|
:tableData="tableData" |
|
|
|