Commit 8b56d4db by Jings

update: 页面文件名修改

parent 9383c553
...@@ -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-20 15:03:02 * @LastEditTime: 2022-09-22 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',
......
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment