src/views/productionManagement/productionProcess/Edit.vue
@@ -22,6 +22,9 @@ ]"> <el-input v-model="formState.name" /> </el-form-item> <el-form-item label="工资定额" prop="salaryQuota"> <el-input v-model="formState.salaryQuota" type="number" :step="0.001" /> </el-form-item> <el-form-item label="备注" prop="remark"> <el-input v-model="formState.remark" type="textarea" /> </el-form-item> @@ -59,6 +62,7 @@ id: props.record.id, name: props.record.name, remark: props.record.remark, salaryQuota: props.record.salaryQuota, }); const isShow = computed({