按钮权限

main
yangzhicheng 11 months ago
parent 3c1aef9bb3
commit 25a767261d
  1. 3
      src/views/inspection/inspectionplan.vue
  2. 3
      src/views/inspection/inspectionroute.vue

@ -38,16 +38,19 @@
<el-button type="primary" <el-button type="primary"
size="small" size="small"
plain plain
v-if="permission.inspectionroute_effect"
@click="handleTakeEffect">生效 @click="handleTakeEffect">生效
</el-button> </el-button>
<el-button type="primary" <el-button type="primary"
size="small" size="small"
plain plain
v-if="permission.inspectionroute_lapse"
@click="handleLapse">失效 @click="handleLapse">失效
</el-button> </el-button>
<el-button type="primary" <el-button type="primary"
size="small" size="small"
plain plain
v-if="permission.inspectionroute_export"
@click="handleExport">导出 @click="handleExport">导出
</el-button> </el-button>
</template> </template>

@ -38,16 +38,19 @@
<el-button type="primary" <el-button type="primary"
size="small" size="small"
plain plain
v-if="permission.inspectionroute_effect"
@click="handleTakeEffect">生效 @click="handleTakeEffect">生效
</el-button> </el-button>
<el-button type="primary" <el-button type="primary"
size="small" size="small"
plain plain
v-if="permission.inspectionroute_lapse"
@click="handleLapse">失效 @click="handleLapse">失效
</el-button> </el-button>
<el-button type="primary" <el-button type="primary"
size="small" size="small"
plain plain
v-if="permission.inspectionroute_export"
@click="handleExport">导出 @click="handleExport">导出
</el-button> </el-button>
</template> </template>

Loading…
Cancel
Save