Compare commits
No commits in common. "ada34b806a9b76c02674ed957f69162644b1a5b5" and "a164ff10dc29143976f885f686bd977f1fac1b59" have entirely different histories.
ada34b806a
...
a164ff10dc
|
@ -28,9 +28,9 @@
|
||||||
|
|
||||||
<!-- 字符串超长截取省略号显示-->
|
<!-- 字符串超长截取省略号显示-->
|
||||||
<template slot="sourceType" slot-scope="text">
|
<template slot="sourceType" slot-scope="text">
|
||||||
<span style="color:black;" v-if="text === 1">贴源库</span>
|
<span style="color:black;" v-if="text === 1">原始库</span>
|
||||||
<span style="color:darkorange;" v-if="text === 2">集成库</span>
|
<span style="color:darkorange;" v-if="text === 2">标准库</span>
|
||||||
<span style="color:#87d068;" v-if="text === 3">应用库</span>
|
<span style="color:#87d068;" v-if="text === 3">专题库</span>
|
||||||
<span style="color:wheat;" v-if="text === 4">系统库</span>
|
<span style="color:wheat;" v-if="text === 4">系统库</span>
|
||||||
</template>
|
</template>
|
||||||
<template slot="backupStatus" slot-scope="text">
|
<template slot="backupStatus" slot-scope="text">
|
||||||
|
|
|
@ -11,9 +11,9 @@
|
||||||
|
|
||||||
<!-- 字符串超长截取省略号显示-->
|
<!-- 字符串超长截取省略号显示-->
|
||||||
<template slot="sourceType" slot-scope="text">
|
<template slot="sourceType" slot-scope="text">
|
||||||
<span style="color:black;" v-if="text === 1">贴源库</span>
|
<span style="color:black;" v-if="text === 1">原始库</span>
|
||||||
<span style="color:darkorange;" v-if="text === 2">集成库</span>
|
<span style="color:darkorange;" v-if="text === 2">标准库</span>
|
||||||
<span style="color:#87d068;" v-if="text === 3">应用库</span>
|
<span style="color:#87d068;" v-if="text === 3">专题库</span>
|
||||||
</template>
|
</template>
|
||||||
<span slot="action" slot-scope="text, record">
|
<span slot="action" slot-scope="text, record">
|
||||||
<a @click="handleRun(record.sourceType)">一键恢复</a>
|
<a @click="handleRun(record.sourceType)">一键恢复</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user