From 0696d8d133a06348bd7be04cd09ae6d0ce0cec0a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 19 十二月 2023 09:18:48 +0800
Subject: [PATCH] 1.递交
---
src/views/mouldManager/mouldList.vue | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/views/mouldManager/mouldList.vue b/src/views/mouldManager/mouldList.vue
index fbb6b53..fcb2010 100644
--- a/src/views/mouldManager/mouldList.vue
+++ b/src/views/mouldManager/mouldList.vue
@@ -168,6 +168,15 @@
</template>
</el-table-column>
<el-table-column
+ prop="location_name"
+ label="搴撲綅鍚嶇О"
+ sortable="custom"
+ >
+ <template slot-scope="{row}">
+ {{ row.location_name ? row.location_name : '/' }}
+ </template>
+ </el-table-column>
+ <el-table-column
prop="is_part"
label="浜у搧鍏宠仈"
sortable="custom"
@@ -313,10 +322,10 @@
<!-- </el-form-item>-->
<el-form-item label="棰勮瀵垮懡">
- <el-input v-model="dialogForm.surplife" style="width: 200px" />
+ <el-input v-model="dialogForm.surplife" oninput="value=value.replace(/[^0-9]/g,'')" style="width: 200px" />
</el-form-item>
<el-form-item label="鍓╀綑瀵垮懡">
- <el-input v-model="dialogForm.resilife" style="width: 200px" />
+ <el-input v-model="dialogForm.resilife" oninput="value=value.replace(/[^0-9]/g,'')" style="width: 200px" />
</el-form-item>
</el-form>
--
Gitblit v1.9.3