|
|
|
@ -323,7 +323,7 @@ export default { |
|
|
|
<el-form :model="basePicture" label-position="top"> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-form-item label="Picture Description"> |
|
|
|
<el-form-item label="Certification Code Description"> |
|
|
|
<el-input v-model="basePicture.pictureDesc"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
@ -342,7 +342,7 @@ export default { |
|
|
|
<div style="display: flex" v-loading="basePictureLoading"> |
|
|
|
<el-table :data="basePictureList" border :height="400" @selection-change="handleBaseSelectionChange" :style="`width: 100%;margin-top: 5px`"> |
|
|
|
<el-table-column type="selection" width="55" align="center"></el-table-column> |
|
|
|
<el-table-column prop="certificationNo" label="Certification No" min-width="80"/> |
|
|
|
<el-table-column prop="certificationNo" label="Certification Code" min-width="80"/> |
|
|
|
<el-table-column prop="pictureDesc" label="Certification Description" min-width="120"/> |
|
|
|
<el-table-column label="Actions" width="60" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
@ -356,7 +356,7 @@ export default { |
|
|
|
</div> |
|
|
|
<el-table :data="dataList" border :height="400" @selection-change="handleSelectionChange" :style="`width: 100%;margin-top: 5px`"> |
|
|
|
<el-table-column type="selection" width="55" align="center"></el-table-column> |
|
|
|
<el-table-column prop="certificationNo" label="Certification No" min-width="80"/> |
|
|
|
<el-table-column prop="certificationNo" label="Certification Code" min-width="80"/> |
|
|
|
<el-table-column prop="pictureDesc" label="Certification Description" min-width="120"/> |
|
|
|
<el-table-column label="Actions" width="60" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
|