Commit 63a4a3e9 authored by 冷冷's avatar 冷冷

🐛 Fixing a bug.

parent 67b083c9
...@@ -25,7 +25,7 @@ export const tableOption = { ...@@ -25,7 +25,7 @@ export const tableOption = {
align: 'center', align: 'center',
editBtn: false, editBtn: false,
delBtn: false, delBtn: false,
menuType:'menu', menuType: 'menu',
searchShow: false, searchShow: false,
labelWidth: 120, labelWidth: 120,
column: [{ column: [{
...@@ -46,6 +46,13 @@ export const tableOption = { ...@@ -46,6 +46,13 @@ export const tableOption = {
}, { }, {
label: '模型名称', label: '模型名称',
prop: 'name' prop: 'name'
},
{
label: '描述',
prop: 'desc',
hide: true,
editDisabled: false,
addVisdiplay: true
}, { }, {
label: '版本号', label: '版本号',
prop: 'version', prop: 'version',
......
...@@ -58,7 +58,7 @@ export default { ...@@ -58,7 +58,7 @@ export default {
.main { .main {
margin: 0 auto; margin: 0 auto;
width: 99%; width: 99%;
height: calc(100% - 100px); height: 800px;
background-color: #fff; background-color: #fff;
padding: 20px; padding: 20px;
border-radius: 3px; border-radius: 3px;
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</avue-crud> </avue-crud>
</basic-container> </basic-container>
<el-dialog title="流程图" :visible.sync="showPicDialog"> <el-dialog title="流程图" :visible.sync="showPicDialog">
<img :src="actPicUrl" width="100%" style="margin-left:-60px"> <img :src="actPicUrl" width="100%">
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment