@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
v-ps<template>
<template>
<div class="list-model">
<div class="table-box">
<table class="fixed">
@ -44,6 +44,7 @@ Permissions.prototype = {
if ($(el).prop('tagName') === 'BUTTON') {
$(el).attr('disabled', true)
} else {
$(el).css('display', 'none')
setTimeout(function () { el.parentNode.removeChild(el) }, 100)
}