fix : 修改阶段变更抄送人样式

This commit is contained in:
2024-06-10 00:44:20 +08:00
parent d3fe46f0bc
commit cb224ab437
2 changed files with 34 additions and 54 deletions

View File

@@ -1,12 +1,10 @@
<template>
<el-button type="primary" link >
<el-button color="#DED0B2" >
{{ modelValue || '请选择抄送人员' }}
</el-button>
</template>
<script setup>
import { ref, watch, watchEffect } from 'vue';
const props = defineProps({
modelValue: {
type: String,
@@ -22,4 +20,4 @@ const localText = ref('')
<style lang="scss" scoped>
</style>
</style>