package.json antd-online-mini版本 更新 2.2

zhc4dev
zhc077 2 years ago
parent bf194a1dba
commit 8454c8f405
  1. 2
      ant-design-vue-jeecg/package.json
  2. 4
      ant-design-vue-jeecg/src/views/hanger/HangerMakerList.vue
  3. 10
      ant-design-vue-jeecg/src/views/hanger/modules/HangerMakerForm.vue

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"@antv/data-set": "^0.11.4", "@antv/data-set": "^0.11.4",
"@jeecg/antd-online-mini": "^3.4.3-beta2", "@jeecg/antd-online-mini": "2.4.5-RC",
"@jiaminghi/data-view": "^2.10.0", "@jiaminghi/data-view": "^2.10.0",
"@tinymce/tinymce-vue": "2.1.0", "@tinymce/tinymce-vue": "2.1.0",
"@toast-ui/editor": "^2.1.2", "@toast-ui/editor": "^2.1.2",

@ -157,11 +157,11 @@ export default {
align: "center", align: "center",
dataIndex: 'orderCode' dataIndex: 'orderCode'
}, },
{ /*{
title: '制单编号', title: '制单编号',
align: "center", align: "center",
dataIndex: 'makerCode' dataIndex: 'makerCode'
}, },*/
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',

@ -29,7 +29,7 @@
</a-col> </a-col>
<a-col :span="24" v-show="false"> <a-col :span="24" v-show="false">
<a-form-model-item label="工单ID" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="orderId"> <a-form-model-item label="工单ID" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="orderId">
<a-input v-model="model.orderId" placeholder="请输入工单ID"></a-input> <a-input v-model="model.orderId" placeholder="请选择工单"></a-input>
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :span="24"> <a-col :span="24">
@ -45,7 +45,7 @@
/> />
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :span="24" v-show="false"> <!-- <a-col :span="24" v-show="false">
<a-form-model-item label="制单ID" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="makerId"> <a-form-model-item label="制单ID" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="makerId">
<a-input v-model="model.makerId" placeholder="请输入制单ID"></a-input> <a-input v-model="model.makerId" placeholder="请输入制单ID"></a-input>
</a-form-model-item> </a-form-model-item>
@ -62,7 +62,7 @@
@input="popupCallback" @input="popupCallback"
/> />
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>-->
</a-row> </a-row>
</a-form-model> </a-form-model>
</j-form-container> </j-form-container>
@ -87,7 +87,9 @@ export default {
}, },
data() { data() {
return { return {
model: {}, model: {
ismaker: 0,
},
labelCol: { labelCol: {
xs: {span: 24}, xs: {span: 24},
sm: {span: 5}, sm: {span: 5},

Loading…
Cancel
Save