This commit is contained in:
linfso 2025-01-06 10:49:22 +08:00
parent 80138aa34c
commit f4a0e1b843
5 changed files with 4 additions and 1180 deletions

View File

@ -555,7 +555,7 @@
<el-table-column :label="$t('数据来源')" align="center" prop="dataFrom" min-width="80" />
<el-table-column :label="$t('图片上传')" align="center" prop="blUploadPic" min-width="100" >
<template slot-scope="scope">
<el-tag v-if="scope.row.goodsPics!=''" type="success">是</el-tag>
<el-tag v-if="scope.row.goodsPics!=null && scope.row.goodsPics!=''" type="success">是</el-tag>
<el-tag v-else type="danger">否</el-tag>
</template>
</el-table-column>

View File

@ -557,7 +557,7 @@
<el-table-column :label="$t('图片上传')" align="center" prop="blUploadPic" min-width="100" >
<template slot-scope="scope">
<el-tag v-if="scope.row.goodsPics!=''" type="success">是</el-tag>
<el-tag v-if="scope.row.goodsPics!=null && scope.row.goodsPics!=''" type="success">是</el-tag>
<el-tag v-else type="danger">否</el-tag>
</template>
</el-table-column>

File diff suppressed because it is too large Load Diff

View File

@ -522,7 +522,7 @@
<el-table-column :label="$t('数据来源')" align="center" prop="dataFrom" min-width="80" />
<el-table-column :label="$t('图片上传')" align="center" prop="blUploadPic" min-width="100" >
<template slot-scope="scope">
<el-tag v-if="scope.row.goodsPics!=''" type="success">是</el-tag>
<el-tag v-if="scope.row.goodsPics!=null && scope.row.goodsPics!=''" type="success">是</el-tag>
<el-tag v-else type="danger">否</el-tag>
</template>
</el-table-column>

View File

@ -527,7 +527,7 @@
<el-table-column :label="$t('数据来源')" align="center" prop="dataFrom" min-width="80" />
<el-table-column :label="$t('图片上传')" align="center" prop="blUploadPic" min-width="100" >
<template slot-scope="scope">
<el-tag v-if="scope.row.goodsPics!=''" type="success">是</el-tag>
<el-tag v-if="scope.row.goodsPics!=null && scope.row.goodsPics!=''" type="success">是</el-tag>
<el-tag v-else type="danger">否</el-tag>
</template>
</el-table-column>