From b413394a0a4bdbb2b3af67f3faf86b3b7351655a Mon Sep 17 00:00:00 2001 From: jazz <jazzxhunter@163.com> Date: 星期三, 24 八月 2022 11:20:31 +0800 Subject: [PATCH] update_202208241120_临时发送添加短信类型 --- src/pages/system/banner.vue | 28 ++++++++++++++++++++-------- 1 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/pages/system/banner.vue b/src/pages/system/banner.vue index 8fd46ed..9cfe56e 100644 --- a/src/pages/system/banner.vue +++ b/src/pages/system/banner.vue @@ -19,7 +19,12 @@ <el-table-column type="index" label="搴忓彿" align="center" width="60" /> <el-table-column label="鍥剧墖" prop="imgUrl" align="center" min-width="120"> <template slot-scope="scope"> - <el-image :src="scope.row.imgUrl" style="width:80px;height:80px" fit="contain" :preview-src-list="[scope.row.imgUrl]" /> + <el-image :src="scope.row.imgUrl" style="width:80px;height:80px" fit="contain" :preview-src-list="[scope.row.imgUrl]"> + <div slot="error" class="image-slot"> + <!-- 鍥剧墖鏄剧ず澶辫触鍥炬爣 --> + <img src="https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png" style="width:80px;height:80px"> + </div> + </el-image> </template> </el-table-column> <el-table-column prop="jumpType" label="璺宠浆绫诲瀷" align="center" min-width="120"> @@ -68,7 +73,7 @@ <!-- 灏哄 --> 杞挱鍥撅細<br><span style="color: #999;font-size: 12px">(xxx*xxx鍍忕礌)</span> </span> - <!-- 涓婁紶鍥剧墖缁勪欢(澶氬浘) --> + <!-- 涓婁紶鍥剧墖缁勪欢(鍗曞浘) --> <UploadSingleImg ref="refUploadImg" v-model="dialogData.uploadImgs" @@ -138,6 +143,19 @@ pageSize: 20, // 鍒嗛〉 鈫戔啈鈫戔啈鈫戔啈鈫戔啈鈫戔啈 + jumpTypeOpt: [ + { label: '涓嶈烦杞�', value: 0 }, + { label: '灏忕▼搴忛〉闈�', value: 1 }, + { label: 'H5椤甸潰', value: 2 }, + { label: '鍏跺畠灏忕▼搴�', value: 3 } + ], + + envVersionOpt: [ + { label: '寮�鍙戠増', value: 'develop' }, + { label: '浣撻獙鐗�', value: 'trial' }, + { label: '姝e紡鐗�', value: 'release' } + ], + // 鏄剧ず寮圭獥 isShowDialog: false, @@ -171,12 +189,6 @@ uploadImgs: [] } - } - }, - computed: { - // 涓婁紶绂佺敤 - uploadDisabled() { - return this.dialogData.uploadImgs.length > 0 } }, mounted() { -- Gitblit v1.8.0