明树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
828918e8
Commit
828918e8
authored
Mar 13, 2026
by
yangyajing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改空值判断
parent
e4d2f02a
Pipeline
#108304
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
addProject.vue
src/views/projectManage/addProject.vue
+5
-5
No files found.
src/views/projectManage/addProject.vue
View file @
828918e8
...
...
@@ -2556,7 +2556,7 @@
>
<template
#
default=
"scope_"
>
<!-- 去掉空白单元行 -->
<el-input-number
v-if=
"scope_.row[col.children[1].key]"
<el-input-number
v-if=
"scope_.row[col.children[1].key]
|| scope_.row[col.children[1].key] === 0
"
v-model=
"scope_.row[col_.key.toString()]"
:min=
"0"
:max=
"99999999999.99999999"
controls-position=
"right"
/>
...
...
@@ -2597,7 +2597,7 @@
>
<template
#
default=
"scope_"
>
<!-- 去掉空白单元行 -->
<el-input-number
v-if=
"scope_.row[col.children[1].key]"
<el-input-number
v-if=
"scope_.row[col.children[1].key]
|| scope_.row[col.children[1].key] === 0
"
v-model=
"scope_.row[col_.key.toString()]"
:min=
"0"
:max=
"99999999999.99999999"
controls-position=
"right"
/>
...
...
@@ -2638,7 +2638,7 @@
>
<template
#
default=
"scope_"
>
<!-- 去掉空白单元行 -->
<el-input-number
v-if=
"scope_.row[col.children[1].key]"
<el-input-number
v-if=
"scope_.row[col.children[1].key]
|| scope_.row[col.children[1].key] === 0
"
v-model=
"scope_.row[col_.key.toString()]"
:min=
"0"
:max=
"99999999999.99999999"
controls-position=
"right"
/>
...
...
@@ -2679,7 +2679,7 @@
>
<template
#
default=
"scope_"
>
<!-- 去掉空白单元行 -->
<el-input-number
v-if=
"scope_.row[col.children[1].key]"
<el-input-number
v-if=
"scope_.row[col.children[1].key]
|| scope_.row[col.children[1].key] === 0
"
v-model=
"scope_.row[col_.key.toString()]"
:min=
"0"
:max=
"99999999999.99999999"
controls-position=
"right"
/>
...
...
@@ -2720,7 +2720,7 @@
>
<template
#
default=
"scope_"
>
<!-- 去掉空白单元行 -->
<el-input-number
v-if=
"scope_.row[col.children[1].key]"
<el-input-number
v-if=
"scope_.row[col.children[1].key]
| scope_.row[col.children[1].key] === 0
"
v-model=
"scope_.row[col_.key.toString()]"
:min=
"0"
:max=
"99999999999.99999999"
controls-position=
"right"
/>
...
...
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