成衣样板列表更新

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

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

Loading…
Cancel
Save