Skip to content

Commit

Permalink
【轮播图管理】平台同步为“移动端”
Browse files Browse the repository at this point in the history
  • Loading branch information
z1hui committed Sep 27, 2022
1 parent 473ee2c commit e15f46c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- 平台 -->
<el-table-column label="平台" prop="icon" align="center">
<template slot-scope="{row}">
<span>{{ ['小程序', 'PC端'][row.imgType] }}</span>
<span>{{ ['移动端', 'PC端'][row.imgType] }}</span>
</template>
</el-table-column>
<!-- 操作 -->
Expand Down

0 comments on commit e15f46c

Please sign in to comment.