feat: 文字调整

This commit is contained in:
2025-12-19 14:12:57 +08:00
parent 32d5e53b59
commit 56000fdbdf

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="dialog" v-if="dialogForm"> <div class="dialog" v-if="dialogForm">
<div class="head_box"> <div class="head_box">
<span class="title">研判{{ title }} </span> <span class="title">研判{{ title }} </span>
<div> <div>
<el-button type="primary" size="small" v-if="title != '详情'" :loading="loading" @click="submit">保存</el-button> <el-button type="primary" size="small" v-if="title != '详情'" :loading="loading" @click="submit">保存</el-button>
<el-button size="small" @click="close">关闭</el-button> <el-button size="small" @click="close">关闭</el-button>