Browse Source

fix: bug 修改

master
betaqi 3 weeks ago
parent
commit
a7e768cda4
  1. 2
      src/pages/deviceInfo/index.vue

2
src/pages/deviceInfo/index.vue

@ -75,7 +75,7 @@ @@ -75,7 +75,7 @@
<el-dropdown-item command="delivery" v-if="scope.row.status === 2">
<Icon icon="solar:inbox-out-outline" />出库
</el-dropdown-item>
<el-dropdown-item command="printLabel " v-if="scope.row.status >= 1">
<el-dropdown-item command="printLabel" v-if="scope.row.status >= 1">
<Icon icon="solar:printer-outline" />
打印标签
</el-dropdown-item>

Loading…
Cancel
Save