Merge remote-tracking branch 'origin/dev_2nd_LCYH' into dev_2nd_LCYH
This commit is contained in:
+2
-2
@@ -46,11 +46,11 @@
|
|||||||
</span>
|
</span>
|
||||||
<!-- 升级前-->
|
<!-- 升级前-->
|
||||||
<span slot="preupgrade" slot-scope="text,record">
|
<span slot="preupgrade" slot-scope="text,record">
|
||||||
<a-input :placeholder="$t('ifNot')"></a-input>
|
<a-input :placeholder="$t('ifNot')" :title="$t('ifNot')"></a-input>
|
||||||
</span>
|
</span>
|
||||||
<!-- 升级后-->
|
<!-- 升级后-->
|
||||||
<span slot="afterupgrade" slot-scope="text,record">
|
<span slot="afterupgrade" slot-scope="text,record">
|
||||||
<a-input :placeholder="$t('ifNot')"></a-input>
|
<a-input :placeholder="$t('ifNot')" :title="$t('ifNot')"></a-input>
|
||||||
</span>
|
</span>
|
||||||
<!-- 操作列-->
|
<!-- 操作列-->
|
||||||
<span slot="operation" slot-scope="text,record">
|
<span slot="operation" slot-scope="text,record">
|
||||||
|
|||||||
+2
-2
@@ -46,11 +46,11 @@
|
|||||||
</span>
|
</span>
|
||||||
<!-- 升级前-->
|
<!-- 升级前-->
|
||||||
<span slot="preupgrade" slot-scope="text,record">
|
<span slot="preupgrade" slot-scope="text,record">
|
||||||
<a-input :placeholder="$t('ifNot')"></a-input>
|
<a-input :placeholder="$t('ifNot')" :title="$t('ifNot')"></a-input>
|
||||||
</span>
|
</span>
|
||||||
<!-- 升级后-->
|
<!-- 升级后-->
|
||||||
<span slot="afterupgrade" slot-scope="text,record">
|
<span slot="afterupgrade" slot-scope="text,record">
|
||||||
<a-input :placeholder="$t('ifNot')"></a-input>
|
<a-input :placeholder="$t('ifNot')" :title="$t('ifNot')"></a-input>
|
||||||
</span>
|
</span>
|
||||||
<!-- 操作列-->
|
<!-- 操作列-->
|
||||||
<span slot="operation" slot-scope="text,record">
|
<span slot="operation" slot-scope="text,record">
|
||||||
|
|||||||
@@ -50,13 +50,13 @@
|
|||||||
</span>
|
</span>
|
||||||
<!-- 技术参数-->
|
<!-- 技术参数-->
|
||||||
<span slot="technicalparameters" slot-scope="text,record">
|
<span slot="technicalparameters" slot-scope="text,record">
|
||||||
<a-input :placeholder="$t('ifNot')" v-model="record.sjggcs" :max-length="500"></a-input>
|
<a-input :placeholder="$t('ifNot')" :title="$t('ifNot')" v-model="record.sjggcs" :max-length="500"></a-input>
|
||||||
</span>
|
</span>
|
||||||
<span slot="functiondescription" slot-scope="text,record">
|
<span slot="functiondescription" slot-scope="text,record">
|
||||||
<a-input :placeholder="$t('ifNot')" v-model="record.gnms" :max-length="500"></a-input>
|
<a-input :placeholder="$t('ifNot')" :title="$t('ifNot')" v-model="record.gnms" :max-length="500"></a-input>
|
||||||
</span>
|
</span>
|
||||||
<span slot="applicationconditions" slot-scope="text,record">
|
<span slot="applicationconditions" slot-scope="text,record">
|
||||||
<a-input :placeholder="$t('ifNot')" v-model="record.sytj" :max-length="500"></a-input>
|
<a-input :placeholder="$t('ifNot')" :title="$t('ifNot')" v-model="record.sytj" :max-length="500"></a-input>
|
||||||
</span>
|
</span>
|
||||||
<span slot="functiondeelectronicscription" slot-scope="text,record">
|
<span slot="functiondeelectronicscription" slot-scope="text,record">
|
||||||
<a-input :placeholder="$t('pleaseEnter')" v-model="record.kzqmc" :max-length="500"></a-input>
|
<a-input :placeholder="$t('pleaseEnter')" v-model="record.kzqmc" :max-length="500"></a-input>
|
||||||
@@ -431,4 +431,8 @@ import ImportFile from '@/components/ImportFileData/index'
|
|||||||
::v-deep .ant-table-row-cell-ellipsis .ant-table-column-title {
|
::v-deep .ant-table-row-cell-ellipsis .ant-table-column-title {
|
||||||
white-space: pre-wrap!important;
|
white-space: pre-wrap!important;
|
||||||
}
|
}
|
||||||
|
::v-deep .ant-table-row:first-child {
|
||||||
|
background: #fff !important;
|
||||||
|
opacity: 3.9 !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
</span>
|
</span>
|
||||||
<!-- 技术参数-->
|
<!-- 技术参数-->
|
||||||
<span slot="technicalparameters" slot-scope="text,record">
|
<span slot="technicalparameters" slot-scope="text,record">
|
||||||
<a-input :placeholder="$t('ifNot')" v-model="record.sjbgcs" :max-length="500"></a-input>
|
<a-input :placeholder="$t('ifNot')" :title="$t('ifNot')" v-model="record.sjbgcs" :max-length="500"></a-input>
|
||||||
</span>
|
</span>
|
||||||
<!-- 上传附件-->
|
<!-- 上传附件-->
|
||||||
<span slot="architecturetopologydiagram" slot-scope="text,record">
|
<span slot="architecturetopologydiagram" slot-scope="text,record">
|
||||||
@@ -484,4 +484,8 @@ import uploadFileOta from '@/components/uploadFileOta/file'
|
|||||||
::v-deep .ant-table-row-cell-ellipsis .ant-table-column-title {
|
::v-deep .ant-table-row-cell-ellipsis .ant-table-column-title {
|
||||||
white-space: pre-wrap!important;
|
white-space: pre-wrap!important;
|
||||||
}
|
}
|
||||||
|
::v-deep .ant-table-row:first-child {
|
||||||
|
background: #fff !important;
|
||||||
|
opacity: 3.9 !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user