update 国内标准-收藏
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
<!-- 不需要更多按钮 -->
|
||||
<template v-for="(operation, index) in operSpecialJudge(record)">
|
||||
<a :key="index" @click="operationClick(operation,record)">{{ operation.text }}</a>
|
||||
<a-divider type="vertical" v-if="index !== operSpecialJudge(record).length - 1"/>
|
||||
</template>
|
||||
</template>
|
||||
</template>
|
||||
@@ -118,6 +119,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import '@assets/less/common.less'
|
||||
import Vue from 'vue'
|
||||
import { cloneDeep } from 'lodash'
|
||||
import VueDraggableResizable from 'vue-draggable-resizable'
|
||||
|
||||
Reference in New Issue
Block a user