|
@@ -11,7 +11,7 @@
|
|
|
>
|
|
>
|
|
|
<template v-slot:toolbar>
|
|
<template v-slot:toolbar>
|
|
|
<div class="toolbar_box">
|
|
<div class="toolbar_box">
|
|
|
- <div>
|
|
|
|
|
|
|
+ <div v-if="attributeData.status != 1">
|
|
|
<el-button type="primary" size="mini" @click="handleAdd"
|
|
<el-button type="primary" size="mini" @click="handleAdd"
|
|
|
>新增</el-button
|
|
>新增</el-button
|
|
|
>
|
|
>
|
|
@@ -100,6 +100,7 @@
|
|
|
<!-- 表头工具栏 -->
|
|
<!-- 表头工具栏 -->
|
|
|
<template v-slot:action="{ row }">
|
|
<template v-slot:action="{ row }">
|
|
|
<el-link
|
|
<el-link
|
|
|
|
|
+ v-if="attributeData.status != 1"
|
|
|
type="danger"
|
|
type="danger"
|
|
|
:underline="false"
|
|
:underline="false"
|
|
|
icon="el-icon-delete"
|
|
icon="el-icon-delete"
|