0609
This commit is contained in:
@@ -24,23 +24,11 @@
|
||||
</el-badge>
|
||||
</p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="Type" align="center" width="300">
|
||||
<template slot-scope="scope">
|
||||
<!-- {{scope.row.type}} -->
|
||||
<el-select v-model="scope.row.type" disabled style="width: 100%;">
|
||||
<el-option v-for="item in journal_type" :key="item.value" :label="item.name"
|
||||
:value="item.value"></el-option>
|
||||
</el-select>
|
||||
<!--- <div style="text-align: center;margin-bottom: 10px;" v-if="scope.row.emailh==1">
|
||||
<el-button size="mini" type="primary" plain icon="el-icon-chat-dot-square"
|
||||
@click="linkEmailist(scope.row)">History</el-button>
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
<el-button size="mini" type="primary" plain icon="el-icon-message"
|
||||
@click="linkEmail(scope.row)">Email</el-button>
|
||||
</div> --->
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="scoring" align="center" prop="scoring">
|
||||
|
||||
</el-table-column>
|
||||
<el-table-column label="author" align="center" width="300">
|
||||
</el-table-column>
|
||||
<el-table-column label="Remarks" align="center">
|
||||
<template slot-scope="scope">
|
||||
|
||||
Reference in New Issue
Block a user