优化多属性模块

This commit is contained in:
季圣华
2021-07-23 00:18:59 +08:00
parent c7d1ea4e87
commit 8fb8aecfb7
5 changed files with 199 additions and 6 deletions

View File

@@ -20,17 +20,21 @@
</a-table>
</div>
<!-- table区域-end -->
<!-- 表单区域 -->
<material-attribute-modal ref="modalForm" @ok="modalFormOk"></material-attribute-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import MaterialAttributeModal from './modules/MaterialAttributeModal'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import JDate from '@/components/jeecg/JDate'
export default {
name: "MaterialAttributeList",
mixins:[JeecgListMixin],
components: {
MaterialAttributeModal,
JDate
},
data () {
@@ -57,7 +61,7 @@
}
},
{title: '属性名', dataIndex: 'attributeName', width: 100},
{title: '属性值', dataIndex: 'attributeValue', width: 400},
{title: '属性值用竖线隔开', dataIndex: 'attributeValue', width: 400},
{
title: '操作',
dataIndex: 'action',