暖暖 2 years ago
commit 3d703f5c68
  1. 10
      ant-design-vue-jeecg/src/views/zyclothsample/ZyClothSampleList.vue
  2. 1
      ant-design-vue-jeecg/src/views/zyclothsample/modules/ZyClothSampleForm.vue

@ -1,4 +1,5 @@
<template>
<!--成衣样板管理页面 这是成衣样板的主表单 即在侧边点击成衣样板所显示的表单-->
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@ -83,8 +84,8 @@
在线查看
</a-button>
</span>
</template>
<template slot="fileSlot" slot-scope="text">
<span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
<a-button
@ -161,7 +162,7 @@
dataIndex: 'nums'
},
{
title:'成衣名称',
title:'款式',
align:"center",
dataIndex: 'clothName'
},
@ -186,6 +187,11 @@
align:"center",
dataIndex: 'type'
},
{
title:'时间',
align:"center",
dataIndex: 'createTime'
},
{
title: '操作',
dataIndex: 'action',

@ -97,6 +97,7 @@
},
submitForm () {
const that = this;
//
this.$refs.form.validate(valid => {
if (valid) {

Loading…
Cancel
Save