From f1cbb246ff9b997e4d3d5bae061da374a3e0f398 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期四, 14 九月 2023 13:44:27 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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