明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jt_front
Commits
323e4023
Commit
323e4023
authored
Mar 13, 2026
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
把是否key换成字符串
parent
327efb71
Pipeline
#108293
passed with stage
in 21 seconds
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
50 deletions
+50
-50
addControl.vue
src/views/investingManage/addControl.vue
+2
-2
addRisk.vue
src/views/investingManage/addRisk.vue
+2
-2
addProject.vue
src/views/projectManage/addProject.vue
+46
-46
No files found.
src/views/investingManage/addControl.vue
View file @
323e4023
...
...
@@ -252,8 +252,8 @@
<el-table-column
prop=
"sfgx"
label=
"是否更新"
width=
"160"
>
<
template
#
default=
"scope"
>
<el-radio-group
v-model=
"scope.row.sfgx"
>
<el-radio
:
value=
"1"
>
是
</el-radio>
<el-radio
:
value=
"2"
>
否
</el-radio>
<el-radio
value=
"1"
>
是
</el-radio>
<el-radio
value=
"2"
>
否
</el-radio>
</el-radio-group>
</
template
>
</el-table-column>
...
...
src/views/investingManage/addRisk.vue
View file @
323e4023
...
...
@@ -216,8 +216,8 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"是否当期新增"
>
<el-radio-group
v-model=
"formData.sfdqxz"
>
<el-radio
:
value=
"1"
>
是
</el-radio>
<el-radio
:
value=
"2"
>
否
</el-radio>
<el-radio
value=
"1"
>
是
</el-radio>
<el-radio
value=
"2"
>
否
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
...
...
src/views/projectManage/addProject.vue
View file @
323e4023
This diff is collapsed.
Click to expand it.
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