Compare commits
No commits in common. "2f38c2edae6e050c9ccc053a82ae8cba0fd0407e" and "809f6ff437a5a894ed1c9a41acce30211a2ca89e" have entirely different histories.
2f38c2edae
...
809f6ff437
|
@ -281,9 +281,6 @@ export default {
|
||||||
// 详情
|
// 详情
|
||||||
getDetail (data) {
|
getDetail (data) {
|
||||||
this.dataForm = data
|
this.dataForm = data
|
||||||
const _imgObj = data.fuseAttrList.find(v => v.attrType == '服务图片') || {}
|
|
||||||
this.imageUrl = _imgObj.attrValue
|
|
||||||
|
|
||||||
},
|
},
|
||||||
handleAvatarSuccess (res, file) {
|
handleAvatarSuccess (res, file) {
|
||||||
if (res.code !== 0) {
|
if (res.code !== 0) {
|
||||||
|
|
|
@ -81,8 +81,7 @@ js:
|
||||||
<!-- <el-radio-group v-model:value="data.note1" v-else-if="type == 'radio'">
|
<!-- <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 v-for="item in options" :label="item.dictLabel" :key="item.dictLabel">{{item.dictLabel}}</el-radio>
|
||||||
</el-radio-group> -->
|
</el-radio-group> -->
|
||||||
<a-textarea v-else-if="type == 'textArea'" @change="changeIiem(name,data.note1)" v-model:value="data.note1"
|
<a-textarea v-else-if="type == 'textArea'" @change="changeIiem(name,data.note1)" v-model:value="data.note1" :showCount="true" :maxlength="200" :placeholder="'请填写' + name" />
|
||||||
maxLength="200" :placeholder="'请填写' + name" />
|
|
||||||
<div class="block" v-else-if="type == 'date'">
|
<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 v-model="data.note1" type="date" :placeholder="'选择' + name" value-format="yyyy-MM-dd">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
|
|
|
@ -157,11 +157,7 @@ const addShoppingCart = () => {
|
||||||
}
|
}
|
||||||
//进入场景入口
|
//进入场景入口
|
||||||
const openScene = (val) => {
|
const openScene = (val) => {
|
||||||
if(val==''){
|
window.open(val, '_blank')
|
||||||
message.info("未配置场景入口")
|
|
||||||
}else{
|
|
||||||
window.open(val, '_blank')
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// // 立即申请
|
// // 立即申请
|
||||||
function toView() {
|
function toView() {
|
||||||
|
|
|
@ -392,12 +392,7 @@
|
||||||
|
|
||||||
//进入场景入口
|
//进入场景入口
|
||||||
const openScene = (val) => {
|
const openScene = (val) => {
|
||||||
if(val==''){
|
window.open(val, '_blank')
|
||||||
message.info("未配置场景入口")
|
|
||||||
}else{
|
|
||||||
window.open(val, '_blank')
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
const selectNav = (key) => {
|
const selectNav = (key) => {
|
||||||
selectNow.value = key
|
selectNow.value = key
|
||||||
|
|
Loading…
Reference in New Issue