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 4040 </virtual-list >
4141 <Modal v-model =" editModelShow" :title =" $t('message.scripts.createTable.titleModel')" :footer-hide =" true" >
4242 <Form :model =" fieldModel" :label-width =" 80" >
43- <Form-item prop =" name" label =" ���� " >
43+ <Form-item prop =" name" label =" 名称 " >
4444 <Input v-model =" fieldModel.name" placeholder =" " :disabled =" true" ></Input >
4545 </Form-item >
46- <Form-item prop =" type" label =" ���� " >
46+ <Form-item prop =" type" label =" 类型 " >
4747 <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 >
5050 </RadioGroup >
5151 </Form-item >
52- <Form-item prop =" business" label =" ҵ��ھ� " >
52+ <Form-item prop =" business" label =" 业务口径 " >
5353 <Input v-model =" fieldModel.business" placeholder =" " :disabled =" true" ></Input >
5454 </Form-item >
55- <Form-item prop =" calculate" label =" ����ھ� " >
55+ <Form-item prop =" calculate" label =" 计算指标 " >
5656 <Input v-model =" fieldModel.calculate" placeholder =" " :disabled =" true" ></Input >
5757 </Form-item >
58- <Form-item prop =" formula" label =" ���㹫ʽ " >
58+ <Form-item prop =" formula" label =" 计算公式 " >
5959 <Input v-model =" fieldModel.formula" type =" textarea" placeholder =" " :disabled =" true" ></Input >
6060 </Form-item >
6161 </Form >
Original file line number Diff line number Diff line change 44 @click =" choose"
55 @mouseover =" mouseover"
66 @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" />
88 <span
99 v-if =" !(node && index === 0)"
1010 :title =" work.filepath || work.filename"
Original file line number Diff line number Diff line change 11<template >
2- <div style =" height : 100% ;" >
3- <bankHome />
4- </div >
2+ <bankHome style =" height : 100% ; overflow-y :auto " />
53</template >
64
75<script >
You can’t perform that action at this time.
0 commit comments