Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
郑艺斌
/
emaint-web-master
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8364c3e7
authored
Dec 06, 2022
by
郑艺斌
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改标题名称
parent
bd67d3d3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/router/router.js
src/views/commonProblem/index.vue
src/router/router.js
View file @
8364c3e7
This diff is collapsed.
Click to expand it.
src/views/commonProblem/index.vue
View file @
8364c3e7
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
<Form
ref=
"updateForm"
:model=
"updateForm"
:label-width=
"100"
:rules=
"ruleAdd"
>
<Form
ref=
"updateForm"
:model=
"updateForm"
:label-width=
"100"
:rules=
"ruleAdd"
>
<Row>
<Row>
<Col
span=
"20"
>
<Col
span=
"20"
>
<FormItem
label=
"
常见问
题"
prop=
"problem"
>
<FormItem
label=
"
标
题"
prop=
"problem"
>
<Input
v-model=
"updateForm.problem"
placeholder=
"请输入常见问题"
></Input>
<Input
v-model=
"updateForm.problem"
placeholder=
"请输入常见问题"
></Input>
</FormItem>
</FormItem>
</Col>
</Col>
...
@@ -184,7 +184,7 @@ export default {
...
@@ -184,7 +184,7 @@ export default {
parentId
:
"null"
,
parentId
:
"null"
,
problem
:
""
,
problem
:
""
,
watch
:
true
,
watch
:
true
,
label
:
""
label
:
"
0
"
},
},
//表格
//表格
tableConfig
:
{
tableConfig
:
{
...
@@ -337,11 +337,11 @@ export default {
...
@@ -337,11 +337,11 @@ export default {
]
]
},
},
tabsList
:
[
tabsList
:
[
{
label
:
'全部'
,
value
:
''
},
//
{ label: '全部', value: '' },
{
label
:
'常见问题'
,
value
:
'0'
},
{
label
:
'常见问题'
,
value
:
'0'
},
{
label
:
'解决方案'
,
value
:
'1'
},
{
label
:
'解决方案'
,
value
:
'1'
},
],
],
tabActive
:
''
tabActive
:
'
0
'
};
};
},
},
computed
:
{
computed
:
{
...
...
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