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

🐛 Fixing a bug.

parent 67b083c9
......@@ -25,7 +25,7 @@ export const tableOption = {
align: 'center',
editBtn: false,
delBtn: false,
menuType:'menu',
menuType: 'menu',
searchShow: false,
labelWidth: 120,
column: [{
......@@ -46,6 +46,13 @@ export const tableOption = {
}, {
label: '模型名称',
prop: 'name'
},
{
label: '描述',
prop: 'desc',
hide: true,
editDisabled: false,
addVisdiplay: true
}, {
label: '版本号',
prop: 'version',
......
......@@ -58,7 +58,7 @@ export default {
.main {
margin: 0 auto;
width: 99%;
height: calc(100% - 100px);
height: 800px;
background-color: #fff;
padding: 20px;
border-radius: 3px;
......
......@@ -56,7 +56,7 @@
</avue-crud>
</basic-container>
<el-dialog title="流程图" :visible.sync="showPicDialog">
<img :src="actPicUrl" width="100%" style="margin-left:-60px">
<img :src="actPicUrl" width="100%">
</el-dialog>
</div>
</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