Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
isc-web-vue
Commits
00770cc0
Commit
00770cc0
authored
Oct 23, 2024
by
sunxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改表格长度和码表问题
parent
3dc03802
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
5 deletions
+9
-5
Msgdtlp.vue
src/page/Frontend/Msgdtlrsm/views/Msgdtlp.vue
+1
-1
Schpnl.vue
src/page/Frontend/Rcvsel/views/Schpnl.vue
+1
-1
Schpnl.vue
src/page/Frontend/Rcvselcop/views/Schpnl.vue
+1
-1
Schpnl.vue
src/page/Frontend/Sndsel/views/Schpnl.vue
+5
-1
Schpnl.vue
src/page/Frontend/Sndselcop/views/Schpnl.vue
+1
-1
No files found.
src/page/Frontend/Msgdtlrsm/views/Msgdtlp.vue
View file @
00770cc0
...
...
@@ -77,7 +77,7 @@ export default {
};
const
rtnmsg
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/msgsel/check`
,
params
);
if
(
rtnmsg
.
respCode
===
SUCCESS
)
{
this
.
$notify
({
title
:
'成功'
,
type
:
'success'
,
message
:
'
丢弃
成功'
})
this
.
$notify
({
title
:
'成功'
,
type
:
'success'
,
message
:
'
放行
成功'
})
}
});
},
...
...
src/page/Frontend/Rcvsel/views/Schpnl.vue
View file @
00770cc0
...
...
@@ -279,7 +279,7 @@ export default {
{
label
:
"接收时间"
,
prop
:
"rcvdattim"
,
width
:
"1
5
0px"
width
:
"1
7
0px"
},
],
data
:
[],
...
...
src/page/Frontend/Rcvselcop/views/Schpnl.vue
View file @
00770cc0
...
...
@@ -284,7 +284,7 @@ export default {
{
label
:
"接收时间"
,
prop
:
"rcvdattim"
,
width
:
"1
5
0px"
width
:
"1
7
0px"
},
],
data
:
[],
...
...
src/page/Frontend/Sndsel/views/Schpnl.vue
View file @
00770cc0
...
...
@@ -153,6 +153,10 @@
</el-table-column>
<el-table-column
v-for=
"(item, key) in stmData.columns"
:key=
"key"
:label=
"item.label"
:prop=
"item.prop"
:min-width=
"item.width"
>
<
template
slot-scope=
"scope"
>
<c-select-value-to-label
v-if=
"item.prop == 'sta'"
v-model=
"scope.row.sta"
:code=
"codes.stacod"
></c-select-value-to-label>
<span
v-else
>
{{
scope
.
row
[
item
.
prop
]
}}
</span>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -270,7 +274,7 @@ export default {
{
label
:
"处理时间"
,
prop
:
"sttdattim"
,
width
:
"1
5
0px"
width
:
"1
7
0px"
},
],
data
:
[],
...
...
src/page/Frontend/Sndselcop/views/Schpnl.vue
View file @
00770cc0
...
...
@@ -274,7 +274,7 @@ export default {
{
label
:
"处理时间"
,
prop
:
"sttdattim"
,
width
:
"1
5
0px"
width
:
"1
7
0px"
},
],
data
:
[],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment