修改表单构建

master
夜笙歌 1 month ago
parent 7b45985e30
commit b56cea99e0

@ -559,10 +559,10 @@
<div class="my-header">
{{ vulBatchDialog.title }}
</div>
<el-divider content-position="left">文字文字文字</el-divider>
</template>
<el-container style='height: 500px; border: 1px solid #eee'>
<div style='width: 400px; height: 100%; overflow: auto'>
<el-divider content-position="left">文字文字文字</el-divider>
<el-table v-loading='loading' :data='prodBaseMachineInfoList'
@selection-change='handleSelectionMachineChange'>
<el-table-column type='selection' width='55' align='center' />
@ -572,7 +572,7 @@
</el-table>
</div>
<el-container>
<el-header style='text-align: right; font-size: 12px'>
<el-header style='text-align: right; font-size: 12px;margin-top: 12px'>
<el-form ref='planInfoFormRef' :model='form' :rules='rules' label-width='100px'>
<el-row :gutter='10' class='mb8'>
<el-col :span='12'>

Loading…
Cancel
Save