From 5c6f0022bd4227d64f846ea16741f8463b5e4286 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 27 二月 2026 18:31:47 +0800
Subject: [PATCH] 小程序 接口开发
---
admin/src/views/business/information.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/admin/src/views/business/information.vue b/admin/src/views/business/information.vue
index ff61e15..a286f83 100644
--- a/admin/src/views/business/information.vue
+++ b/admin/src/views/business/information.vue
@@ -73,7 +73,7 @@
<el-table-column prop="name" label="鏍囬" align="center" min-width="100px"></el-table-column>
<el-table-column prop="lablesName" label="鎵�灞炲垎绫�" align="center" min-width="100px"></el-table-column>
<el-table-column prop="brandName" label="鎵�灞炲搧鐗�" align="center" min-width="100px"></el-table-column>
- <el-table-column prop="content" label="鏁版嵁鍊�" min-width="100px">
+ <el-table-column prop="content" label="璇︽儏" min-width="100px">
<template slot-scope="{row}">
<div v-if="row.content">
<el-button v-if="row.contentType == 1" title="鐐瑰嚮璺宠浆澶栭摼鏌ョ湅" type="text" @click="openUrl(row)" >鐐瑰嚮璺宠浆</el-button>
--
Gitblit v1.9.3