zhouwx
2025-05-08 446d5c8eda333a4e6ee3fb6e838e9d859fc847f5
src/views/basicDataManage/gasManage/index.vue
@@ -36,6 +36,7 @@
                <el-table-column label="操作" show-overflow-tooltip width="140">
                    <template #default="scope">
                        <el-button size="small" text type="primary" @click="openDialog('查看', scope.row)">查看</el-button>
                        <el-button size="small" text type="primary" @click="openDialog('编辑', scope.row)">编辑</el-button>
                    </template>
                </el-table-column>
            </el-table>
@@ -137,4 +138,4 @@
</script>
<style scoped lang="scss">
</style>
</style>