|
@@ -71,7 +71,7 @@
|
|
>
|
|
>
|
|
<span>字段管理</span>
|
|
<span>字段管理</span>
|
|
</router-link>
|
|
</router-link>
|
|
- <el-button size="small" text type="success" @click="onOpenRecord(scope.row)" >数据记录</el-button>
|
|
|
|
|
|
+ <el-button size="small" text type="success" @click="onOpenRecord(scope.row)" v-if="scope.row.status==1">数据记录</el-button>
|
|
<el-button size="small" text type="warning" @click="onOpenEdit(scope.row)">修改</el-button>
|
|
<el-button size="small" text type="warning" @click="onOpenEdit(scope.row)">修改</el-button>
|
|
<el-button size="small" text type="danger" @click="onRowDel(scope.row)">删除</el-button>
|
|
<el-button size="small" text type="danger" @click="onRowDel(scope.row)">删除</el-button>
|
|
</template>
|
|
</template>
|