Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
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
王衍超
rbc-demo
Commits
239049a3
Commit
239049a3
authored
Feb 18, 2022
by
qiaoyanqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扫描优化
parent
ab3c7d24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
draftTable.vue
...lop/@gms/gms-plugin-billexpand/src/control/draftTable.vue
+4
-11
No files found.
develop/@gms/gms-plugin-billexpand/src/control/draftTable.vue
View file @
239049a3
...
...
@@ -13,8 +13,7 @@
:columns=
"columns"
:data=
"queryData"
ref=
"table"
style=
"height:100%"
>
style=
"height:100%"
>
<template
slot-scope=
"
{ row }" slot="name">
{{
row
.
name
}}
</
template
>
...
...
@@ -222,16 +221,10 @@ export default {
},
convertOnlyReadBillDefine
(
billDefine
){
// 解决遗留问题,接待单子的只读界面标识特殊处理
let
temp
=
billDefine
if
(
temp
)
{
switch
(
temp
){
case
'bill.JDHDFYZCDJD'
:
temp
=
'bill.JDHDFYZC'
;
break
;
default
:
}
if
(
billDefine
==
'bill.JDHDFYZCDJD'
)
{
billDefine
=
'bill.JDHDFYZC'
;
}
return
temp
return
billDefine
}
},
};
...
...
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