--no commit message
Showing
1 changed file
with
6 additions
and
6 deletions
| ... | @@ -17,34 +17,34 @@ | ... | @@ -17,34 +17,34 @@ |
| 17 | <el-row :gutter="10"> | 17 | <el-row :gutter="10"> |
| 18 | <el-col :span="8"> | 18 | <el-col :span="8"> |
| 19 | <el-form-item label="业务号:"> | 19 | <el-form-item label="业务号:"> |
| 20 | <el-input v-model="ruleForm.flow.ywh"></el-input> | 20 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 21 | </el-form-item> | 21 | </el-form-item> |
| 22 | </el-col> | 22 | </el-col> |
| 23 | <el-col :span="8"> | 23 | <el-col :span="8"> |
| 24 | <el-form-item label="受理人员:"> | 24 | <el-form-item label="受理人员:"> |
| 25 | <el-input v-model="ruleForm.slsq.slry"></el-input> | 25 | <el-input disabled v-model="ruleForm.slsq.slry"></el-input> |
| 26 | </el-form-item> | 26 | </el-form-item> |
| 27 | </el-col> | 27 | </el-col> |
| 28 | <el-col :span="8"> | 28 | <el-col :span="8"> |
| 29 | <el-form-item label="受理时间:"> | 29 | <el-form-item label="受理时间:"> |
| 30 | <el-input v-model="ruleForm.slsq.slsj"></el-input> | 30 | <el-input disabled v-model="ruleForm.slsq.slsj"></el-input> |
| 31 | </el-form-item> | 31 | </el-form-item> |
| 32 | </el-col> | 32 | </el-col> |
| 33 | </el-row> | 33 | </el-row> |
| 34 | <el-row :gutter="10"> | 34 | <el-row :gutter="10"> |
| 35 | <el-col :span="8"> | 35 | <el-col :span="8"> |
| 36 | <el-form-item label="权利类型:"> | 36 | <el-form-item label="权利类型:"> |
| 37 | <el-input v-model="ruleForm.sldy.qllxmc"></el-input> | 37 | <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input> |
| 38 | </el-form-item> | 38 | </el-form-item> |
| 39 | </el-col> | 39 | </el-col> |
| 40 | <el-col :span="8"> | 40 | <el-col :span="8"> |
| 41 | <el-form-item label="登记类型:"> | 41 | <el-form-item label="登记类型:"> |
| 42 | <el-input v-model="ruleForm.sldy.djlxmc"></el-input> | 42 | <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input> |
| 43 | </el-form-item> | 43 | </el-form-item> |
| 44 | </el-col> | 44 | </el-col> |
| 45 | <el-col :span="8"> | 45 | <el-col :span="8"> |
| 46 | <el-form-item label="登记情形:"> | 46 | <el-form-item label="登记情形:"> |
| 47 | <el-input v-model="ruleForm.slsq.djqxmc"></el-input> | 47 | <el-input disabled v-model="ruleForm.slsq.djqxmc"></el-input> |
| 48 | </el-form-item> | 48 | </el-form-item> |
| 49 | </el-col> | 49 | </el-col> |
| 50 | </el-row> | 50 | </el-row> | ... | ... |
-
Please register or sign in to post a comment