|
@@ -9,7 +9,7 @@
|
|
|
:key="item.path"
|
|
|
v-for="item in obj.data"
|
|
|
:style="{ 'height': item.dataType == 'ATTACHMENT'? 'auto':'93px' }">
|
|
|
- <el-form-item :label="item.name" :prop="item.code">
|
|
|
+ <el-form-item :label="item.aliasName" :prop="item.code">
|
|
|
<!-- 动态数据按输入框输入 -->
|
|
|
<el-input
|
|
|
v-if="item.category !== 'STATIC'"
|
|
@@ -130,7 +130,7 @@ export default class extends Vue {
|
|
|
|
|
|
private get infoHeaders(): any {
|
|
|
if (this.objectHeaders?.dictStages?.data?.length && this.objectHeaders?.basicInfos) {
|
|
|
- const base: any[] = [], enclosure: any[] = [];
|
|
|
+ const base: any[] = [], enclosure: any[] = [];
|
|
|
this.objectHeaders.dictStages.data.forEach((item: any) => {
|
|
|
if (item.dataType === 'ATTACHMENT') {
|
|
|
enclosure.push(item);
|
|
@@ -206,10 +206,10 @@ $border: 1px solid #E1E7EA;
|
|
|
input::-webkit-outer-spin-button,
|
|
|
input::-webkit-inner-spin-button {
|
|
|
-webkit-appearance: none !important;
|
|
|
- margin: 0;
|
|
|
+ margin: 0;
|
|
|
}
|
|
|
|
|
|
input[type="number"] {
|
|
|
-moz-appearance: textfield;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|