update 树节点修改,标准分解单样式调整
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
import '../../../assets/less/common.less'
|
||||
import JTable from '../../../components/jero/JTable.vue'
|
||||
// 拆分已入库文本弹框
|
||||
import SplitText from '../modules/SplitText.vue'
|
||||
import SplitText from './modules/SplitText.vue'
|
||||
// 导入拆分结果弹框
|
||||
import ImportResult from '../modules/ImportResult.vue'
|
||||
import { JeroListMixin } from '../../../mixins/JeroListMixin.js'
|
||||
@@ -137,25 +137,25 @@ export default {
|
||||
columns: [
|
||||
// 标准号
|
||||
{
|
||||
dataIndex: '1',
|
||||
dataIndex: 'serialNumber',
|
||||
title: this.$t('standardSelect.standardNumber'),
|
||||
width: 150
|
||||
},
|
||||
// 标准名称
|
||||
{
|
||||
dataIndex: '2',
|
||||
dataIndex: 'title',
|
||||
title: this.$t('standardSelect.standardName'),
|
||||
width: 150
|
||||
},
|
||||
// 文件状态
|
||||
{
|
||||
dataIndex: '3',
|
||||
dataIndex: 'fileType',
|
||||
title: this.$t('docTool.split.fileStatus'),
|
||||
width: 150
|
||||
},
|
||||
// 文件名称
|
||||
{
|
||||
dataIndex: '4',
|
||||
dataIndex: 'fileName',
|
||||
title: this.$t('fileName'),
|
||||
width: 150
|
||||
},
|
||||
@@ -173,13 +173,13 @@ export default {
|
||||
},
|
||||
// 拆分时间
|
||||
{
|
||||
dataIndex: '7',
|
||||
dataIndex: 'createTime',
|
||||
title: this.$t('docTool.split.splitTime'),
|
||||
width: 150
|
||||
},
|
||||
// 拆分结果
|
||||
{
|
||||
dataIndex: '91',
|
||||
dataIndex: 'splitResult',
|
||||
title: this.$t('docTool.split.splitResult'),
|
||||
sorter: true,
|
||||
width: 150
|
||||
@@ -246,6 +246,11 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
handleDetail (record) {
|
||||
this.$openPageNewSheet({
|
||||
path: '/documentTool/StandardSplitSheet'
|
||||
})
|
||||
},
|
||||
splitTextVisible (val, num) {
|
||||
if (num === 1) {
|
||||
this.$refs.tableData.$emit('searchGetData')
|
||||
|
||||
Reference in New Issue
Block a user