shish 3 лет назад
Родитель
Сommit
40de7e7ef3

+ 1 - 1
ghsApp/src/admin/ptItem/components/Item.vue

@@ -9,7 +9,7 @@
 				<text v-if="info.select == 2 && info.is_delete == 1" style="position:absolute;right:245upx;color:red;">已停用</text>
 				<text v-if="info.select == 2 && info.is_delete == 1" style="color:#1f1cc0;float:right;margin-right:103upx;">启用</text>
 				<text v-else-if="info.select == 2" style="color:#1f1cc0;float:right;margin-right:80upx;">已导入</text>
-				<text v-else style="color:green;float:right;margin-right:80upx;">选择</text>
+				<text v-else style="color:green;float:right;margin-right:80upx;border:1upx solid green;padding:4upx 10upx 4upx 10upx;">选择</text>
 			</view>
 			<view class="num-open_bx">
 				<view class="open-bx warn">

+ 1 - 1
ghsApp/src/admin/ptItem/itemList.vue

@@ -6,7 +6,7 @@
 				<app-search-module v-model="py" placeholder="搜索要找的花材" @input="searchFnContrapose"/>
 			</view>
 			<view style="padding:0 0upx 0 20upx;" >
-				<button class="admin-button-com middle blue" @click="pageTo({ url: '/admin/item/add',type:2 })">新花材</button>
+				<button class="admin-button-com middle blue" @click="pageTo({ url: '/admin/item/add',type:2 })">添加新花材</button>
 			</view>
 		</view>
 		<view class="scroll-middle_bx">