From 039d01c3ee6217e18ef3bcaec263fd2ad59e6f68 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期三, 20 九月 2023 16:19:51 +0800
Subject: [PATCH] modified: src/components/view/equipmentmaintain.vue modified: src/components/view/standard-table/material.vue modified: src/components/view/standard-table/product.vue modified: src/components/view/standard-table/target.vue modified: src/components/view/standard-table/technology.vue
---
src/components/view/rawUnqualified/raw.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/view/rawUnqualified/raw.vue b/src/components/view/rawUnqualified/raw.vue
index 46c90ac..874e48f 100644
--- a/src/components/view/rawUnqualified/raw.vue
+++ b/src/components/view/rawUnqualified/raw.vue
@@ -15,7 +15,7 @@
<el-input
size="small"
v-model="search.productName"
- style="width: 224px;margin-right: 30px;"
+ style="width: 14vw;margin-right: 5px;"
placeholder="璇疯緭鍏�"
clearable
></el-input>
@@ -24,7 +24,7 @@
v-model="search.formTime"
size="small"
placeholder="璇疯緭鍏�"
- style="width: 224px;margin-right: 30px;"
+ style="width: 12vw"
clearable
value-format="yyyy-MM-dd"
></el-date-picker>
@@ -33,7 +33,7 @@
v-model="search.processingStatus"
size="small"
placeholder="璇烽�夋嫨"
- style="width: 224px;margin-right: 30px;"
+ style="width: 12vw"
>
<el-option label="宸插鐞�" :value="1"></el-option>
<el-option label="寰呭鐞�" :value="0"></el-option>
@@ -42,7 +42,7 @@
<el-input
size="small"
v-model="search.supplier"
- style="width: 224px;margin-right: 20px;"
+ style="width: 12vw"
placeholder="璇疯緭鍏�"
></el-input>
<el-button size="mini" @click="clean()"><span>閲� 缃�</span></el-button>
@@ -106,7 +106,7 @@
>
</template>
</el-table-column>
- <el-table-column prop="deal_reasult" label="澶勭悊缁撴灉" width="100">
+ <el-table-column prop="deal_reasult" label="璇勫缁撴灉" width="100">
<template slot-scope="scope">
<span style="color:#E84738;" v-if="scope.row.deal_reasult == 0"
>涓嶉�氳繃</span
--
Gitblit v1.9.3