Commit 2fbd2bde by 刘泽奇

123

parent fcd4a14b
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="address" label="操作" class-name="jdindentlist-tablecolumn-handle"> <!-- <el-table-column prop="address" label="操作" class-name="jdindentlist-tablecolumn-handle">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button v-show="showDetails(scope.$index, scope.row)" <el-button v-show="showDetails(scope.$index, scope.row)"
style="border:0;width:100%;color: #0F8EE9;" size="mini" style="border:0;width:100%;color: #0F8EE9;" size="mini"
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
style="border:0;width:100%;color: #0F8EE9;margin:0;" size="mini" style="border:0;width:100%;color: #0F8EE9;margin:0;" size="mini"
@click="goSelftmreg(scope.$index, scope.row)">去注册</el-button> @click="goSelftmreg(scope.$index, scope.row)">去注册</el-button>
</template> </template>
</el-table-column> </el-table-column> -->
</el-table> </el-table>
<div class="jdindentlist-list-page"> <div class="jdindentlist-list-page">
<el-pagination @current-change="handleSizeChange()" :current-page.sync="currentPage" <el-pagination @current-change="handleSizeChange()" :current-page.sync="currentPage"
......
...@@ -546,7 +546,9 @@ ...@@ -546,7 +546,9 @@
} }
}, },
showDetails(idx, row){ showDetails(idx, row){
if (row.deliveryStatus != "dqrfa") { if (row.deliveryStatus == 'dfwsfw') {
return false;
} else if (row.deliveryStatus != 'dqrfa') {
if (this.showReg(idx, row)) { if (this.showReg(idx, row)) {
return false return false
} }
...@@ -554,7 +556,6 @@ ...@@ -554,7 +556,6 @@
} else { } else {
return false; return false;
} }
}, },
showReg(idx, row){ showReg(idx, row){
if (row.itemCode == 'zzsbzc') { if (row.itemCode == 'zzsbzc') {
......
...@@ -551,10 +551,9 @@ ...@@ -551,10 +551,9 @@
} }
}, },
showDetails(idx, row){ showDetails(idx, row){
if(row.deliveryStatus == 'dfwsfw'){ if (row.deliveryStatus == 'dfwsfw') {
return false; return false;
} } else if (row.deliveryStatus != 'dqrfa') {
if (row.deliveryStatus != 'dqrfa') {
if (this.showReg(idx, row)) { if (this.showReg(idx, row)) {
return false return false
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment