diff --git a/src/env.d.ts b/src/env.d.ts index 9996d9d..20afc3e 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -1,2 +1,2 @@ declare module "vue3-print-nb"; -declare module'element-plus/dist/locale/zh-cn.mjs'; \ No newline at end of file +declare module 'element-plus/dist/locale/zh-cn.mjs'; \ No newline at end of file diff --git a/src/layout/sortBoxs.vue b/src/layout/sortBoxs.vue index 85b32b8..6e28299 100644 --- a/src/layout/sortBoxs.vue +++ b/src/layout/sortBoxs.vue @@ -458,6 +458,31 @@ export default { margin-top: 25px; } + +.display-form-div-left { + display: inline-flex; + justify-content: center; + width: 240px; + margin: 5px; + padding: 5px; + border: 5px double #000000; +} + +.display-form-div-right { + display: inline-flex; + justify-content: center; + width: 60px; + margin: 5px; + padding: 5px; + background-color: #CCCCCC; +} + +.display-form-text-right { + align-self: center; + font-weight: bold; + font-size: 25px; +} + .header-row { display: flex; /* align-items: center; */ diff --git a/src/layout/workFlow.vue b/src/layout/workFlow.vue index 05d3a97..5239342 100644 --- a/src/layout/workFlow.vue +++ b/src/layout/workFlow.vue @@ -15,6 +15,8 @@ placeholder="请选择灯光状态" :options="lightStatusOptions" @change="search()"> + 搜索 重置 @@ -42,6 +44,8 @@ + + { + switch (cellValue) { + case 1: + return '装载机' + case 2: + return '平地机' + default: + return '异常' + } + }, reset() { this.standIdQuery = '' this.workOrderQuery = ''