修改禅道已知bug
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
<a @click="RelatedItemsClick(record)" :title="text">{{text}}</a>
|
||||
</span>
|
||||
<span slot="standardInformation" slot-scope="text,record">
|
||||
<a @click="standardInformationClick(record)" v-if="text" :title="text">
|
||||
{{text}}
|
||||
<a @click="standardInformationClick(record)" v-if="text && text != '--'" :title="text+'、'+record.title">
|
||||
{{text+'、'+record.title}}
|
||||
</a>
|
||||
<span v-else>--</span>
|
||||
<span v-else>--</span>
|
||||
</span>
|
||||
</a-table>
|
||||
<div class="page" v-if="dataSource && dataSource.length > 0">
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
<a @click="RelatedItemsClick(record)" :title="text">{{text}}</a>
|
||||
</span>
|
||||
<span slot="standardInformation" slot-scope="text,record">
|
||||
<a @click="standardInformationClick(record)" v-if="text" :title="text">
|
||||
{{text}}
|
||||
<a @click="standardInformationClick(record)" v-if="text && text != '--'" :title="text+'、'+record.title">
|
||||
{{text+'、'+record.title}}
|
||||
</a>
|
||||
<span v-else>--</span>
|
||||
</span>
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
</a>
|
||||
</span>
|
||||
<span slot="standardInformation" slot-scope="text,record">
|
||||
<a @click="standardInformationClick(record)" v-if="text" :title="text">
|
||||
{{text}}
|
||||
<a @click="standardInformationClick(record)" v-if="text && text != '--'" :title="text+'、'+record.title">
|
||||
{{text+'、'+record.title}}
|
||||
</a>
|
||||
<span v-else>--</span>
|
||||
</span>
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
@click="viewClick(record)">{{$t('view')}}</a>
|
||||
</span>
|
||||
<span slot="standardInformation" slot-scope="text,record">
|
||||
<a @click="standardInformationClick(record)" :title="text">{{text}}</a>
|
||||
<a @click="standardInformationClick(record)" :title="text+'、'+record.title">
|
||||
{{text+'、'+record.title}}
|
||||
</a>
|
||||
</span>
|
||||
</a-table>
|
||||
<div class="page" v-if="dataSource && dataSource.length > 0">
|
||||
|
||||
@@ -16,7 +16,9 @@
|
||||
@click="ProcessingClick(record)">{{$t('Processing')}}</a>
|
||||
</span>
|
||||
<span slot="standardInformation" slot-scope="text,record">
|
||||
<a @click="standardInformationClick(record)" :title="text">{{text}}</a>
|
||||
<a @click="standardInformationClick(record)" :title="text+'、'+record.title">
|
||||
{{text+'、'+record.title}}
|
||||
</a>
|
||||
</span>
|
||||
</a-table>
|
||||
<div class="page" v-if="dataSource && dataSource.length > 0">
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
@click="viewClick(record)">{{$t('view')}}</a>
|
||||
</span>
|
||||
<span slot="standardInformation" slot-scope="text,record">
|
||||
<a @click="standardInformationClick(record)" :title="text">{{text}}</a>
|
||||
<a @click="standardInformationClick(record)" :title="text+'、'+record.title">
|
||||
{{text+'、'+record.title}}
|
||||
</a>
|
||||
</span>
|
||||
</a-table>
|
||||
<div class="page" v-if="dataSource && dataSource.length > 0">
|
||||
|
||||
Reference in New Issue
Block a user