|
@@ -358,7 +358,7 @@
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer" v-if="!isPosView">
|
|
|
- <el-button @click="positionClose">取 消</el-button>
|
|
|
+
|
|
|
<el-button type="primary" @click="confirmBindPostSelection">确 定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
@@ -671,7 +671,7 @@
|
|
|
ids = this.checkedList.map(item => item.id).join(',');
|
|
|
}
|
|
|
let _that = this;
|
|
|
- this.$confirm("此操作将永久删除该电签配置, 是否继续?", "提示", {
|
|
|
+ this.$confirm("删除后,项目级表单电签信息将同步删除,请确认是否删除", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning",
|