jbb 2 роки тому
батько
коміт
3b641b6c10

+ 1 - 1
src/views/oa/modules/SyCarryDetailModal.vue

@@ -78,7 +78,7 @@
       >
         <!-- 操作 -->
          <span slot="option" slot-scope="text, record, index">
-           <a-popconfirm title="确定放弃新增?" @confirm="handelAutograph(record)" okText="确定" cancelText="取消">
+           <a-popconfirm title="确定签字?" @confirm="handelAutograph(record)" okText="确定" cancelText="取消">
             <a href="">签名</a>
            </a-popconfirm>
           </span>

+ 1 - 1
src/views/oa/modules/SyCottonYarnDetailModal.vue

@@ -54,7 +54,7 @@
           >
          <!-- 操作 -->
           <span slot="option" slot-scope="text, record, index">
-            <a-popconfirm title="确定放弃新增?" @confirm="handelAutograph(record)" okText="确定" cancelText="取消" >
+            <a-popconfirm title="确定签字?" @confirm="handelAutograph(record)" okText="确定" cancelText="取消" >
               <a href="">签名</a>
            </a-popconfirm>
           </span>