Merge branch 'fix_foton_20240619' into 'master'

Fix foton 20240619

See merge request laws-foton-slrs/foton-laws-system-front!199
This commit is contained in:
王晓勇
2024-06-20 10:06:32 +00:00
4 changed files with 9 additions and 5 deletions
@@ -17,7 +17,7 @@
</div>
</el-tab-pane>
<el-tab-pane label="标准体系" name="standSystem" v-if="standSystem">
<div style="position: absolute;top: 0;left: 0;right: 0;bottom: 0;">
<div style="position: absolute;top: 0;left: 0;right: 0;bottom: 0; overflow: auto">
<standSystem v-if="tabValue === 'standSystem'" ></standSystem>
</div>
</el-tab-pane>
@@ -926,7 +926,7 @@ export default {
{ type: 'string', max: 500, message: '参考消息不能超过500个字符', trigger: 'change' }
],
lawsKeyPoint: [
{ type: 'string', max: 500, message: '政策要点不能超过500个字符', trigger: 'change' }
{ type: 'string', max: 1000, message: '政策要点不能超过1000个字符', trigger: 'change' }
],
lawsOriginalLink: [
{ type: 'string', max: 500, message: '政策原文链接不能超过500个字符', trigger: 'change' }
@@ -970,7 +970,7 @@ export default {
{ type: 'string', max: 500, message: '参考消息不能超过500个字符', trigger: 'change' }
],
lawsKeyPoint: [
{ type: 'string', max: 500, message: '政策要点不能超过500个字符', trigger: 'change' }
{ type: 'string', max: 1000, message: '政策要点不能超过1000个字符', trigger: 'change' }
],
lawsOriginalLink: [
{ type: 'string', max: 500, message: '政策原文链接不能超过500个字符', trigger: 'change' }
@@ -155,6 +155,10 @@
label="基于上一版本差异"
show-overflow-tooltip
align="center">
<!-- 使用上面的语法出现了错误改用下面这种写法实现 -->
<template slot-scope="scope">
{{scope.row.changePoint}}
</template>
</el-table-column>
<!-- <el-table-column-->
<!-- v-show="sarType === 'FOREIGN' && form.itemsNum1"-->
@@ -196,7 +196,7 @@ export default {
{ type: 'string', max: 500, message: '参考消息不能超过500个字符', trigger: 'change' }
],
lawsKeyPoint: [
{ type: 'string', max: 500, message: '政策要点不能超过500个字符', trigger: 'change' }
{ type: 'string', max: 1000, message: '政策要点不能超过1000个字符', trigger: 'change' }
],
lawsOriginalLink: [
{ type: 'string', max: 500, message: '政策原文链接不能超过500个字符', trigger: 'change' }
@@ -250,7 +250,7 @@ export default {
{ type: 'string', max: 500, message: '参考消息不能超过500个字符', trigger: 'change' }
],
lawsKeyPoint: [
{ type: 'string', max: 500, message: '政策要点不能超过500个字符', trigger: 'change' }
{ type: 'string', max: 1000, message: '政策要点不能超过1000个字符', trigger: 'change' }
],
lawsOriginalLink: [
{ type: 'string', max: 500, message: '政策原文链接不能超过500个字符', trigger: 'change' }