zhouwenxuan
2024-01-03 44813af86c1ba3203dc606c8bf7690405e084cfc
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>