Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
bdc60142
Commit
bdc60142
authored
Jun 29, 2023
by
yangzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:严格模式
parent
1df52b81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
15 deletions
+12
-15
src/views/saasManage/indexPage.vue
+12
-14
vue.config.js
+0
-1
No files found.
src/views/saasManage/indexPage.vue
View file @
bdc60142
...
...
@@ -129,8 +129,10 @@
header-align=
"center"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<a
:href=
"scope.row.domain"
>
{{
scope
.
row
.
domain
}}
</a>
<template
slot-scope=
"scope"
>
<a
:href=
"scope.row.domain"
>
{{
scope
.
row
.
domain
}}
</a>
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -275,17 +277,13 @@
:rules=
"[
{ required: true, message: '请选择状态' },
]"
>
<el-radio
v-model=
"editForm.status"
:label=
"true"
>
启用
</el-radio
>
<el-radio
v-model=
"editForm.status"
:label=
"false"
>
禁用
</el-radio
>
>
<el-radio
v-model=
"editForm.status"
:label=
"true"
>
启用
</el-radio
>
<el-radio
v-model=
"editForm.status"
:label=
"false"
>
禁用
</el-radio
>
</el-form-item>
<el-form-item
label=
"公司名称"
...
...
@@ -408,7 +406,7 @@ export default {
editId
:
undefined
,
editForm
:
{
domain
:
''
,
status
:
true
,
status
:
true
,
},
total
:
0
,
pageSize
:
50
,
...
...
vue.config.js
View file @
bdc60142
const
{
defineConfig
}
=
require
(
'@vue/cli-service'
)
module
.
exports
=
defineConfig
({
lintOnSave
:
false
,
transpileDependencies
:
true
,
devServer
:
{
port
:
8082
,
...
...
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