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/technology.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/view/standard-table/technology.vue b/src/components/view/standard-table/technology.vue index 978a988..f042c3a 100644 --- a/src/components/view/standard-table/technology.vue +++ b/src/components/view/standard-table/technology.vue @@ -18,7 +18,7 @@ </span> </template> </el-table-column> - <el-table-column sortable label="宸ヨ壓鍚嶇О"> + <el-table-column sortable label="宸ヨ壓鍚嶇О" width="200px"> <template slot-scope="scope"> <el-tag type="success" v-if="!scope.row.children">02</el-tag> <span style="color: black">{{ scope.row.name }}</span> @@ -35,7 +35,7 @@ <el-table-column prop="pq" label="鐢熶骇瀹氶(涓�/澶�)"> <template slot-scope="scope"> <el-input v-model="scope.row.pq" - v-if="scope.row.dg != null" + v-if="scope.row.dg != null" size="small" @blur="updatePq(scope.row)" ></el-input> </template> -- Gitblit v1.9.3