修改批次框宽度

This commit is contained in:
闫晓茹 2022-08-26 13:52:20 +08:00
parent 0608173101
commit b4b2f6dcff
5 changed files with 18 additions and 18 deletions

View File

@ -82,7 +82,7 @@
<!-- // -->
<el-dialog
width="500px"
width="590px"
title="选择批次"
:visible.sync="batchCodeshow"
append-to-body
@ -90,7 +90,7 @@
:before-close="batchCodecancel"
>
<el-table :data="testScorelist" align="center" style="margin-top: 0px">
<el-table-column label="请选择" width="70" align="center">
<el-table-column label="请选择" width="100" align="center">
<template slot-scope="scope">
<el-button
type="primary"
@ -110,13 +110,13 @@
<el-table-column
property="batchCode"
label="批次编号"
width="190"
width="200"
align="center"
/>
<el-table-column
property="batchName"
label="批次名称"
width="190"
width="200"
align="center"
/>
</el-table>

View File

@ -82,7 +82,7 @@
<!-- // -->
<el-dialog
width="500px"
width="590px"
title="选择批次"
:visible.sync="batchCodeshow"
append-to-body
@ -90,7 +90,7 @@
:before-close="batchCodecancel"
>
<el-table :data="testScorelist" align="center" style="margin-top: 0px">
<el-table-column label="请选择" width="70" align="center">
<el-table-column label="请选择" width="100" align="center">
<template slot-scope="scope">
<el-button
type="primary"
@ -110,13 +110,13 @@
<el-table-column
property="batchCode"
label="批次编号"
width="190"
width="200"
align="center"
/>
<el-table-column
property="batchName"
label="批次名称"
width="190"
width="200"
align="center"
/>
</el-table>

View File

@ -82,7 +82,7 @@
<!-- // -->
<el-dialog
width="500px"
width="590px"
title="选择批次"
:visible.sync="batchCodeshow"
append-to-body
@ -90,7 +90,7 @@
:before-close="batchCodecancel"
>
<el-table :data="testScorelist" align="center" style="margin-top: 0px">
<el-table-column label="请选择" width="70" align="center">
<el-table-column label="请选择" width="100" align="center">
<template slot-scope="scope">
<el-button
type="primary"
@ -110,13 +110,13 @@
<el-table-column
property="batchCode"
label="批次编号"
width="190"
width="200"
align="center"
/>
<el-table-column
property="batchName"
label="批次名称"
width="190"
width="200"
align="center"
/>
</el-table>

View File

@ -110,13 +110,13 @@
<el-table-column
property="batchCode"
label="批次编号"
width="220"
width="200"
align="center"
/>
<el-table-column
property="batchName"
label="批次名称"
width="220"
width="200"
align="center"
/>
</el-table>

View File

@ -82,7 +82,7 @@
<!-- // -->
<el-dialog
width="500px"
width="590px"
title="选择批次"
:visible.sync="batchCodeshow"
append-to-body
@ -90,7 +90,7 @@
:before-close="batchCodecancel"
>
<el-table :data="testScorelist" align="center" style="margin-top: 0px">
<el-table-column label="请选择" width="70" align="center">
<el-table-column label="请选择" width="100" align="center">
<template slot-scope="scope">
<el-button
type="primary"
@ -110,13 +110,13 @@
<el-table-column
property="batchCode"
label="批次编号"
width="190"
width="200"
align="center"
/>
<el-table-column
property="batchName"
label="批次名称"
width="190"
width="200"
align="center"
/>
</el-table>