Commit 1b97175f authored by 李苏's avatar 李苏 💬

字段变更

parent 06918ead
...@@ -16,16 +16,11 @@ ...@@ -16,16 +16,11 @@
export default { export default {
mixins: [editMixin], mixins: [editMixin],
mounted() { mounted() {
this.$nextTick(()=>{
// this.form.taskType='CKXJ,CLSJ,PDXJ'
})
}, },
data() { data() {
return { return {
editColItemList: [ editColItemList: [
{ {
label: '编码', label: '编码',
prop: 'code', prop: 'code',
...@@ -58,7 +53,7 @@ ...@@ -58,7 +53,7 @@
}, },
{ {
label: '任务类型', label: '任务类型',
prop: 'tasktype', prop: 'taskType',
span: 12, span: 12,
type: 'RelMulSelect', type: 'RelMulSelect',
typeConfig: { typeConfig: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment