Commit 20f2fd34 authored by liudong1993's avatar liudong1993

1

parent f68f94bb
......@@ -11,7 +11,7 @@
<el-form class="_info_box clearfix" label-width="110px">
<el-row style="padding:15px 20px 0 0;">
<el-col :span="4">
<el-form-item :label="$t('fnc.zdrenyuan')">
<el-form-item label="审核人">
<el-select filterable v-model='msg.CreateBy' class="">
<el-option :value="0" :label="$t('system.ph_buxian')"></el-option>
<el-option v-for='item in EmployeeList' :label='item.EmName' :value='item.EmployeeId'
......
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