@@ -258,7 +258,7 @@ export default {
},
computed: {
showTplBtn () {
- return this.orginData.length > 0
+ return this.orginData.length == 0
columns () {
const _this = this