Jelajahi Sumber

修改职位审核显示岗位名称

LiFei 6 tahun lalu
induk
melakukan
e185f93498
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      src/views/position/PositionList.vue

+ 3 - 3
src/views/position/PositionList.vue

@@ -208,7 +208,7 @@
           closable:true,
           closable:true,
           keyboard: false,
           keyboard: false,
           maskClosable: true,
           maskClosable: true,
-          content:record.enterpriseName,
+          content:record.positionName,
           okText:"通过",
           okText:"通过",
           cancelText:"不通过",
           cancelText:"不通过",
           onOk: function () {
           onOk: function () {
@@ -241,11 +241,11 @@
       },
       },
 
 
 
 
-      //审核确认
+      //逻辑删除
       deleteOK(record){
       deleteOK(record){
         let that = this;
         let that = this;
         that.$confirm({
         that.$confirm({
-          title: "确定删除",
+          title: "是否确定删除",
           content:record.positionName,
           content:record.positionName,
           okText:"删除",
           okText:"删除",
           cancelText:"取消",
           cancelText:"取消",