Browse Source

【nev-pad】优化

ag_report_nev
安虹睿 11 months ago
parent
commit
3f683e413c
  1. 2
      fe/PC/src/views/padManage/components/padListPage/index.vue
  2. 4
      fe/PC/src/views/padManage/isPadForTransferLibJob.vue

2
fe/PC/src/views/padManage/components/padListPage/index.vue

@ -48,7 +48,7 @@
<el-button circle icon="el-icon-upload2" type="primary" class="pageToTop" @click="pageToTopHandle"></el-button>
</div>
<!-- 列表 -->
<div class="padListCard" id="padListCard" v-loading="padListLoading">
<div class="padListCard" v-show="padListData && padListData.length > 0" id="padListCard" v-loading="padListLoading">
<div
class="padListRow"
v-for="(item,index) in padListData"

4
fe/PC/src/views/padManage/isPadForTransferLibJob.vue

@ -136,8 +136,8 @@ export default {
requestNumber:"",
},
searchForm:[
{label:'传入申请单号',prop:'callRequestNumber',type:'input',width:'140px'},
{label:'传入任务单号',prop:'callJobNumber',type:'input',width:'140px'},
{label:'传入申请单号',prop:'callRequestNumber',type:'input',width:'140px',action:'Like'},
{label:'传入任务单号',prop:'callJobNumber',type:'input',width:'140px',action:'Like'},
],
showFilterSta:false,
headerButton:[

Loading…
Cancel
Save