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

细节修改2

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