|
@@ -47,19 +47,19 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="显示类型" min-width="12%" align="center" prop="htmlType"/>
|
|
|
<el-table-column label="字典类型" min-width="12%" align="center" prop="dictType"/>
|
|
|
-
|
|
|
+
|
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
|
<!-- <el-tab-pane label="生成信息" name="genInfo">
|
|
|
<gen-info-form ref="genInfo" :info="info" :tables="tables" :menus="menus"/>
|
|
|
</el-tab-pane> -->
|
|
|
<el-tab-pane label="关联表" name="genInfo">
|
|
|
- <el-row>
|
|
|
- <el-col>
|
|
|
- <el-button style="background-color: #FFE9ED;color: #E58481;border: 1px solid #E58481;">保存</el-button>
|
|
|
- <el-button style="background-color: #FFD6B0;color: #EA551A;border: 1px solid #F4AD6B;">返回</el-button>
|
|
|
+ <el-row style="margin-bottom: 20px;">
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-button style="background-color: #1591FF;color: #fff;border: 1px solid #1591FF;">保存</el-button>
|
|
|
+ <el-button style="background-color: #fff;color: #5B636C;border: 1px solid #ECECEC;">返回</el-button>
|
|
|
</el-col>
|
|
|
- <el-col>
|
|
|
+ <el-col :span="12" style="text-align: right;">
|
|
|
<el-button style="background-color: #FFE9ED;color: #E58481;border: 1px solid #E58481;">新增</el-button>
|
|
|
<el-button style="background-color: #FFD6B0;color: #EA551A;border: 1px solid #F4AD6B;">删除</el-button>
|
|
|
</el-col>
|