Commit bd52093c authored by chenzj's avatar chenzj

研发管理改bug

parent 2946cd77
......@@ -60,7 +60,7 @@
>
<el-row>
<el-col :span="12">
<el-form-item label="工作站" prop="workstationId">
<el-form-item label="工作站" prop="workstationName">
<el-input
v-model="form.workstationName"
disabled
......@@ -172,6 +172,7 @@ export default {
stdWorkingTime: "",
workstationId: "",
workstationName: "",
};
},
/**重置组件状态 */
......
......@@ -60,7 +60,7 @@
>
<el-row>
<el-col :span="12">
<el-form-item label="工作站" prop="workstationId">
<el-form-item label="工作站" prop="workstationName">
<el-input
v-model="form.workstationName"
disabled
......
......@@ -60,7 +60,7 @@
>
<el-row>
<el-col :span="12">
<el-form-item label="工作站" prop="workstationId">
<el-form-item label="工作站" prop="workstationName">
<el-input
v-model="form.workstationName"
disabled
......
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