|
@@ -67,9 +67,9 @@
|
|
|
<el-button @click="openTypes('update', scope.row)"
|
|
|
v-permission="'chargeTypeSubjectMapper/update'"
|
|
|
type="text">修改</el-button>
|
|
|
- <el-button @click="onTypesDel(scope.row)"
|
|
|
+ <!-- <el-button @click="onTypesDel(scope.row)"
|
|
|
v-permission="'chargeTypeSubjectMapper/del'"
|
|
|
- type="text">删除</el-button>
|
|
|
+ type="text">删除</el-button> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|