From 33a525a2b0db8a77885a5fb024bf03281ebf245d Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期四, 14 九月 2023 14:10:08 +0800 Subject: [PATCH] modified: src/components/view/technical.vue --- src/components/view/standard-table/technology.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/view/standard-table/technology.vue b/src/components/view/standard-table/technology.vue index 990a804..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> @@ -67,7 +67,6 @@ props:['tableData','tableType'], created() {}, mounted() { - }, methods: { // 琛ㄦ牸鏍戝叏閮ㄩ�変腑閰嶇疆 -- Gitblit v1.9.3