| @@ -118,7 +118,7 @@ | |||||
| align="center"> | align="center"> | ||||
| </el-table-column> --> | </el-table-column> --> | ||||
| <el-table-column | <el-table-column | ||||
| label="状态" | |||||
| label="服务状态" | |||||
| width="150" | width="150" | ||||
| align="center"> | align="center"> | ||||
| <template slot-scope="scope"> | <template slot-scope="scope"> | ||||
| @@ -95,7 +95,7 @@ | |||||
| <el-dialog :title='isshow' :visible.sync="dialogVisible" > | |||||
| <el-dialog :title='isshow' :visible.sync="dialogVisible" @closed='clear'> | |||||
| <el-form :model="addagentobj" label-position="labelPosition" :rules="rules" ref="addagentobj" label-width="140px" style="width:60%; margin: 0 auto;"> | <el-form :model="addagentobj" label-position="labelPosition" :rules="rules" ref="addagentobj" label-width="140px" style="width:60%; margin: 0 auto;"> | ||||
| <el-form-item label="批次号" prop="batchId"> | <el-form-item label="批次号" prop="batchId"> | ||||
| <el-input v-model="addagentobj.batchId" maxlength="20" clearable></el-input> | <el-input v-model="addagentobj.batchId" maxlength="20" clearable></el-input> | ||||
| @@ -189,7 +189,9 @@ export default { | |||||
| this.isshow='编辑'; | this.isshow='编辑'; | ||||
| this.dialogVisible=true; | this.dialogVisible=true; | ||||
| }, | }, | ||||
| clear(){ | |||||
| this.$refs.addagentobj.resetFields(); | |||||
| }, | |||||
| //添加 | //添加 | ||||
| editorinfo(){ | editorinfo(){ | ||||
| this.isshow='绑定'; | this.isshow='绑定'; | ||||
| @@ -27,7 +27,7 @@ | |||||
| </div> | </div> | ||||
| <div class="div-lab"> | <div class="div-lab"> | ||||
| <div class="label">归还状态</div> | |||||
| <div class="label">领用状态</div> | |||||
| <el-select | <el-select | ||||
| class="div-inp" | class="div-inp" | ||||
| multiple | multiple | ||||
| @@ -22,7 +22,7 @@ | |||||
| </el-option> | </el-option> | ||||
| </el-select> | </el-select> | ||||
| </div> | </div> | ||||
| <div class="label">销讲词:</div> | |||||
| <div class="label">敏感词:</div> | |||||
| <div> | <div> | ||||
| <el-input v-model="words" maxlength="8" clearable ></el-input> | <el-input v-model="words" maxlength="8" clearable ></el-input> | ||||
| </div> | </div> | ||||
| @@ -95,7 +95,7 @@ | |||||
| label-width="140px" | label-width="140px" | ||||
| style="width: 60%; margin: 0 auto" | style="width: 60%; margin: 0 auto" | ||||
| > | > | ||||
| <el-form-item label="禁忌词" prop="words"> | |||||
| <el-form-item label="敏感词" prop="words"> | |||||
| <el-input v-model="ruleForm.words" maxlength="8" clearable></el-input> | <el-input v-model="ruleForm.words" maxlength="8" clearable></el-input> | ||||
| </el-form-item> | </el-form-item> | ||||
| </el-form> | </el-form> | ||||
| @@ -177,7 +177,7 @@ export default { | |||||
| }, | }, | ||||
| del(row) { | del(row) { | ||||
| console.log(row, "删除"); | console.log(row, "删除"); | ||||
| this.$confirm(`是否删除区域?`, "提示", { | |||||
| this.$confirm(`是否删除该常错词?`, "提示", { | |||||
| confirmButtonText: "确定", | confirmButtonText: "确定", | ||||
| cancelButtonText: "取消", | cancelButtonText: "取消", | ||||
| distinguishCancelAndClose: true, | distinguishCancelAndClose: true, | ||||
| @@ -915,7 +915,7 @@ export default { | |||||
| }); | }); | ||||
| }, | }, | ||||
| toDisable(row){ | toDisable(row){ | ||||
| this.$confirm(`确定${row.lockFlag==0?'禁用':'启用'}此代理商么?`, '提示', { | |||||
| this.$confirm(`确定${row.lockFlag==0?'禁用':'启用'}此楼盘么?`, '提示', { | |||||
| confirmButtonText: '确定', | confirmButtonText: '确定', | ||||
| cancelButtonText: '取消', | cancelButtonText: '取消', | ||||
| type: 'warning' | type: 'warning' | ||||