Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
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
cb892d07
You need to sign in or sign up before continuing.
Commit
cb892d07
authored
Dec 01, 2022
by
miaojiale
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into dev_Miaojiale
parents
d61adbc1
6ae2bd50
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 @
cb892d07
...
...
@@ -17,7 +17,6 @@
<el-input-number
v-model=
"data.labelWidth"
:min=
"80"
:max=
"500"
:step=
"10"
controls-position=
"right"
placeholder=
"标签宽度"
...
...
packages/WidgetConfig.vue
View file @
cb892d07
...
...
@@ -77,7 +77,6 @@
controls-position=
"right"
placeholder=
"标题宽度"
:min=
"0"
:max=
"400"
></el-input-number>
</el-form-item>
<template
...
...
src/views/screening/components/mixin.js
View file @
cb892d07
...
...
@@ -13,8 +13,6 @@ export default {
formTabs
:
[],
formTabsList
:
[],
isUpdated
:
false
,
name
:
""
,
patient_number
:
""
,
}
},
computed
:
{
...
...
@@ -64,7 +62,7 @@ export default {
getCurrentFormByType
(
type
=
1
)
{
this
.
fromLoading
=
true
getCurrentFormByType
({
type
:
1
,
type
,
groupId
:
this
.
group
.
groupId
,
})
.
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