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
客户需求管理工作台添加备注,代码优化
pull/98/head
wangxy
3 years ago
parent
093789cfcd
commit
67be407d05
1 changed files
with
2 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-9
src/components/queryComponent/index.vue
+ 2
- 9
src/components/queryComponent/index.vue
View File
@ -26,16 +26,8 @@
style
=
"width: 200px;margin-right:10px;"
/
>
<
el
-input
v
-
if
=
"isShowAddButton"
v
-
model
=
"SearchId"
placeholder
=
"检索条件:零件号"
clearable
style
=
"width: 200px"
/
>
<
el
-input
v
-
else
v
-
model
=
"SearchId"
placeholder
=
"检索条件:零件号/版本号"
:
placeholder
=
"isShowAddButton ? '检索条件:零件号' : '检索条件:零件号/版本号'"
clearable
style
=
"width: 200px"
/
>
@ -56,6 +48,7 @@
<
/
template
>
<
script
>
/
/
i
s
S
h
o
w
A
d
d
B
u
t
t
o
n
:
是
否
显
示
新
增
按
钮
图
标
,
也
用
来
区
分
预
测
版
本
列
表
组
件
需
要
显
示
的
功
能
import
uploadTemplate
from
"./upload.vue"
;
export
default
{
name
:
"QueryComponent"
,
Write
Preview
Loading…
Cancel
Save