Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
6ae2bd50
Commit
6ae2bd50
authored
Dec 01, 2022
by
liang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
1bd4127d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
FormConfig.vue
packages/FormConfig.vue
+0
-1
WidgetConfig.vue
packages/WidgetConfig.vue
+0
-1
mixin.js
src/views/screening/components/mixin.js
+1
-3
No files found.
packages/FormConfig.vue
View file @
6ae2bd50
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
<el-input-number
<el-input-number
v-model=
"data.labelWidth"
v-model=
"data.labelWidth"
:min=
"80"
:min=
"80"
:max=
"500"
:step=
"10"
:step=
"10"
controls-position=
"right"
controls-position=
"right"
placeholder=
"标签宽度"
placeholder=
"标签宽度"
...
...
packages/WidgetConfig.vue
View file @
6ae2bd50
...
@@ -77,7 +77,6 @@
...
@@ -77,7 +77,6 @@
controls-position=
"right"
controls-position=
"right"
placeholder=
"标题宽度"
placeholder=
"标题宽度"
:min=
"0"
:min=
"0"
:max=
"400"
></el-input-number>
></el-input-number>
</el-form-item>
</el-form-item>
<template
<template
...
...
src/views/screening/components/mixin.js
View file @
6ae2bd50
...
@@ -13,8 +13,6 @@ export default {
...
@@ -13,8 +13,6 @@ export default {
formTabs
:
[],
formTabs
:
[],
formTabsList
:
[],
formTabsList
:
[],
isUpdated
:
false
,
isUpdated
:
false
,
name
:
""
,
patient_number
:
""
,
}
}
},
},
computed
:
{
computed
:
{
...
@@ -64,7 +62,7 @@ export default {
...
@@ -64,7 +62,7 @@ export default {
getCurrentFormByType
(
type
=
1
)
{
getCurrentFormByType
(
type
=
1
)
{
this
.
fromLoading
=
true
this
.
fromLoading
=
true
getCurrentFormByType
({
getCurrentFormByType
({
type
:
1
,
type
,
groupId
:
this
.
group
.
groupId
,
groupId
:
this
.
group
.
groupId
,
})
})
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
...
...
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