修改表单构建

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

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

Loading…
Cancel
Save