Compare commits

..

No commits in common. "2f38c2edae6e050c9ccc053a82ae8cba0fd0407e" and "809f6ff437a5a894ed1c9a41acce30211a2ca89e" have entirely different histories.

4 changed files with 3 additions and 16 deletions

View File

@ -281,9 +281,6 @@ export default {
//
getDetail (data) {
this.dataForm = data
const _imgObj = data.fuseAttrList.find(v => v.attrType == '服务图片') || {}
this.imageUrl = _imgObj.attrValue
},
handleAvatarSuccess (res, file) {
if (res.code !== 0) {

View File

@ -81,8 +81,7 @@ js:
<!-- <el-radio-group v-model:value="data.note1" v-else-if="type == 'radio'">
<el-radio v-for="item in options" :label="item.dictLabel" :key="item.dictLabel">{{item.dictLabel}}</el-radio>
</el-radio-group> -->
<a-textarea v-else-if="type == 'textArea'" @change="changeIiem(name,data.note1)" v-model:value="data.note1"
maxLength="200" :placeholder="'请填写' + name" />
<a-textarea v-else-if="type == 'textArea'" @change="changeIiem(name,data.note1)" v-model:value="data.note1" :showCount="true" :maxlength="200" :placeholder="'请填写' + name" />
<div class="block" v-else-if="type == 'date'">
<el-date-picker v-model="data.note1" type="date" :placeholder="'选择' + name" value-format="yyyy-MM-dd">
</el-date-picker>

View File

@ -157,11 +157,7 @@ const addShoppingCart = () => {
}
//
const openScene = (val) => {
if(val==''){
message.info("未配置场景入口")
}else{
window.open(val, '_blank')
}
window.open(val, '_blank')
}
// //
function toView() {

View File

@ -392,12 +392,7 @@
//
const openScene = (val) => {
if(val==''){
message.info("未配置场景入口")
}else{
window.open(val, '_blank')
}
window.open(val, '_blank')
}
const selectNav = (key) => {
selectNow.value = key