diff --git a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue
index 72e7545f8..33ff06ce2 100644
--- a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue
+++ b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue
@@ -90,7 +90,7 @@
{{ scope.row.itermsConditions ? scope.row.itermsConditions.replace(/<.*?>/ig, ' ') : '' }}
-
+
@@ -108,13 +108,13 @@
- {{$t('m.getting')}}……
+ 正在获取中……
@@ -169,7 +169,7 @@
@@ -273,7 +273,7 @@
- {{$t('m.addTo')}}
+ 添加
@@ -296,9 +296,9 @@
- {{$t('m.addTo')}}
- {{$t('m.update')}}
- {{$t('m.delete')}}
+ 添加
+ 修改
+ 删除
@@ -306,8 +306,8 @@
@@ -480,7 +480,7 @@
- {{$t('m.addTo')}}
+ 添加
@@ -521,37 +521,37 @@
- {{$t('m.addContent')}}
- {{$t('m.delete')}}
+ 添加内容
+ 删除
-
+
- {{$t('m.addText')}}
+ 添加文本
- {{$t('m.addPicture')}}
+ 添加图片
- {{$t('m.addTable')}}
+ 添加表格
- {{$t('m.cancel')}}
- {{$t('m.sure')}}
+ 取消
+ 确定
-
+
- {{$t('m.uploadPictures')}}
+ 上传图片
-
+
- {{$t('m.numberOfRows')}}:
-
+ 行数:
+
- {{$t('m.numberOfColumns')}}
-
+ 列数
+
- {{$t('m.cancel')}}
- {{$t('m.sure')}}
+ 取消
+ 确定
@@ -607,44 +607,44 @@
取消
-
+
该节点下有记录,是否删除?
- {{$t('m.cancel')}}
- {{$t('m.sure')}}
+ 取消
+ 确定
-
+
选择条款关联节点下包含子节点,是否全部删除?
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
{{ importForm.content }}
- {{$t('m.confirm')}}
+ 确认
@@ -1289,7 +1289,7 @@ export default {
this.selectSarMenu = JSON.parse(JSON.stringify(treeNode))
if (undefined !== this.selectSarMenu.id) { // 当前有选中节点
if (name === 'newMenu') {
- this.menuModalTitle = this.$t('m.newContents')
+ this.menuModalTitle = '新增目录'
this.menuModalFlag = true
this.menuAddOrUpdateFlag = 1
this.sarMenu.infoId = this.infoId
@@ -1299,7 +1299,7 @@ export default {
})
} else if (name === 'editMenu') {
this.menuAddOrUpdateFlag = 2
- this.menuModalTitle = this.$t('m.editDirectory')
+ this.menuModalTitle = '编辑目录'
this.menuModalFlag = true
this.$nextTick(() => {
this.$refs.addMenuForm.resetFields()
diff --git a/src/pages/localTool/standardRecognition/index.vue b/src/pages/localTool/standardRecognition/index.vue
index 9028e3151..b904c15d3 100644
--- a/src/pages/localTool/standardRecognition/index.vue
+++ b/src/pages/localTool/standardRecognition/index.vue
@@ -1076,6 +1076,7 @@ export default {
// 修改成表格样式后,选择项勾选改变
standSelectChange(data) {
this.selectTableData = [];
+ this.selectTableDatas = []
for (let i = 0; i < data.length; i++) {
this.selectTableData.push(data[i].id);
this.selectTableDatas.push(data[i])
diff --git a/src/pages/personal/pages/individual-plate/index.vue b/src/pages/personal/pages/individual-plate/index.vue
index ff7c46b70..384b84da5 100644
--- a/src/pages/personal/pages/individual-plate/index.vue
+++ b/src/pages/personal/pages/individual-plate/index.vue
@@ -121,7 +121,7 @@ export default {
for (var i = 0; i < this.selected.length; i++) {
this.targetKeys.push(this.selected[i].id)
}
- // 左侧数据会筛选出右侧数据进行显示
+ // 左侧数据会筛选出右侧数据进行显示
var j
for (j = 0; j < res.data.records.length; j++) {
let moduleLabel = {}