File tree Expand file tree Collapse file tree 17 files changed +29
-3
lines changed Expand file tree Collapse file tree 17 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,6 @@ export default {
28
28
<style scoped>
29
29
.el-alert--success.is-light {
30
30
margin-bottom : 10px ;
31
+ cursor : pointer ;
31
32
}
32
33
</style >
Original file line number Diff line number Diff line change @@ -119,6 +119,13 @@ service.interceptors.response.use(async res => {
119
119
type : 'error'
120
120
} )
121
121
return Promise . reject ( new Error ( msg ) )
122
+ } else if ( code === 501 ) {
123
+ Message ( {
124
+ type : 'error' ,
125
+ duration : 0 ,
126
+ message : msg
127
+ } )
128
+ return Promise . reject ( new Error ( msg ) )
122
129
} else if ( code === 901 ) {
123
130
Message ( {
124
131
type : 'error' ,
Original file line number Diff line number Diff line change 545
545
<el-switch v-model =" activeData.__config__.required" />
546
546
</el-form-item >
547
547
548
- <template v-if =" activeData .__config__ .layoutTree " >
548
+ <template v-if =" activeData .__config__ .layoutTree " v-slot = " { node , data } " >
549
549
<el-divider >布局结构树</el-divider >
550
550
<el-tree
551
551
:data =" [activeData.__config__]"
554
554
default-expand-all
555
555
draggable
556
556
>
557
- <span v-slot = " { node, data } " >
557
+ <span >
558
558
<span class =" node-label" >
559
559
<svg-icon class =" node-icon" :icon-class =" data.__config__?data.__config__.tagIcon:data.tagIcon" />
560
560
{{ node.label }}
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 功能开启" url =" https://doc.iocoder.cn/mall/build/" />
3
4
4
5
<!-- 搜索工作栏 -->
5
6
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 功能开启" url =" https://doc.iocoder.cn/mall/build/" />
3
4
4
- « <el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
5
+ <el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
5
6
<el-form-item label =" 品牌名称" prop =" name" >
6
7
<el-input v-model =" queryParams.name" placeholder =" 请输入品牌名称" clearable @keyup.enter.native =" handleQuery" />
7
8
</el-form-item >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 功能开启" url =" https://doc.iocoder.cn/mall/build/" />
3
4
4
5
<!-- 搜索工作栏 -->
5
6
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 功能开启" url =" https://doc.iocoder.cn/mall/build/" />
3
4
4
5
<!-- 搜索工作栏 -->
5
6
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 功能开启" url =" https://doc.iocoder.cn/mall/build/" />
4
+
3
5
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
4
6
<el-form-item label =" 属性项" prop =" propertyId" >
5
7
<el-select v-model =" queryParams.propertyId" >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 功能开启" url =" https://doc.iocoder.cn/mall/build/" />
4
+
3
5
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
4
6
<el-form-item label =" 商品名称" prop =" name" >
5
7
<el-input v-model =" queryParams.name" placeholder =" 请输入商品名称" clearable @keyup.enter.native =" handleQuery" />
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 功能开启" url =" https://doc.iocoder.cn/mall/build/" />
4
+
3
5
<!-- 搜索工作栏 -->
4
6
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
5
7
<el-form-item label =" 会员昵称" prop =" nickname" >
You can’t perform that action at this time.
0 commit comments