jiangping
2024-02-29 8b00bff78ba86989df613fcc7b09e7f64e135a52
admin/src/views/index.vue
@@ -88,7 +88,7 @@
            label="处理"
            width="80">
            <template slot-scope="scope">
              <el-button type="text" @click="departure(scope.row.id)">离场</el-button>
              <el-button type="text" @click="departure(scope.row.id)" v-if="scope.row.outStatus === 1">离厂</el-button>
            </template>
          </el-table-column>
        </el-table>