zhouwenxuan
2024-01-04 a10c7076f59177b04861b3a27eb618ef9a9c4d06
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>