add 窑炉等待室和检测平台“
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
<template>
|
||||
<div v-if="showCarPayload" class="car-payload-dialog">
|
||||
<div class="backdrop"></div>
|
||||
<div class="card">
|
||||
<!-- table -->
|
||||
<!-- pagination -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "CarPayloadView",
|
||||
props: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
created() {},
|
||||
mounted() {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.car-payload-dialog {
|
||||
position: fixed;
|
||||
}
|
||||
</style>
|
||||
@@ -56,10 +56,7 @@ export default function () {
|
||||
// },
|
||||
];
|
||||
|
||||
const dialogJustFormConfigs = {
|
||||
|
||||
};
|
||||
|
||||
const dialogJustFormConfigs = null;
|
||||
|
||||
const carPayloadDialogConfigs = {
|
||||
carPayloadDialog: true,
|
||||
|
||||
Reference in New Issue
Block a user