Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-3
Commits
8b56d4db
Commit
8b56d4db
authored
Sep 22, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 页面文件名修改
parent
9383c553
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
index.js
src/router/index.js
+2
-2
guide-setting-new.vue
src/views/enterprise/guide-setting-new.vue
+6
-3
No files found.
src/router/index.js
View file @
8b56d4db
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @Date: 2018-10-10 14:44:45
* @LastEditors: Drama
* @LastEditors: Drama
* @LastEditTime: 2022-09-2
0 15:03:02
* @LastEditTime: 2022-09-2
2 15:51:16
*/
*/
import
Vue
from
'vue'
;
import
Vue
from
'vue'
;
import
Router
from
'vue-router'
;
import
Router
from
'vue-router'
;
...
@@ -120,7 +120,7 @@ export const constantRouterMap = [
...
@@ -120,7 +120,7 @@ export const constantRouterMap = [
path
:
'/guide-setting'
,
path
:
'/guide-setting'
,
name
:
'导购设置'
,
name
:
'导购设置'
,
// component: _import('enterprise', 'guide-setting')
// component: _import('enterprise', 'guide-setting')
component
:
_import
(
'enterprise'
,
'guide-setting-
copy
'
)
component
:
_import
(
'enterprise'
,
'guide-setting-
new
'
)
},
},
{
{
path
:
'/setting'
,
path
:
'/setting'
,
...
...
src/views/enterprise/guide-setting-
copy
.vue
→
src/views/enterprise/guide-setting-
new
.vue
View file @
8b56d4db
...
@@ -4,14 +4,14 @@
...
@@ -4,14 +4,14 @@
* @Author: Drama
* @Author: Drama
* @Date: 2022-09-14 11:09:43
* @Date: 2022-09-14 11:09:43
* @LastEditors: Drama
* @LastEditors: Drama
* @LastEditTime: 2022-09-22 15:
01
:27
* @LastEditTime: 2022-09-22 15:
58
:27
* @FilePath: /haoban-3/src/views/enterprise/guide-setting-
copy
.vue
* @FilePath: /haoban-3/src/views/enterprise/guide-setting-
new
.vue
* Copyright (C) 2022 huzhenhong. All rights reserved.
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
-->
<
template
>
<
template
>
<div
class=
"app-detail-wrap"
>
<div
class=
"app-detail-wrap"
>
<div
class=
"border-box p-t-30 p-l-26 p-r-211"
>
<div
class=
"border-box p-t-30 p-l-26 p-r-211"
>
<el-form
ref=
"ruleForm"
v-model=
"roleForm"
label-width=
"100px"
>
<el-form
class=
"rule-form"
ref=
"ruleForm"
v-model=
"roleForm"
label-width=
"100px"
>
<el-form-item
label=
"应用权限"
required
>
<el-form-item
label=
"应用权限"
required
>
<div
class=
"dis-f"
>
<div
class=
"dis-f"
>
<div
class=
"title-wrap border-box border-radio-2"
>
<div
class=
"title-wrap border-box border-radio-2"
>
...
@@ -224,6 +224,9 @@ export default {
...
@@ -224,6 +224,9 @@ export default {
}
}
</
style
>
</
style
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.rule-form
{
padding-bottom
:
60px
;
}
.el-icon-warning
{
.el-icon-warning
{
width
:
12px
;
width
:
12px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment