Browse Source

fix文案

Karsa 9 months ago
parent
commit
3792e9b7fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/datasheet_manage/components/insertDateDia.vue

+ 1 - 1
src/views/datasheet_manage/components/insertDateDia.vue

@@ -65,7 +65,7 @@
       </el-popover>
 
 			<div class="dia-bot">
-				<el-button type="primary" style="margin-right:20px" @click="saveInsertHandle">保存</el-button>
+				<el-button type="primary" style="margin-right:20px" @click="saveInsertHandle">确定</el-button>
 				<el-button type="primary" plain @click="cancelHandle">取消</el-button>
 			</div>
 	</el-dialog>