This commit is contained in:
parent
d38c55de21
commit
93d1ba2725
|
@ -204,8 +204,10 @@ watch(
|
|||
data.menu = props.menu;
|
||||
data.title = props.title;
|
||||
data.content = props.tableData;
|
||||
// console.log(11, data.menu, data.content);
|
||||
data.menu[0].show = true;
|
||||
console.log(11, data.menu, data.content);
|
||||
if (data.menu.length > 0) {
|
||||
data.menu[0].show = true;
|
||||
}
|
||||
// if (data.content == "城乡居民基本医疗保险") {
|
||||
// let data1 = `符合救助条件,自付金额XX元,已临时救助XX元 \n`;
|
||||
// }
|
||||
|
@ -415,8 +417,8 @@ const closeDialog = () => {
|
|||
justify-content: space-around;
|
||||
.operationFlow {
|
||||
.titles {
|
||||
width: 846px;
|
||||
// width: 100%;
|
||||
// width: 846px;
|
||||
width: 100%;
|
||||
height: 34px;
|
||||
background: rgba(0, 143, 205, 0.63);
|
||||
color: #ffffff;
|
||||
|
|
Loading…
Reference in New Issue