|
<el-button v-if="hasPermission('program:configuration:type:del')" type="danger" size="small" icon="el-icon-delete" @click="del()" :disabled="$refs.typeDictTable && $refs.typeDictTable.getCheckboxRecords().length === 0" plain>删除</el-button>
|
|
<el-button v-if="hasPermission('program:configuration:type:del')" type="danger" size="small" icon="el-icon-delete" @click="del()" :disabled="$refs.typeDictTable && $refs.typeDictTable.getCheckboxRecords().length === 0" plain>删除</el-button>
|