|
@@ -93,14 +93,14 @@
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template>
|
|
</template>
|
|
|
<template #electronicDocumentUrl="scope">
|
|
<template #electronicDocumentUrl="scope">
|
|
|
- <el-button
|
|
|
|
|
|
|
+ <!-- <el-button
|
|
|
v-if="!isView"
|
|
v-if="!isView"
|
|
|
type="text"
|
|
type="text"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
@click="handleEditDocument(scope.row)"
|
|
@click="handleEditDocument(scope.row)"
|
|
|
>
|
|
>
|
|
|
修改
|
|
修改
|
|
|
- </el-button>
|
|
|
|
|
|
|
+ </el-button> -->
|
|
|
<el-button
|
|
<el-button
|
|
|
v-if="!isView"
|
|
v-if="!isView"
|
|
|
type="text"
|
|
type="text"
|
|
@@ -136,7 +136,7 @@
|
|
|
<CostAuditDialog
|
|
<CostAuditDialog
|
|
|
:title="documentDialogTitle"
|
|
:title="documentDialogTitle"
|
|
|
:visible="documentDialogVisible"
|
|
:visible="documentDialogVisible"
|
|
|
- :width="dialogWidth"
|
|
|
|
|
|
|
+ width="82%"
|
|
|
:close-on-click-modal="false"
|
|
:close-on-click-modal="false"
|
|
|
@cancel="handleCancel"
|
|
@cancel="handleCancel"
|
|
|
@confirm="handleConfirm"
|
|
@confirm="handleConfirm"
|
|
@@ -243,13 +243,13 @@
|
|
|
align="center"
|
|
align="center"
|
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
></el-table-column>
|
|
></el-table-column>
|
|
|
- <el-table-column
|
|
|
|
|
|
|
+ <!-- <el-table-column
|
|
|
prop="labelValue"
|
|
prop="labelValue"
|
|
|
label="标签"
|
|
label="标签"
|
|
|
width="100"
|
|
width="100"
|
|
|
align="center"
|
|
align="center"
|
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
- ></el-table-column>
|
|
|
|
|
|
|
+ ></el-table-column> -->
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
prop="originalText"
|
|
prop="originalText"
|
|
|
label="描述"
|
|
label="描述"
|
|
@@ -263,10 +263,18 @@
|
|
|
min-width="150"
|
|
min-width="150"
|
|
|
align="center"
|
|
align="center"
|
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
- ></el-table-column>
|
|
|
|
|
|
|
+ >
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ v-model="scope.row.dataValue"
|
|
|
|
|
+ size="small"
|
|
|
|
|
+ placeholder="请输入数据值"
|
|
|
|
|
+ ></el-input>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
<div style="margin-top: 10px; font-size: 12px; color: #909399">
|
|
<div style="margin-top: 10px; font-size: 12px; color: #909399">
|
|
|
- 说明:数据内容不可修改,已在监审文书管理中配置完成,数据值为本次监审项目的相关数据。
|
|
|
|
|
|
|
+ 说明:数据内容可以在此处直接修改,修改后的数据将用于生成监审文书。
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form>
|
|
</el-form>
|
|
@@ -383,7 +391,7 @@
|
|
|
dialogTitle: '选择文号',
|
|
dialogTitle: '选择文号',
|
|
|
documentDialogVisible: false,
|
|
documentDialogVisible: false,
|
|
|
documentDialogTitle: '添加监审通知书',
|
|
documentDialogTitle: '添加监审通知书',
|
|
|
- dialogWidth: '70%',
|
|
|
|
|
|
|
+ dialogWidth: '80%',
|
|
|
fileUrl: '',
|
|
fileUrl: '',
|
|
|
selectDocumentWhData: [],
|
|
selectDocumentWhData: [],
|
|
|
selectDocumentWhPagination: {
|
|
selectDocumentWhPagination: {
|
|
@@ -1049,10 +1057,10 @@
|
|
|
.document-edit-container {
|
|
.document-edit-container {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
.document-params {
|
|
.document-params {
|
|
|
- width: 50%;
|
|
|
|
|
|
|
+ width: 55%;
|
|
|
}
|
|
}
|
|
|
.document-preview {
|
|
.document-preview {
|
|
|
- width: 50%;
|
|
|
|
|
|
|
+ width: 45%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|