修改批次框
This commit is contained in:
parent
b4b2f6dcff
commit
e456e64e1e
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
<!-- //批次 -->
|
<!-- //批次 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
width="500px"
|
width="590px"
|
||||||
title="选择批次"
|
title="选择批次"
|
||||||
:visible.sync="batchCodeshow"
|
:visible.sync="batchCodeshow"
|
||||||
append-to-body
|
append-to-body
|
||||||
@ -54,7 +54,7 @@
|
|||||||
:before-close="batchCodecancel"
|
:before-close="batchCodecancel"
|
||||||
>
|
>
|
||||||
<el-table :data="testScorelist" align="center" style="margin-top: 0px">
|
<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">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@ -74,13 +74,13 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchCode"
|
property="batchCode"
|
||||||
label="批次编号"
|
label="批次编号"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchName"
|
property="batchName"
|
||||||
label="批次名称"
|
label="批次名称"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|||||||
@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
<!-- //批次 -->
|
<!-- //批次 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
width="500px"
|
width="590px"
|
||||||
title="选择批次"
|
title="选择批次"
|
||||||
:visible.sync="batchCodeshow"
|
:visible.sync="batchCodeshow"
|
||||||
append-to-body
|
append-to-body
|
||||||
@ -75,7 +75,7 @@
|
|||||||
:before-close="batchCodecancel"
|
:before-close="batchCodecancel"
|
||||||
>
|
>
|
||||||
<el-table :data="testScorelist" align="center" style="margin-top: 0px">
|
<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">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@ -95,13 +95,13 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchCode"
|
property="batchCode"
|
||||||
label="批次编号"
|
label="批次编号"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchName"
|
property="batchName"
|
||||||
label="批次名称"
|
label="批次名称"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
<!-- //批次 -->
|
<!-- //批次 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
width="500px"
|
width="590px"
|
||||||
title="选择批次"
|
title="选择批次"
|
||||||
:visible.sync="batchCodeshow"
|
:visible.sync="batchCodeshow"
|
||||||
append-to-body
|
append-to-body
|
||||||
@ -81,7 +81,7 @@
|
|||||||
:before-close="batchCodecancel"
|
:before-close="batchCodecancel"
|
||||||
>
|
>
|
||||||
<el-table :data="testScorelist" align="center" style="margin-top: 0px">
|
<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">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@ -101,13 +101,13 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchCode"
|
property="batchCode"
|
||||||
label="批次编号"
|
label="批次编号"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchName"
|
property="batchName"
|
||||||
label="批次名称"
|
label="批次名称"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|||||||
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
<!-- //批次 -->
|
<!-- //批次 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
width="500px"
|
width="590px"
|
||||||
title="选择批次"
|
title="选择批次"
|
||||||
:visible.sync="batchCodeshow"
|
:visible.sync="batchCodeshow"
|
||||||
append-to-body
|
append-to-body
|
||||||
@ -54,7 +54,7 @@
|
|||||||
:before-close="batchCodecancel"
|
:before-close="batchCodecancel"
|
||||||
>
|
>
|
||||||
<el-table :data="testScorelist" align="center" style="margin-top: 0px">
|
<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">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@ -74,13 +74,13 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchCode"
|
property="batchCode"
|
||||||
label="批次编号"
|
label="批次编号"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchName"
|
property="batchName"
|
||||||
label="批次名称"
|
label="批次名称"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|||||||
@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
<!-- //批次 -->
|
<!-- //批次 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
width="500px"
|
width="590px"
|
||||||
title="选择批次"
|
title="选择批次"
|
||||||
:visible.sync="batchCodeshow"
|
:visible.sync="batchCodeshow"
|
||||||
append-to-body
|
append-to-body
|
||||||
@ -69,7 +69,7 @@
|
|||||||
:before-close="batchCodecancel"
|
:before-close="batchCodecancel"
|
||||||
>
|
>
|
||||||
<el-table :data="testScorelist" align="center" style="margin-top: 0px">
|
<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">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@ -89,13 +89,13 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchCode"
|
property="batchCode"
|
||||||
label="批次编号"
|
label="批次编号"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchName"
|
property="batchName"
|
||||||
label="批次名称"
|
label="批次名称"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|||||||
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
<!-- //批次 -->
|
<!-- //批次 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
width="500px"
|
width="590px"
|
||||||
title="选择批次"
|
title="选择批次"
|
||||||
:visible.sync="batchCodeshow"
|
:visible.sync="batchCodeshow"
|
||||||
append-to-body
|
append-to-body
|
||||||
@ -54,7 +54,7 @@
|
|||||||
:before-close="batchCodecancel"
|
:before-close="batchCodecancel"
|
||||||
>
|
>
|
||||||
<el-table :data="testScorelist" align="center" style="margin-top: 0px">
|
<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">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@ -74,13 +74,13 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchCode"
|
property="batchCode"
|
||||||
label="批次编号"
|
label="批次编号"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
property="batchName"
|
property="batchName"
|
||||||
label="批次名称"
|
label="批次名称"
|
||||||
width="190"
|
width="200"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
</el-table>
|
</el-table>
|
||||||
@ -227,7 +227,7 @@
|
|||||||
<div slot="header" style="text-align: center">
|
<div slot="header" style="text-align: center">
|
||||||
<img style="width: 40px" src="@/icons/笑脸.png" alt="" />
|
<img style="width: 40px" src="@/icons/笑脸.png" alt="" />
|
||||||
|
|
||||||
<div><!-- card title -->该批次暂无数据</div>
|
<div><!-- card title -->该幼儿园此批次暂无数据</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- card body -->
|
<!-- card body -->
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user