Browse Source

客户需求管理工作台添加备注,代码优化

pull/98/head
wangxy 3 years ago
parent
commit
67be407d05
1 changed files with 2 additions and 9 deletions
  1. +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>
// isShowAddButton:
import uploadTemplate from "./upload.vue";
export default {
name: "QueryComponent",


Loading…
Cancel
Save