修改页面展示效果

main
jinna 2 years ago
parent a9489e9bf5
commit 7c40150e2b
  1. 42
      src/views/equipment/drawManage.vue

@ -124,9 +124,9 @@
<i class="el-icon-plus"></i>
</el-upload>
</el-form-item>
<el-form-item label="描述" style="width:100%;display:inline-block;" prop="remark">
<!-- <el-form-item label="描述" style="width:100%;display:inline-block;" prop="remark">
<el-input v-model="dataForm.remark" size="small" style="width:50%"></el-input>
</el-form-item>
</el-form-item> -->
</el-form>
<span slot="footer" class="dialog-footer">
<el-button @click="warnClose"> </el-button>
@ -198,7 +198,7 @@ import {getList} from '@/api/equipment/drawClassify'
align: "center",
addDisplay:false,
editDisplay:false,
width:120,
// width:120,
},
{
label: "区域",
@ -206,7 +206,7 @@ import {getList} from '@/api/equipment/drawClassify'
align: "center",
addDisplay:false,
editDisplay:false,
width:120,
// width:120,
},
{
label: "图纸分类",
@ -214,7 +214,7 @@ import {getList} from '@/api/equipment/drawClassify'
type:'select',
align: "center",
hide:true,
width:120,
// width:120,
// span:24
},
{
@ -236,23 +236,23 @@ import {getList} from '@/api/equipment/drawClassify'
prop: "originalName",
align: "center",
overHidden:true,
width:120,
},
{
label: "图纸",
prop: "url",
align: "center",
addDisplay:false,
editDisplay:false,
slot:true
},
{
label: "描述",
prop: "remark",
align: "center",
overHidden:true,
width:120,
// width:120,
},
// {
// label: "",
// prop: "url",
// align: "center",
// addDisplay:false,
// editDisplay:false,
// slot:true
// },
// {
// label: "",
// prop: "remark",
// align: "center",
// overHidden:true,
// width:120,
// },
{
label: '图纸',

Loading…
Cancel
Save