zhanbo.xu

feat: demo优化

...@@ -157,10 +157,6 @@ ...@@ -157,10 +157,6 @@
157 </template> 157 </template>
158 <template v-slot:listReceiptStatus="scope"> 158 <template v-slot:listReceiptStatus="scope">
159 海关审结: 159 海关审结:
160 - <el-button type="text" @click.stop="linkChange(scope, 1)">
161 - {{ scope.row.uncompletedCount }}
162 - </el-button>
163 - /
164 <el-button 160 <el-button
165 type="text" 161 type="text"
166 @click.stop="linkChange(scope, 2)" 162 @click.stop="linkChange(scope, 2)"
...@@ -168,6 +164,10 @@ ...@@ -168,6 +164,10 @@
168 > 164 >
169 {{ scope.row.completedCount }} 165 {{ scope.row.completedCount }}
170 </el-button> 166 </el-button>
167 + /
168 + <el-button type="text" @click.stop="linkChange(scope, 1)">
169 + {{ scope.row.uncompletedCount }}
170 + </el-button>
171 </template> 171 </template>
172 <template v-slot:arrivalInReceiptStatus="scope"> 172 <template v-slot:arrivalInReceiptStatus="scope">
173 <TablePopover 173 <TablePopover
......