Commit 0c2111d6 authored by 李苏's avatar 李苏 💬

主从表改单表

parent 9c6142e1
<template> <template>
<RelDialog bigTitle detailTable='U_LOTHOLDMX' @getFormDetail='getFormDetail' width="70%" :type='type' <RelDialog bigTitle detailTable='U_LOTHOLDMX' @getFormDetail='getFormDetail' width="60%" :type='type'
:editApp='editApp' :app='app' :buttonApp='buttonApp'> :editApp='editApp' :app='app' :buttonApp='buttonApp'>
<el-form slot="form" ref="form" :model="form" label-width="100px" :rules="rules"> <el-form slot="form" ref="form" :model="form" label-width="100px" :rules="rules">
<!-- 查询弹框--> <!-- 查询弹框-->
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<!-- 额外数据 --> <!-- 额外数据 -->
</el-row> </el-row>
<div class="editTab"> <!-- <div class="editTab">
<editTableForEdit :indexApp='app' :AuxButton='false' ref="editTableForEdit" :editTableTitle='editTableTitle' <editTableForEdit :indexApp='app' :AuxButton='false' ref="editTableForEdit" :editTableTitle='editTableTitle'
v-if="editTableForEdit" :computedRow='computedRow' :editTableData="formDetail"> v-if="editTableForEdit" :computedRow='computedRow' :editTableData="formDetail">
<template v-if="type!='view'" #toolbar="ctx"> <template v-if="type!='view'" #toolbar="ctx">
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</template> </template>
</editTableForEdit> </editTableForEdit>
</div> </div> -->
</el-form> </el-form>
<!-- editTab数据 --> <!-- editTab数据 -->
......
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