From d7fe8ae3888c8e2b1eea3c1e3769be0d42a21cc9 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 16 十月 2023 09:03:47 +0800 Subject: [PATCH] Merge branch '1.0.3' of http://139.186.142.91:10010/r/productDev/dmMes into 1.0.3 --- platform_web/src/views/system/menuH5.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/platform_web/src/views/system/menuH5.vue b/platform_web/src/views/system/menuH5.vue index cfc1906..ebae085 100644 --- a/platform_web/src/views/system/menuH5.vue +++ b/platform_web/src/views/system/menuH5.vue @@ -23,11 +23,12 @@ <el-table-column prop="name" label="鑿滃崟鍚嶇О" fixed="left" align="center" min-width="160px"></el-table-column> <el-table-column prop="icon" label="鍥炬爣" align="center" min-width="80px" class-name="table-column-icon"> <template slot-scope="{row}"> - <el-image v-if="row.icon != null && row.icon !== ''" style="width: 40px; height: 40px;" :src="row.icon"></el-image> + <el-image v-if="row.icon != null && row.icon !== ''" style="width: 40px; height: 40px;" :src="row.resourcePath + row.icon"></el-image> <template v-else>鏈缃�</template> </template> </el-table-column> - <el-table-column prop="path" label="璁块棶璺緞" align="center" min-width="140px"></el-table-column> + <el-table-column prop="path" label="h5璁块棶璺緞" align="center" min-width="140px"></el-table-column> + <el-table-column prop="pathSec" label="灏忕▼搴忚闂矾寰�" align="center" min-width="140px"></el-table-column> <el-table-column prop="remark" label="澶囨敞" align="center" min-width="120px"></el-table-column> <el-table-column prop="createUser" label="鍒涘缓浜�" align="center" min-width="100px"> <template slot-scope="{row}">{{row.createUserInfo == null ? '' : row.createUserInfo.username}}</template> -- Gitblit v1.9.3