File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
scriptis/module/workbench
workspace/view/workspaceHome Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 40
40
</virtual-list >
41
41
<Modal v-model =" editModelShow" :title =" $t('message.scripts.createTable.titleModel')" :footer-hide =" true" >
42
42
<Form :model =" fieldModel" :label-width =" 80" >
43
- <Form-item prop =" name" label =" ���� " >
43
+ <Form-item prop =" name" label =" 名称 " >
44
44
<Input v-model =" fieldModel.name" placeholder =" " :disabled =" true" ></Input >
45
45
</Form-item >
46
- <Form-item prop =" type" label =" ���� " >
46
+ <Form-item prop =" type" label =" 类型 " >
47
47
<RadioGroup v-model =" fieldModel.type" >
48
- <Radio label =" index" disabled >ָ�� </Radio >
49
- <Radio label =" dimension" disabled >�� </Radio >
48
+ <Radio label =" index" disabled >指标 </Radio >
49
+ <Radio label =" dimension" disabled >维度 </Radio >
50
50
</RadioGroup >
51
51
</Form-item >
52
- <Form-item prop =" business" label =" ҵ��ھ� " >
52
+ <Form-item prop =" business" label =" 业务口径 " >
53
53
<Input v-model =" fieldModel.business" placeholder =" " :disabled =" true" ></Input >
54
54
</Form-item >
55
- <Form-item prop =" calculate" label =" ����ھ� " >
55
+ <Form-item prop =" calculate" label =" 计算指标 " >
56
56
<Input v-model =" fieldModel.calculate" placeholder =" " :disabled =" true" ></Input >
57
57
</Form-item >
58
- <Form-item prop =" formula" label =" ���㹫ʽ " >
58
+ <Form-item prop =" formula" label =" 计算公式 " >
59
59
<Input v-model =" fieldModel.formula" type =" textarea" placeholder =" " :disabled =" true" ></Input >
60
60
</Form-item >
61
61
</Form >
Original file line number Diff line number Diff line change 4
4
@click =" choose"
5
5
@mouseover =" mouseover"
6
6
@mouseout =" mouseout" >
7
- <SvgIcon class =' workbench-title-logo' :icon-class =" work.logo" :color =" work.color" />
7
+ <SvgIcon class =' workbench-title-logo' v-if = " work.logo " :icon-class =" work.logo" :color =" work.color" />
8
8
<span
9
9
v-if =" !(node && index === 0)"
10
10
:title =" work.filepath || work.filename"
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div style =" height : 100% ;" >
3
- <bankHome />
4
- </div >
2
+ <bankHome style =" height : 100% ; overflow-y :auto " />
5
3
</template >
6
4
7
5
<script >
You can’t perform that action at this time.
0 commit comments