|
|
@@ -161,7 +161,7 @@
|
|
|
<vxe-column title="备注" field="remark" min-width="100" :formatter="colNoData">
|
|
|
<template #default="{ row}">
|
|
|
<el-tooltip class="box-item" effect="dark" :content="row?.extendInfo?.remark" placement="top" :offset="-10">
|
|
|
- <div class="pt-20 c-primary c-s-p" v-if="row?.extendInfo?.remark" style="position: absolute;top: -10px;right: 0;">会务备注</div>
|
|
|
+ <div class="pt-20 c-primary c-s-p" v-if="row?.extendInfo?.remark" style="position: absolute;top: -10px;right: 10px;">会务备注</div>
|
|
|
</el-tooltip>
|
|
|
<div>{{ row?.remark || '-' }}</div>
|
|
|
</template>
|
|
|
@@ -397,7 +397,7 @@
|
|
|
<template #footer>
|
|
|
<div class="dialog-footer">
|
|
|
<el-button @click="showopenRemark = false">取消</el-button>
|
|
|
- <el-button type="primary" @click="cancelRemark()">确认修改</el-button>
|
|
|
+ <el-button type="primary" @click="cancelRemark()">确认</el-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-dialog>
|