This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request '恢复主计划当数据为空时显示' (
#92
) from xuxiaoming into develop
Reviewed-on:
http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/92
pull/94/head
xuxiaoming
3 years ago
parent
c03eea3e51
58d1dfbc2c
commit
0dc781eafb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue
+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue
View File
@ -102,7 +102,7 @@
:
disabled
=
"item.charAt(item.length - 1) == '*'"
size
=
"mini"
>
<
/
e
l
-
i
n
p
u
t
>
<
span
v-else
>
{{
scope.row
[
item
]
=
=
"
"
?
0
:
scope.row
[
item
]
}}
<
/
span
>
<
span
v-else
>
{{
scope.row
[
item
]
}}
<
/
span
>
<
/
template
>
<
/
e
l
-
t
a
b
l
e
-
c
o
l
u
m
n
>
Write
Preview
Loading…
Cancel
Save