Commit 37ae9e2a authored by Mac's avatar Mac

1

parent 6bfb531d
......@@ -119,9 +119,9 @@
<el-col :span="12">
<el-form-item label="受委内容:">
<el-checkbox-group v-model="delegateContent">
<el-checkbox label="1" name="1" key="1">工作审批</el-checkbox>
<!-- <el-checkbox label="1" name="1" key="1">工作审批</el-checkbox>-->
<el-checkbox label="2" name="2" key="2">财务审批</el-checkbox>
<el-checkbox label="3" name="3" key="3">客户审批</el-checkbox>
<!-- <el-checkbox label="3" name="3" key="3">客户审批</el-checkbox>-->
</el-checkbox-group>
</el-form-item>
</el-col>
......@@ -152,7 +152,7 @@ export default {
delegateContent:'',
InitiatorEmpId: 0
},
delegateContent:[2],
delegateContent:['2'],
transactionDate:[],
loading:false,
searchList:[],
......
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