update 国内标准-收藏

This commit is contained in:
赵霄
2023-09-18 18:02:57 +08:00
parent dfc32081bf
commit 1367a67f2b
5 changed files with 209 additions and 81 deletions
+2
View File
@@ -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'