提交 567f8e9d authored 作者: 吕本才's avatar 吕本才

还原路由,修改数据源管理页面的表格宽度大小

上级 e9c54205
# 页面标题
VUE_APP_TITLE = 若水数据中台
VUE_APP_TITLE = 王小卤ETL
# 开发环境配置
ENV = 'development'
# 若水数据中台/开发环境
# VUE_APP_BASE_API = ''
VUE_APP_BASE_API = ''
# VUE_APP_BASE_API = 'http://192.168.100.38:10001'
# 路由懒加载
......
# 页面标题
VUE_APP_TITLE = 若水数据中台
VUE_APP_TITLE = 王小卤ETL
# 生产环境配置
ENV = 'production'
......
# 页面标题
VUE_APP_TITLE = 若水数据中台
VUE_APP_TITLE = 王小卤ETL
NODE_ENV = production
......
差异被折叠。
......@@ -27,13 +27,13 @@
<!-- <el-table-column align="center" label="序号" width="95">
<template slot-scope="scope">{{ scope.$index }}</template>
</el-table-column> -->
<el-table-column label="数据源" width="200" align="center">
<el-table-column label="数据源" width="100" align="center">
<template slot-scope="scope">{{ scope.row.datasource }}</template>
</el-table-column>
<el-table-column label="数据源名称" width="150" align="center">
<el-table-column label="数据源名称" width="200" align="center">
<template slot-scope="scope">{{ scope.row.datasourceName }}</template>
</el-table-column>
<el-table-column label="数据源分组" width="200" align="center">
<el-table-column label="数据源分组" width="100" align="center">
<template slot-scope="scope">
<dict-tag :options="dict.type.source_group" :value="scope.row.datasourceGroup"/>
</template>
......@@ -41,16 +41,16 @@
<!--<el-table-column label="用户名" width="150" align="center">
<template slot-scope="scope">{{ scope.row.jdbcUsername ? scope.row.jdbcUsername:'-' }}</template>
</el-table-column>-->
<el-table-column label="jdbc连接串" align="center" :show-overflow-tooltip="true">
<el-table-column label="jdbc连接串" width="300" align="center" :show-overflow-tooltip="true">
<template slot-scope="scope">{{ scope.row.jdbcUrl ? scope.row.jdbcUrl:'-' }}</template>
</el-table-column>
<!-- <el-table-column label="jdbc驱动类" width="200" align="center" :show-overflow-tooltip="true">
<template slot-scope="scope">{{ scope.row.jdbcDriverClass ? scope.row.jdbcDriverClass:'-' }}</template>
</el-table-column>-->
<el-table-column label="ZK地址" width="200" align="center" :show-overflow-tooltip="true">
<el-table-column label="ZK地址" width="100" align="center" :show-overflow-tooltip="true">
<template slot-scope="scope">{{ scope.row.zkAdress ? scope.row.zkAdress:'-' }}</template>
</el-table-column>
<el-table-column label="数据库名" width="200" align="center" :show-overflow-tooltip="true">-->
<el-table-column label="数据库名" width="100" align="center" :show-overflow-tooltip="true">-->
<template slot-scope="scope">{{ scope.row.databaseName ? scope.row.databaseName:'-' }}</template>-->
</el-table-column>
<el-table-column label="备注" width="150" align="center">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论