mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
选择按钮回显名称,message提示统一warning
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
<button class="xkbtn" @click="showAssessment">选择评估</button>
|
||||
<div v-if="assessmentId > 0">
|
||||
<a-tag closable color="processing" @close="logA">
|
||||
<span style="font-size:14px;line-height: 33px;">删除评估</span>
|
||||
<span style="font-size:14px;line-height: 33px;">{{assessmentName}}</span>
|
||||
</a-tag>
|
||||
</div>
|
||||
<AssessmentList v-model:assessmentVisible="assessmentVisible" v-model:titleTag="titleTag"
|
||||
@@ -378,6 +378,7 @@ export default {
|
||||
type: String,
|
||||
default: null,
|
||||
},
|
||||
|
||||
},
|
||||
setup(props, ctx) {
|
||||
const options = ref([]);
|
||||
@@ -416,6 +417,7 @@ export default {
|
||||
completeLeave: false,
|
||||
innerPersion: false,
|
||||
outPersion: false,
|
||||
assessmentName:null,
|
||||
|
||||
});
|
||||
const clear = () => {
|
||||
|
||||
Reference in New Issue
Block a user