Commit 524dd4f2 authored by 刘怀志's avatar 刘怀志

细节修改2

parent c67d5f16
...@@ -988,7 +988,9 @@ export default { ...@@ -988,7 +988,9 @@ export default {
checkRules: {}, checkRules: {},
treatForm: {}, // 治疗table编辑 treatForm: {}, // 治疗table编辑
treatRules: {}, treatRules: {},
detailInfo: {}, detailInfo: {
petOwnerBo: {}
},
form: {}, form: {},
formRules: [], formRules: [],
// 排序下拉框 // 排序下拉框
...@@ -1410,6 +1412,7 @@ export default { ...@@ -1410,6 +1412,7 @@ export default {
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
console.log('this.editCunt', this.editCunt)
if (tableName === 'checkManageBos') { if (tableName === 'checkManageBos') {
deleteCheck(rowData.id).then(() => { deleteCheck(rowData.id).then(() => {
this.$message({ this.$message({
......
...@@ -126,11 +126,11 @@ ...@@ -126,11 +126,11 @@
<el-button type="text">挂号</el-button> <el-button type="text">挂号</el-button>
</div> </div>
<!--给它传一个userId,一个类型和一个默认页数--> <!--给它传一个userId,一个类型和一个默认页数-->
<div class="add" @click="registration(item.userId, '1',item,0)"> <div class="add">
<div class="add-img"> <div class="add-img">
<el-image :src="require('@/assets/register/xinzengguahao_jiahao@2x.png')" /> <el-image :src="require('@/assets/register/xinzengguahao_jiahao@2x.png')" />
</div> </div>
<el-button type="text">加号</el-button> <el-button type="text" :disabled="item.plusSign === '1'" @click="registration(item.userId, '1',item,0)">加号</el-button>
</div> </div>
</div> </div>
</div> </div>
......
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