lin
2024-02-26 a85a48e6859b591f61c1c518e32138a235e40349
物业bug修复
2 files modified
17 ■■■■ changed files
src/views/property/propertyCompany.vue 6 ●●●●● patch | view | raw | blame | history
src/views/propertySupervision/propertyEvaluation.vue 11 ●●●●● patch | view | raw | blame | history
src/views/property/propertyCompany.vue
@@ -9,8 +9,6 @@
        <el-button size="small" icon="el-icon-delete" plain v-if="permission.propertyCompany_delete"
          @click="handleDelete">删 除
        </el-button>
      </template>
      <template slot-scope="{row, size, index}" slot="menu">
@@ -21,6 +19,10 @@
        <el-button :size="size" v-if="permission.property_evaluation" icon="el-icon-circle-plus-outline" type="text"
          @click="addProperty(row)">物业评价
        </el-button>
        <!--  <el-button :size="size" icon="el-icon-delete" type="text" plain v-if="permission.propertyCompany_delete"
          @click="handleDelete">删 除
        </el-button> -->
      </template>
    </avue-crud>
src/views/propertySupervision/propertyEvaluation.vue
@@ -9,17 +9,6 @@
        <el-button size="small" icon="el-icon-delete" plain v-if="permission.propertyCompany_delete"
          @click="handleDelete">删 除
        </el-button>
      </template>
      <template slot-scope="{row, size, index}" slot="menu">
        <el-button :size="size" v-if="permission.payInfo" type="text" icon="el-icon-circle-plus-outline"
          @click="openPayConfig(row)">商户配置
        </el-button>
        <el-button :size="size" icon="el-icon-circle-plus-outline" type="text" @click="addProperty(row)">物业评定
        </el-button>
      </template>
    </avue-crud>