From 80f27f1672467e91ff3d4fd7f30a817f6f11d5c0 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 22:55:48 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.50.149:8085/r/aps-kj-web into dev
---
src/views/mainPlan/gasPlanning/index.vue | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/src/views/mainPlan/gasPlanning/index.vue b/src/views/mainPlan/gasPlanning/index.vue
index 2bb0a90..f103442 100644
--- a/src/views/mainPlan/gasPlanning/index.vue
+++ b/src/views/mainPlan/gasPlanning/index.vue
@@ -57,6 +57,7 @@
:height="height"
:edit-config="{ trigger: 'manual', mode: 'row', showStatus: true }"
:data="routePlanList"
+ size="small"
@cell-click="cellClickEvent"
>
<vxe-column field="processName" title="鏍囧噯宸ュ簭鍚嶇О" min-width="150">
@@ -155,11 +156,11 @@
> -->
<template #default="{ row }">
<template v-if="hasEditStatus(row)">
- <el-button @click="saveRowEvent(row)" size="small">淇濆瓨</el-button>
- <el-button @click="cancelRowEvent()" size="small">鍙栨秷</el-button>
+ <el-button @click="saveRowEvent(row)">淇濆瓨</el-button>
+ <el-button @click="cancelRowEvent()">鍙栨秷</el-button>
</template>
<template v-else>
- <el-button @click="editRowEvent(row)" size="small">缂栬緫</el-button>
+ <el-button @click="editRowEvent(row)">缂栬緫</el-button>
</template>
</template>
<!-- </template> -->
@@ -182,6 +183,7 @@
border
ref="tableRef1"
show-overflow
+ size="small"
:loading="loading2"
:height="height"
:edit-config="{ mode: 'row', trigger: 'click', showStatus: true }"
@@ -284,11 +286,11 @@
> -->
<template #default="{ row }">
<template v-if="hasEditStatus1(row)">
- <el-button @click="saveRowEvent1(row)" size="small">淇濆瓨</el-button>
- <el-button @click="cancelRowEvent1()" size="small">鍙栨秷</el-button>
+ <el-button @click="saveRowEvent1(row)">淇濆瓨</el-button>
+ <el-button @click="cancelRowEvent1()">鍙栨秷</el-button>
</template>
<template v-else>
- <el-button @click="editRowEvent1(row)" size="small">缂栬緫</el-button>
+ <el-button @click="editRowEvent1(row)">缂栬緫</el-button>
</template>
</template>
<!-- </template> -->
@@ -300,11 +302,8 @@
</div>
</div>
</div>
-
- <!-- -->
</template>
-<script setup>
-import HxlhTable from "@/components/HxlhTable";
+<script setup name="gasPlanning">
import { ElMessage } from "element-plus";
import { listGasPlan, getGasPlanSave } from "@/api/mainPlan/gasPlanning";
const height = ref(document.documentElement.clientHeight - 400 + "px;");
--
Gitblit v1.9.3