From 731900d12eed86805fa65321eca7a44096447949 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 14 九月 2023 13:01:54 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before
---
src/components/view/standard-table/material.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/components/view/standard-table/material.vue b/src/components/view/standard-table/material.vue
index 4dc288b..b317e40 100644
--- a/src/components/view/standard-table/material.vue
+++ b/src/components/view/standard-table/material.vue
@@ -19,7 +19,8 @@
</el-table-column>
<el-table-column prop="tname" sortable label="宸ヨ壓鍚嶇О">
<template slot-scope="scope">
- <el-tag type="success" v-if="scope.row.tname != null">02</el-tag>
+ <el-tag type="success" v-if="scope.row.tname != null"
+ style="margin-left:20px;">02</el-tag>
<span style="color: #000000">
{{ scope.row.tname }}
</span>
@@ -42,7 +43,7 @@
<el-table-column prop="num" label="鏁伴噺">
<template slot-scope="scope">
<el-input v-model="scope.row.num"
- v-if="scope.row.mname != null"
+ v-if="scope.row.mname != null" size="small"
@blur="updateVal(scope.row)"></el-input>
</template>
</el-table-column>
--
Gitblit v1.9.3