Browse Source

审核页面优化2

yjwang 1 day ago
parent
commit
f9be1e6442
1 changed files with 14 additions and 1 deletions
  1. 14 1
      src/views/hisStore/store/audit.vue

+ 14 - 1
src/views/hisStore/store/audit.vue

@@ -136,7 +136,7 @@
 
       <el-table-column label="登录帐号" align="center" prop="account" width="150px" />
       <el-table-column label="创建时间" align="center" prop="createTime"  width="150px"/>
-      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right" width="130px">
+      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right" width="130px" v-if="medicalMallConfig.isAudit">
         <template slot-scope="scope">
           <el-button
             size="mini"
@@ -149,6 +149,19 @@
           </el-button>
         </template>
       </el-table-column>
+<!--      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right" width="130px" v-if="medicalMallConfig.isAudit">-->
+<!--        <template slot-scope="scope">-->
+<!--          <el-button-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            icon="el-icon-s-promotion"-->
+<!--            @click="handledetails(scope.row)"-->
+<!--          >-->
+<!--            <span v-if="scope.row.isAudit===0">审核</span>-->
+<!--            <span v-else>详情</span>-->
+<!--          </el-button>-->
+<!--        </template>-->
+<!--      </el-table-column>-->
 <!--      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right" width="130px">-->
 <!--        <template slot-scope="scope">-->
 <!--          <el-button-->