Browse Source

修改字段添加插槽缩略字

dev
long 2 years ago
parent
commit
2022db3041
  1. 7
      src/views/activiti/form/ProcessMaterialWarehousingForm.vue
  2. 5
      src/views/processmaterials/ProcessUdgetPlanMaterialList.vue

7
src/views/activiti/form/ProcessMaterialWarehousingForm.vue

@ -279,11 +279,12 @@ import JSelectItem from '@/components/jeecgbiz/JSelectItem'
placeholder: '请输入${title}',
defaultValue:'',
},
{
title: '用途',
key: 'purpose',
title: '计划详情id',
key: 'procesUdgetPlanMaterialId',
type: FormTypes.input,
width:"200px",
width:"0px",
placeholder: '请输入${title}',
defaultValue:'',
},

5
src/views/processmaterials/ProcessUdgetPlanMaterialList.vue

@ -44,8 +44,8 @@
">
<template slot="htmlSlot" slot-scope="text">
<div v-html="text"></div>
<template slot="materialName" slot-scope="text, record">
<j-ellipsis :value="text" :length="20"/>
</template>
<template slot="imgSlot" slot-scope="text">
<span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span>
@ -191,6 +191,7 @@
{
title:'物料名称及规格型号',
align:"center",
scopedSlots: { customRender: 'materialName' },
dataIndex: 'materialName',
},
{

Loading…
Cancel
Save