Explorar el Código

init

newStyle
lancer hace 2 años
padre
commit
dd8905489b
Se han modificado 6 ficheros con 10 adiciones y 8 borrados
  1. +1
    -1
      src/views/Customer/AgentManagement.vue
  2. +4
    -2
      src/views/Equipment/batch.vue
  3. +1
    -1
      src/views/Equipment/record.vue
  4. +2
    -2
      src/views/Template/taboo.vue
  5. +1
    -1
      src/views/Template/wrongword.vue
  6. +1
    -1
      src/views/building/index.vue

+ 1
- 1
src/views/Customer/AgentManagement.vue Ver fichero

@@ -118,7 +118,7 @@
align="center">
</el-table-column> -->
<el-table-column
label="状态"
label="服务状态"
width="150"
align="center">
<template slot-scope="scope">


+ 4
- 2
src/views/Equipment/batch.vue Ver fichero

@@ -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-item label="批次号" prop="batchId">
<el-input v-model="addagentobj.batchId" maxlength="20" clearable></el-input>
@@ -189,7 +189,9 @@ export default {
this.isshow='编辑';
this.dialogVisible=true;
},

clear(){
this.$refs.addagentobj.resetFields();
},
//添加
editorinfo(){
this.isshow='绑定';


+ 1
- 1
src/views/Equipment/record.vue Ver fichero

@@ -27,7 +27,7 @@
</div>

<div class="div-lab">
<div class="label">归还状态</div>
<div class="label">领用状态</div>
<el-select
class="div-inp"
multiple


+ 2
- 2
src/views/Template/taboo.vue Ver fichero

@@ -22,7 +22,7 @@
</el-option>
</el-select>
</div>
<div class="label">销讲词:</div>
<div class="label">敏感词:</div>
<div>
<el-input v-model="words" maxlength="8" clearable ></el-input>
</div>
@@ -95,7 +95,7 @@
label-width="140px"
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-form-item>
</el-form>


+ 1
- 1
src/views/Template/wrongword.vue Ver fichero

@@ -177,7 +177,7 @@ export default {
},
del(row) {
console.log(row, "删除");
this.$confirm(`是否删除区域?`, "提示", {
this.$confirm(`是否删除该常错词?`, "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
distinguishCancelAndClose: true,


+ 1
- 1
src/views/building/index.vue Ver fichero

@@ -915,7 +915,7 @@ export default {
});
},
toDisable(row){
this.$confirm(`确定${row.lockFlag==0?'禁用':'启用'}此代理商么?`, '提示', {
this.$confirm(`确定${row.lockFlag==0?'禁用':'启用'}此楼盘么?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'


Cargando…
Cancelar
Guardar